Ivan Savenko 9dfef773e2 Remove unnecessary includes hai 6 meses
..
battle 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
bonuses 1165dadfd4 Merge pull request #5701 from IvanSavenko/bonus_docs hai 6 meses
callback c0850f41b3 Pathfinder now uses IGameInfoCallback instead of CGameState hai 6 meses
campaign 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
constants 456525109e Replaced undescriptive bool true/false with more clear enum for hai 6 meses
entities 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
events 02e429e973 Fix typos using https://github.com/crate-ci/typos hai 1 ano
filesystem 5e4912d056 fix crash when map is packaged in a zip mod hai 6 meses
gameState c0850f41b3 Pathfinder now uses IGameInfoCallback instead of CGameState hai 6 meses
json 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
logging 829739da24 Reduce usage of implicit conversions to int hai 6 meses
mapObjectConstructors 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
mapObjects 9dfef773e2 Remove unnecessary includes hai 6 meses
mapping 630f911cc9 Merge pull request #5713 from IvanSavenko/gamecallback_remove hai 6 meses
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos hai 1 ano
modding ac26b3ed9b Merge pull request #5658 from IvanSavenko/memleak_fix hai 6 meses
network cd2837a84e Fix possible memory leak (circular shared_ptr) in networking hai 6 meses
networkPacks 9ae4a72f4c Merge pull request #5721 from IvanSavenko/stackexp_fix hai 6 meses
pathfinder 9dfef773e2 Remove unnecessary includes hai 6 meses
rewardable c7228b7e50 Fix incorrect icon on removal of skill hai 6 meses
rmg 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
serializer 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
spells 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
texts 283adc37d7 Unit stack rebalancing rework hai 6 meses
vstd 25125f96da Fix: licenses, pragma guards, StdInc hai 1 ano
AsyncRunner.h ed4079e83b Code cleanup, add comments where relevant hai 8 meses
BasicTypes.cpp 5c1adc7df5 change config format hai 7 meses
BattleFieldHandler.cpp 38a9dc83ba Fix bonuses from battlefield not showing up in creature window hai 7 meses
BattleFieldHandler.h 8c3a417527 Cleanup hai 10 meses
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build %!s(int64=2) %!d(string=hai) anos
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build %!s(int64=2) %!d(string=hai) anos
CBonusTypeHandler.cpp e51ba74214 Fix loading of spell immunity icons for corresponding bonus hai 7 meses
CBonusTypeHandler.h 07a46ed03b Configurable icons for bonuses hai 8 meses
CConfigHandler.cpp 8771ecdf57 Workaround for crash due to static destruction order hai 7 meses
CConfigHandler.h 8771ecdf57 Workaround for crash due to static destruction order hai 7 meses
CConsoleHandler.cpp e73d05933d Quick shutdown of ConsoleHandler thread hai 8 meses
CConsoleHandler.h e73d05933d Quick shutdown of ConsoleHandler thread hai 8 meses
CCreatureHandler.cpp 1165dadfd4 Merge pull request #5701 from IvanSavenko/bonus_docs hai 6 meses
CCreatureHandler.h 1165dadfd4 Merge pull request #5701 from IvanSavenko/bonus_docs hai 6 meses
CCreatureSet.cpp 630f911cc9 Merge pull request #5713 from IvanSavenko/gamecallback_remove hai 6 meses
CCreatureSet.h 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
CMakeLists.txt 6f20235d07 Merge CPrivilegedInfoCallback into CGameInfoCallback hai 6 meses
CPlayerState.cpp 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
CPlayerState.h 4d4da0454f map objects hierarchy now uses IGameInfoCallback hai 6 meses
CRandomGenerator.cpp 7a3e1409d0 Remove old boost includes and defines hai 8 meses
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library hai 1 ano
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib %!s(int64=2) %!d(string=hai) anos
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) %!s(int64=2) %!d(string=hai) anos
CSkillHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
CSkillHandler.h 9e6cd9b94d Add "special" property for secondary skills hai 11 meses
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos hai 1 ano
CStack.cpp 283adc37d7 Unit stack rebalancing rework hai 6 meses
CStack.h ce436bd63e Fix regressions in combat hai 6 meses
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement hai 1 ano
CThreadHelper.cpp 7a3e1409d0 Remove old boost includes and defines hai 8 meses
CThreadHelper.h a31788b874 Replace thread spawning with tbb pool for adventure AI hai 8 meses
Color.h 28a8d4f4a1 Implemented bloodlust, clone, and petrify effects for xbrz mode hai 9 meses
ConditionalWait.h 948abfb04c AI now uses std::thread, added custom thread interruption logic hai 8 meses
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of hai 1 ano
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option hai 1 ano
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling hai 1 ano
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined %!s(int64=3) %!d(string=hai) anos
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) %!s(int64=2) %!d(string=hai) anos
GameLibrary.cpp 35644da2b7 Reogranize callback-related classes on 1 file = 1 class basis hai 6 meses
GameLibrary.h 222b73bbcd Simplify library initialization hai 8 meses
GameSettings.cpp 0e2ea99283 Implemented option to emulate H3 seer hut full-army quest bug hai 6 meses
GameSettings.h ff8d36c350 It is now possible to define game settings in rmg template hai 1 ano
IBonusTypeHandler.h 07a46ed03b Configurable icons for bonuses hai 8 meses
IGameSettings.h 0e2ea99283 Implemented option to emulate H3 seer hut full-army quest bug hai 6 meses
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
IHandlerBase.h 4f80ccd648 Small micro-optimizations for code that gets called A LOT hai 11 meses
LoadProgress.cpp 7dfb499edf replace boost locks with std hai 8 meses
LoadProgress.h 7dfb499edf replace boost locks with std hai 8 meses
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis hai 1 ano
ObstacleHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible hai 9 meses
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes hai 9 meses
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) %!s(int64=2) %!d(string=hai) anos
Rect.h 4171026035 First iteration of upscaled rendering hai 1 ano
ResourceSet.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
ResourceSet.h 20cfe712c9 Update ResourceSet.h hai 1 ano
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses hai 1 ano
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
RoadHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses hai 1 ano
ScopeGuard.h b796ed8626 Fix undefined behavior hai 1 ano
ScriptHandler.cpp 35644da2b7 Reogranize callback-related classes on 1 file = 1 class basis hai 6 meses
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis hai 1 ano
StartInfo.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
StartInfo.h eb3b51a6cf Remove save compatibility with 1.5.X hai 8 meses
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc hai 1 ano
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc hai 1 ano
TerrainHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hai 8 meses
TerrainHandler.h dfe8a95f8c Fix build hai 10 meses
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos hai 1 ano
TurnTimerInfo.h 02e429e973 Fix typos using https://github.com/crate-ci/typos hai 1 ano
UnlockGuard.h 2c17c2d5b7 Rework CCallback <-> CClient interaction hai 6 meses
VCMIDirs.cpp 5b5b2f158d Change getDefaultUserDataPath to const hai 7 meses
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath %!s(int64=2) %!d(string=hai) anos
int3.h 9f713a0914 Rename int3::valid to isValid for consistency hai 8 meses
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) %!s(int64=2) %!d(string=hai) anos