Ivan Savenko 6b7497d9fc Merge pull request #5962 from IvanSavenko/bugfixing 3 months ago
..
battle 6b97fc306d fix berserk 3 months ago
bonuses 5caf43a63c Merge pull request #5900 from IvanSavenko/bonus_limiters 3 months ago
callback 241da5937d First semi-working version of antilag for hero movement 3 months ago
campaign a036482a7d Fix regresssion - crash on transferring hero to next scenario 3 months ago
constants 03997a800a Add workaround for loading save when entity was moved to another mod 3 months ago
entities f773b87cd5 Add debug logging for mods with invalid town building config 3 months ago
events 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
filesystem e12765dca0 Fix sonar warnings, convert spaces -> tabs 3 months ago
gameState 800ccf2651 Fix Solmyr/Yog receiving spellbook on transferring to next scenario 3 months ago
json c419a3c41a Fix typo in error message 3 months ago
logging 829739da24 Reduce usage of implicit conversions to int 6 months ago
mapObjectConstructors 283230eb4e Add description for University using H3 string 3 months ago
mapObjects 9b61c57eef Slightly better fix for some map loading crashes 3 months ago
mapping 760eff8139 Fix crash on loading town with unit that has ability propagated to army 3 months ago
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
modding 70c84910bd code review 3 months ago
network 3ea2c8bff0 Cleanup, remove unnecessary changes 3 months ago
networkPacks 241da5937d First semi-working version of antilag for hero movement 3 months ago
pathfinder 241da5937d First semi-working version of antilag for hero movement 3 months ago
rewardable 241da5937d First semi-working version of antilag for hero movement 3 months ago
rmg 7fcb0246fb Merge pull request #5909 from Laserlicht/template_editor_object 3 months ago
serializer b4693a9d7f Merge pull request #5859 from IvanSavenko/antilag 3 months ago
spells 00e0173f18 Merge pull request #5920 from Opuszek/fix_berserk 3 months ago
texts 8721bdd728 Split CCreatureSet file on .h/.cpp per class basis 3 months ago
vstd 25125f96da Fix: licenses, pragma guards, StdInc 1 year ago
AsyncRunner.h ed4079e83b Code cleanup, add comments where relevant 7 months ago
BasicTypes.cpp a305ed28bb Support for loading custom bonuses, slightly less hardcoded Skeleton 4 months ago
BattleFieldHandler.cpp 38a9dc83ba Fix bonuses from battlefield not showing up in creature window 6 months ago
BattleFieldHandler.h 8c3a417527 Cleanup 9 months ago
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 years ago
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 years ago
CBonusTypeHandler.cpp f5c037137b Fix translations, fix Sonar 4 months ago
CBonusTypeHandler.h f5c037137b Fix translations, fix Sonar 4 months ago
CConfigHandler.cpp 802788b89f rename to key binding 3 months ago
CConfigHandler.h 802788b89f rename to key binding 3 months ago
CConsoleHandler.cpp e12765dca0 Fix sonar warnings, convert spaces -> tabs 3 months ago
CConsoleHandler.h e73d05933d Quick shutdown of ConsoleHandler thread 7 months ago
CCreatureHandler.cpp e12765dca0 Fix sonar warnings, convert spaces -> tabs 3 months ago
CCreatureHandler.h e1adbde5ac direction & image functionality 4 months ago
CMakeLists.txt b4693a9d7f Merge pull request #5859 from IvanSavenko/antilag 3 months ago
CPlayerState.cpp 6ac57a7cfc Improvements to bonus system node types / propagators 4 months ago
CPlayerState.h 4d4da0454f map objects hierarchy now uses IGameInfoCallback 5 months ago
CRandomGenerator.cpp 7a3e1409d0 Remove old boost includes and defines 7 months ago
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library 1 year ago
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 years ago
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
CSkillHandler.cpp f58d08e563 Support for banned game entities in random map templates 3 months ago
CSkillHandler.h 2bf951a4cf Support for objects from mods as campaign scenario bonuses 4 months ago
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 year ago
CStack.cpp 6ac57a7cfc Improvements to bonus system node types / propagators 4 months ago
CStack.h ce436bd63e Fix regressions in combat 6 months ago
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 year ago
CThreadHelper.cpp 7a3e1409d0 Remove old boost includes and defines 7 months ago
CThreadHelper.h a31788b874 Replace thread spawning with tbb pool for adventure AI 8 months ago
Color.h dea441899a searchbox color 3 months ago
ConditionalWait.h 948abfb04c AI now uses std::thread, added custom thread interruption logic 8 months ago
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of 1 year ago
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option 1 year ago
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling 1 year ago
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 years ago
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
GameLibrary.cpp 802788b89f rename to key binding 3 months ago
GameLibrary.h a842dfb3c4 Support for defining new campaign regions in mods, for hota h3c 4 months ago
GameSettings.cpp c0644da408 Merge pull request #5947 from Laserlicht/skill 3 months ago
GameSettings.h ff8d36c350 It is now possible to define game settings in rmg template 1 year ago
IBonusTypeHandler.h 3f4ff58a5e Merged bonus names with bonus descriptions, since they are never used 5 months ago
IGameSettings.h c0644da408 Merge pull request #5947 from Laserlicht/skill 3 months ago
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 months ago
IHandlerBase.h a842dfb3c4 Support for defining new campaign regions in mods, for hota h3c 4 months ago
LoadProgress.cpp 7dfb499edf replace boost locks with std 8 months ago
LoadProgress.h 7dfb499edf replace boost locks with std 8 months ago
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 months ago
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 year ago
ObstacleHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 months ago
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible 9 months ago
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes 9 months ago
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
Rect.h 4171026035 First iteration of upscaled rendering 1 year ago
ResourceSet.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 months ago
ResourceSet.h 20cfe712c9 Update ResourceSet.h 1 year ago
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 months ago
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 year ago
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 months ago
RoadHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 year ago
ScopeGuard.h b796ed8626 Fix undefined behavior 1 year ago
ScriptHandler.cpp e12765dca0 Fix sonar warnings, convert spaces -> tabs 3 months ago
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 year ago
StartInfo.cpp 3ea2c8bff0 Cleanup, remove unnecessary changes 3 months ago
StartInfo.h 52da332640 GameHandler now uses GameConnectionID instead of connection pointers 3 months ago
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc 1 year ago
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc 1 year ago
TerrainHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 months ago
TerrainHandler.h dfe8a95f8c Fix build 10 months ago
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
TurnTimerInfo.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
UnlockGuard.h 2c17c2d5b7 Rework CCallback <-> CClient interaction 5 months ago
VCMIDirs.cpp e12765dca0 Fix sonar warnings, convert spaces -> tabs 3 months ago
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 years ago
int3.h 9f713a0914 Rename int3::valid to isValid for consistency 8 months ago
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago