Tomasz Zieliński 85ee859b6e First version that works - banning objects is possible há 1 ano atrás
..
battle 6ac3752325 Merge pull request #4330 from Laserlicht/spellbook há 1 ano atrás
bonuses 48c92711f2 Fixed deserialization of new artifacts (and possibly some other objects) há 1 ano atrás
campaign 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
constants 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
entities 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
events 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
filesystem 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
gameState 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
json 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
logging 34b6eaa25e Integrating changes from PR #4251 - add logging for rng há 1 ano atrás
mapObjectConstructors 85ee859b6e First version that works - banning objects is possible há 1 ano atrás
mapObjects 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
mapping 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
modding 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
network 5b6bc10131 Code review há 1 ano atrás
networkPacks 48c92711f2 Fixed deserialization of new artifacts (and possibly some other objects) há 1 ano atrás
pathfinder 683c363946 NKAI: whirlpool há 1 ano atrás
registerTypes 1c63fefe02 Moved banks randomization to server-side with client netpack há 1 ano atrás
rewardable 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
rmg 85ee859b6e First version that works - banning objects is possible há 1 ano atrás
serializer 48c92711f2 Fixed deserialization of new artifacts (and possibly some other objects) há 1 ano atrás
spells 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
texts 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
vstd 25125f96da Fix: licenses, pragma guards, StdInc há 1 ano atrás
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) há 2 anos atrás
ArtifactUtils.cpp ef1fbffad4 ArtifactsUIController class há 1 ano atrás
ArtifactUtils.h ef1fbffad4 ArtifactsUIController class há 1 ano atrás
BasicTypes.cpp c3957c2c2a Moved json files to new directory, split on per-class basis há 1 ano atrás
BattleFieldHandler.cpp 9c5d5d7c5a It is now possible to define custom battle opening sound and custom music há 1 ano atrás
BattleFieldHandler.h 9c5d5d7c5a It is now possible to define custom battle opening sound and custom music há 1 ano atrás
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build há 2 anos atrás
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build há 2 anos atrás
CArtHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
CArtHandler.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library há 1 ano atrás
CArtifactInstance.cpp 6e629a6a5f split getBonusLocalFirst into two distinct method: há 1 ano atrás
CArtifactInstance.h 0c07384293 Refactoring of serialization versioning handling há 1 ano atrás
CBonusTypeHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
CBonusTypeHandler.h 0c07384293 Refactoring of serialization versioning handling há 1 ano atrás
CConfigHandler.cpp 54796c7c56 Rename toJson to toString/toCompactString for consistency há 1 ano atrás
CConfigHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis há 1 ano atrás
CConsoleHandler.cpp c00a1e1b0c Fixed new issues detected by SonarCloud há 1 ano atrás
CConsoleHandler.h 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
CCreatureHandler.cpp 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
CCreatureHandler.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library há 1 ano atrás
CCreatureSet.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
CCreatureSet.h 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
CGameInfoCallback.cpp 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
CGameInfoCallback.h 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
CGameInterface.cpp f3de2cfe1c Removed broken & unused serialization of player interface and AI há 1 ano atrás
CGameInterface.h f3de2cfe1c Removed broken & unused serialization of player interface and AI há 1 ano atrás
CHeroHandler.cpp 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
CHeroHandler.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library há 1 ano atrás
CMakeLists.txt 85ee859b6e First version that works - banning objects is possible há 1 ano atrás
CPlayerState.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
CPlayerState.h b8beb4fb13 Fixes for various minor issues detected by Sonar Cloud há 1 ano atrás
CRandomGenerator.cpp 34b6eaa25e Integrating changes from PR #4251 - add logging for rng há 1 ano atrás
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library há 1 ano atrás
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib há 2 anos atrás
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) há 2 anos atrás
CSkillHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
CSkillHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. há 1 ano atrás
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos há 1 ano atrás
CStack.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
CStack.h 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement há 1 ano atrás
CThreadHelper.cpp 62c2be160a Added changing thread name for FreeBSD há 1 ano atrás
CThreadHelper.h cded8b1999 Show human-readable thread name in log há 1 ano atrás
Color.h 0c07384293 Refactoring of serialization versioning handling há 1 ano atrás
ConstTransitivePtr.h 0c07384293 Refactoring of serialization versioning handling há 1 ano atrás
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of há 1 ano atrás
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option há 1 ano atrás
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling há 1 ano atrás
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined há 3 anos atrás
GameCallbackHolder.h ea1f05d15a Stabilization há 1 ano atrás
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) há 2 anos atrás
GameSettings.cpp 8353bca34f Small refactoring of adventure map spell casting: há 1 ano atrás
GameSettings.h 8353bca34f Small refactoring of adventure map spell casting: há 1 ano atrás
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) há 2 anos atrás
IGameCallback.cpp 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
IGameCallback.h 1c63fefe02 Moved banks randomization to server-side with client netpack há 1 ano atrás
IGameEventsReceiver.h b42c6dbf44 fixed regressions há 1 ano atrás
IHandlerBase.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. há 1 ano atrás
IHandlerBase.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. há 1 ano atrás
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet há 1 ano atrás
LoadProgress.h f3277b7953 Define each identifier in a dedicated statement há 1 ano atrás
LogicalExpression.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis há 1 ano atrás
ObstacleHandler.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. há 1 ano atrás
ObstacleHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. há 1 ano atrás
Point.h 0c07384293 Refactoring of serialization versioning handling há 1 ano atrás
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) há 2 anos atrás
Rect.h 0c07384293 Refactoring of serialization versioning handling há 1 ano atrás
ResourceSet.cpp c3957c2c2a Moved json files to new directory, split on per-class basis há 1 ano atrás
ResourceSet.h 0c07384293 Refactoring of serialization versioning handling há 1 ano atrás
RiverHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
RiverHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. há 1 ano atrás
RoadHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
RoadHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. há 1 ano atrás
ScopeGuard.h b796ed8626 Fix undefined behavior há 1 ano atrás
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers há 1 ano atrás
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis há 1 ano atrás
StartInfo.cpp 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
StartInfo.h 388d65d6b2 Fix merge há 1 ano atrás
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc há 1 ano atrás
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc há 1 ano atrás
TerrainHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form há 1 ano atrás
TerrainHandler.h d59744f26f It is now possible to define multiple music themes for terrains há 1 ano atrás
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
TurnTimerInfo.h 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) há 2 anos atrás
VCMIDirs.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos há 1 ano atrás
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath há 2 anos atrás
VCMI_Lib.cpp 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
VCMI_Lib.h 4aa73b40c9 Split CTownHandler into smaller chunks há 1 ano atrás
int3.h ea48257100 Fix SonarCloud issues há 1 ano atrás
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) há 2 anos atrás