2
0
Ivan Savenko 4b30336d03 Fix issues detected by Sonar 6 сар өмнө
..
battle 700eeb6bd4 Implemented HERO_SPELL_CASTS_PER_COMBAT_TURN bonus 5 сар өмнө
bonuses 700eeb6bd4 Implemented HERO_SPELL_CASTS_PER_COMBAT_TURN bonus 5 сар өмнө
campaign 829739da24 Reduce usage of implicit conversions to int 6 сар өмнө
constants 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
entities 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
events 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 жил өмнө
filesystem be2ebc8e56 Fix build 6 сар өмнө
gameState 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
json 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
logging 829739da24 Reduce usage of implicit conversions to int 6 сар өмнө
mapObjectConstructors 6b6199d3a4 Implemented giving bonuses to commanders 5 сар өмнө
mapObjects 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
mapping 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 жил өмнө
modding ac26b3ed9b Merge pull request #5658 from IvanSavenko/memleak_fix 6 сар өмнө
network cd2837a84e Fix possible memory leak (circular shared_ptr) in networking 6 сар өмнө
networkPacks 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
pathfinder 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 сар өмнө
rewardable 6859ab7c36 Fix discovered issues, remove not implemented ideas 5 сар өмнө
rmg f70ad2c15b Reorganized artifact-related classes 6 сар өмнө
serializer 62e774c91e Add new rewards for configurable objects 6 сар өмнө
spells 9e6397d1f9 Remove pointer to boat from CGHeroInstance 6 сар өмнө
texts 283adc37d7 Unit stack rebalancing rework 6 сар өмнө
vstd 25125f96da Fix: licenses, pragma guards, StdInc 1 жил өмнө
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
AsyncRunner.h ed4079e83b Code cleanup, add comments where relevant 7 сар өмнө
BasicTypes.cpp 5c1adc7df5 change config format 7 сар өмнө
BattleFieldHandler.cpp 38a9dc83ba Fix bonuses from battlefield not showing up in creature window 6 сар өмнө
BattleFieldHandler.h 8c3a417527 Cleanup 10 сар өмнө
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 жил өмнө
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 жил өмнө
CBonusTypeHandler.cpp e51ba74214 Fix loading of spell immunity icons for corresponding bonus 6 сар өмнө
CBonusTypeHandler.h 07a46ed03b Configurable icons for bonuses 8 сар өмнө
CConfigHandler.cpp 8771ecdf57 Workaround for crash due to static destruction order 7 сар өмнө
CConfigHandler.h 8771ecdf57 Workaround for crash due to static destruction order 7 сар өмнө
CConsoleHandler.cpp e73d05933d Quick shutdown of ConsoleHandler thread 7 сар өмнө
CConsoleHandler.h e73d05933d Quick shutdown of ConsoleHandler thread 7 сар өмнө
CCreatureHandler.cpp 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
CCreatureHandler.h 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
CCreatureSet.cpp 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
CCreatureSet.h 4b30336d03 Fix issues detected by Sonar 5 сар өмнө
CGameInfoCallback.cpp 283adc37d7 Unit stack rebalancing rework 6 сар өмнө
CGameInfoCallback.h 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 сар өмнө
CGameInterface.cpp ac8104d56d SonarCloud recomendations. 10 сар өмнө
CGameInterface.h 966468f3fa Fix and simplify game saving / loading 6 сар өмнө
CMakeLists.txt 279d89f971 Merge pull request #5659 from IvanSavenko/artifact_split 6 сар өмнө
CPlayerState.cpp 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 сар өмнө
CPlayerState.h a43c3fcb31 Restore save compatibility with 1.6 6 сар өмнө
CRandomGenerator.cpp 7a3e1409d0 Remove old boost includes and defines 7 сар өмнө
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library 1 жил өмнө
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 жил өмнө
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CSkillHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
CSkillHandler.h 9e6cd9b94d Add "special" property for secondary skills 11 сар өмнө
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 жил өмнө
CStack.cpp 283adc37d7 Unit stack rebalancing rework 6 сар өмнө
CStack.h ce436bd63e Fix regressions in combat 6 сар өмнө
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 жил өмнө
CThreadHelper.cpp 7a3e1409d0 Remove old boost includes and defines 7 сар өмнө
CThreadHelper.h a31788b874 Replace thread spawning with tbb pool for adventure AI 8 сар өмнө
Color.h 28a8d4f4a1 Implemented bloodlust, clone, and petrify effects for xbrz mode 8 сар өмнө
ConditionalWait.h 948abfb04c AI now uses std::thread, added custom thread interruption logic 8 сар өмнө
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of 1 жил өмнө
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option 1 жил өмнө
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling 1 жил өмнө
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 жил өмнө
GameCallbackHolder.h 331debaa3f Removed pointers from PlayerState 6 сар өмнө
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
GameLibrary.cpp f70ad2c15b Reorganized artifact-related classes 6 сар өмнө
GameLibrary.h 222b73bbcd Simplify library initialization 7 сар өмнө
GameSettings.cpp 0e2ea99283 Implemented option to emulate H3 seer hut full-army quest bug 5 сар өмнө
GameSettings.h ff8d36c350 It is now possible to define game settings in rmg template 1 жил өмнө
IBonusTypeHandler.h 07a46ed03b Configurable icons for bonuses 8 сар өмнө
IGameCallback.cpp f70ad2c15b Reorganized artifact-related classes 6 сар өмнө
IGameCallback.h 0e2ea99283 Implemented option to emulate H3 seer hut full-army quest bug 5 сар өмнө
IGameEventsReceiver.h ac8104d56d SonarCloud recomendations. 10 сар өмнө
IGameSettings.h 0e2ea99283 Implemented option to emulate H3 seer hut full-army quest bug 5 сар өмнө
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
IHandlerBase.h 4f80ccd648 Small micro-optimizations for code that gets called A LOT 10 сар өмнө
LoadProgress.cpp 7dfb499edf replace boost locks with std 8 сар өмнө
LoadProgress.h 7dfb499edf replace boost locks with std 8 сар өмнө
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 жил өмнө
ObstacleHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible 9 сар өмнө
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes 9 сар өмнө
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
Rect.h 4171026035 First iteration of upscaled rendering 1 жил өмнө
ResourceSet.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
ResourceSet.h 20cfe712c9 Update ResourceSet.h 1 жил өмнө
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 жил өмнө
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
RoadHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 жил өмнө
ScopeGuard.h b796ed8626 Fix undefined behavior 1 жил өмнө
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 1 жил өмнө
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 жил өмнө
StartInfo.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
StartInfo.h eb3b51a6cf Remove save compatibility with 1.5.X 7 сар өмнө
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc 1 жил өмнө
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc 1 жил өмнө
TerrainHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
TerrainHandler.h dfe8a95f8c Fix build 10 сар өмнө
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 жил өмнө
TurnTimerInfo.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 жил өмнө
UnlockGuard.h 4e73f7d90f shared_mutex replace boost 8 сар өмнө
VCMIDirs.cpp 5b5b2f158d Change getDefaultUserDataPath to const 6 сар өмнө
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 жил өмнө
int3.h 9f713a0914 Rename int3::valid to isValid for consistency 8 сар өмнө
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө