Andrii Danylchenko 78dea24017 Visual logger colored text il y a 1 an
..
battle 8e79263b21 Merge pull request #4323 from vcmi/battle-ai-fixes il y a 1 an
bonuses 48c92711f2 Fixed deserialization of new artifacts (and possibly some other objects) il y a 1 an
campaign 53c0d20a57 fix campaign highscores il y a 1 an
constants b7391f49f6 Merge branch 'vcmi/master' into 'vcmi/develop' il y a 1 an
entities 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
events 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
filesystem 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
gameState 7d30b660ea Merge pull request #4359 from Laserlicht/statistic il y a 1 an
json 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
logging 78dea24017 Visual logger colored text il y a 1 an
mapObjectConstructors 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
mapObjects 85cf33e5a8 Merge pull request #4422 from MichalZr6/fix_unsigned_to_signed il y a 1 an
mapping 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
modding 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
network 5b6bc10131 Code review il y a 1 an
networkPacks ffb8efc415 Merge pull request #4225 from godric3/map-editor-town-configuration-improvements il y a 1 an
pathfinder 683c363946 NKAI: whirlpool il y a 1 an
registerTypes 8edf77afcc basic handicap support il y a 1 an
rewardable b7391f49f6 Merge branch 'vcmi/master' into 'vcmi/develop' il y a 1 an
rmg 4413f03276 Cleanup il y a 1 an
serializer 06209d2556 Merge branch 'develop' into statistic il y a 1 an
spells 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
texts af2b6a0051 show handicap resources il y a 1 an
vstd 25125f96da Fix: licenses, pragma guards, StdInc il y a 1 an
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
ArtifactUtils.cpp ef1fbffad4 ArtifactsUIController class il y a 1 an
ArtifactUtils.h ef1fbffad4 ArtifactsUIController class il y a 1 an
BasicTypes.cpp c3957c2c2a Moved json files to new directory, split on per-class basis il y a 1 an
BattleFieldHandler.cpp 9c5d5d7c5a It is now possible to define custom battle opening sound and custom music il y a 1 an
BattleFieldHandler.h 9c5d5d7c5a It is now possible to define custom battle opening sound and custom music il y a 1 an
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build il y a 2 ans
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build il y a 2 ans
CArtHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
CArtHandler.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library il y a 1 an
CArtifactInstance.cpp 6e629a6a5f split getBonusLocalFirst into two distinct method: il y a 1 an
CArtifactInstance.h 0c07384293 Refactoring of serialization versioning handling il y a 1 an
CBonusTypeHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
CBonusTypeHandler.h 0c07384293 Refactoring of serialization versioning handling il y a 1 an
CConfigHandler.cpp 54796c7c56 Rename toJson to toString/toCompactString for consistency il y a 1 an
CConfigHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis il y a 1 an
CConsoleHandler.cpp 13b2008f79 Enabled terminate handler and call stack writing on all platforms il y a 1 an
CConsoleHandler.h 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
CCreatureHandler.cpp 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
CCreatureHandler.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library il y a 1 an
CCreatureSet.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
CCreatureSet.h 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
CGameInfoCallback.cpp 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
CGameInfoCallback.h 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
CGameInterface.cpp f3de2cfe1c Removed broken & unused serialization of player interface and AI il y a 1 an
CGameInterface.h f3de2cfe1c Removed broken & unused serialization of player interface and AI il y a 1 an
CHeroHandler.cpp 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
CHeroHandler.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library il y a 1 an
CMakeLists.txt 9ceb1c567d highscore refactoring il y a 1 an
CPlayerState.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
CPlayerState.h b8beb4fb13 Fixes for various minor issues detected by Sonar Cloud il y a 1 an
CRandomGenerator.cpp 34b6eaa25e Integrating changes from PR #4251 - add logging for rng il y a 1 an
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library il y a 1 an
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib il y a 2 ans
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
CSkillHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
CSkillHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. il y a 1 an
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos il y a 1 an
CStack.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
CStack.h 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement il y a 1 an
CThreadHelper.cpp 62c2be160a Added changing thread name for FreeBSD il y a 1 an
CThreadHelper.h cded8b1999 Show human-readable thread name in log il y a 1 an
Color.h 0c07384293 Refactoring of serialization versioning handling il y a 1 an
ConstTransitivePtr.h 0c07384293 Refactoring of serialization versioning handling il y a 1 an
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of il y a 1 an
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option il y a 1 an
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling il y a 1 an
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined il y a 3 ans
GameCallbackHolder.h ea1f05d15a Stabilization il y a 1 an
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
GameSettings.cpp 8353bca34f Small refactoring of adventure map spell casting: il y a 1 an
GameSettings.h 8353bca34f Small refactoring of adventure map spell casting: il y a 1 an
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
IGameCallback.cpp 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
IGameCallback.h 1c63fefe02 Moved banks randomization to server-side with client netpack il y a 1 an
IGameEventsReceiver.h b42c6dbf44 fixed regressions il y a 1 an
IHandlerBase.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. il y a 1 an
IHandlerBase.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. il y a 1 an
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet il y a 1 an
LoadProgress.h f3277b7953 Define each identifier in a dedicated statement il y a 1 an
LogicalExpression.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis il y a 1 an
ObstacleHandler.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. il y a 1 an
ObstacleHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. il y a 1 an
Point.h 0c07384293 Refactoring of serialization versioning handling il y a 1 an
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
Rect.h 0c07384293 Refactoring of serialization versioning handling il y a 1 an
ResourceSet.cpp c3957c2c2a Moved json files to new directory, split on per-class basis il y a 1 an
ResourceSet.h 0c07384293 Refactoring of serialization versioning handling il y a 1 an
RiverHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
RiverHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. il y a 1 an
RoadHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
RoadHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. il y a 1 an
ScopeGuard.h b796ed8626 Fix undefined behavior il y a 1 an
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers il y a 1 an
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis il y a 1 an
StartInfo.cpp 3e5df61946 code review il y a 1 an
StartInfo.h 48173ebfbf fix uninitialized var il y a 1 an
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc il y a 1 an
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc il y a 1 an
TerrainHandler.cpp 1aa391fdf8 Split CGeneralTextHandler file into 1 file per class form il y a 1 an
TerrainHandler.h d59744f26f It is now possible to define multiple music themes for terrains il y a 1 an
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
TurnTimerInfo.h 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
VCMIDirs.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath il y a 2 ans
VCMI_Lib.cpp 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
VCMI_Lib.h 4aa73b40c9 Split CTownHandler into smaller chunks il y a 1 an
int3.h ea48257100 Fix SonarCloud issues il y a 1 an
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans