George King df1eaf791d Merge pull request #6928 from GeorgeK1ng/commander_bonus_desc 1 week ago
..
battle 78f34c5a1d Fix SPELLCASTER bonus regressions 2 weeks ago
bonuses a267952e42 Fixes for support of Runes skill 1 month ago
callback fa2ab0e024 Merge pull request #6783 from Laserlicht/tactics 1 month ago
campaign 8e71d54c63 Allow mods to provide save and map compatibilty 1 month ago
constants 82c38a4324 Fix build and tests, code review 1 month ago
entities 8e71d54c63 Allow mods to provide save and map compatibilty 1 month ago
events 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
filesystem 73fa2fd557 Fix regression 2 weeks ago
gameState 1d32c4844b refactor getPlayerAccumulator 2 weeks ago
json 10e9d8e3ef Fix loading of spell mastery for combat trigger bonus 2 weeks ago
logging 829739da24 Reduce usage of implicit conversions to int 10 months ago
mapObjectConstructors 8e71d54c63 Allow mods to provide save and map compatibilty 1 month ago
mapObjects 20a379f740 Fixes for issues reported by Sonar 1 month ago
mapping 73fa2fd557 Fix regression 2 weeks ago
modding d754aedb16 Fix crash on mod conflict detection, add tests 3 weeks ago
network 0bf8b7187a fix for newer boost 4 weeks ago
networkPacks 20a379f740 Fixes for issues reported by Sonar 1 month ago
pathfinder 15aceb8134 NK2: fix ExplorationBehavior: scanMap was inactive, now it's used for MAIN heroes 2 months ago
rewardable f7c1cab99c Add movement points limiter to rewardable objects 1 month ago
rmg a9aa4012f9 Remove excessive logging in RMG 4 weeks ago
serializer 47cdcb6f28 Restore save compatibility with 1.6 saves that have quests 2 weeks ago
spells 09b144d383 Merge pull request #6802 from IvanSavenko/bonus_trigger 1 month ago
texts 99f8a1c8cf CP1257 for Latvian 3 weeks ago
vstd 25125f96da Fix: licenses, pragma guards, StdInc 1 year ago
AsyncRunner.h 99c075afb7 Fix deadlock on AI turn on systems with low CPU core count 2 weeks ago
BasicTypes.cpp 519005d5af Implement UNIT_ADJACENT limiter to allow aura-like effects 2 months ago
BattleFieldHandler.cpp 890d3c661d code review 2 months ago
BattleFieldHandler.h 0d2f26b653 Run unit tests as part of cross-repository PR 1 month ago
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 3 years ago
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 3 years ago
CBonusTypeHandler.cpp df1eaf791d Merge pull request #6928 from GeorgeK1ng/commander_bonus_desc 1 week ago
CBonusTypeHandler.h df1eaf791d Merge pull request #6928 from GeorgeK1ng/commander_bonus_desc 1 week ago
CConfigHandler.cpp 802788b89f rename to key binding 7 months ago
CConfigHandler.h 802788b89f rename to key binding 7 months ago
CConsoleHandler.cpp 045dd3de11 Inno Setup + AMR64 preparation 7 months ago
CConsoleHandler.h e73d05933d Quick shutdown of ConsoleHandler thread 1 year ago
CCreatureHandler.cpp 09b144d383 Merge pull request #6802 from IvanSavenko/bonus_trigger 1 month ago
CCreatureHandler.h a0b69d79f0 NKAI2 performance improvements 2 months ago
CMakeLists.txt db372bbdfb [1.7.3] Fix Windows version for VCMI_lib.dll and VCMI_vcmiqt.dll (#6973) 2 weeks ago
CPlayerState.cpp ab62124b59 More AI performance improvements for G-sized maps 2 months ago
CPlayerState.h eac93ff7ea Try to fix strange freeze on AI receiving turn pause query 1 month ago
CRandomGenerator.cpp 7a3e1409d0 Remove old boost includes and defines 11 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 3 years ago
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
CSkillHandler.cpp 5a94346f87 Support short specialty form for bonuses with propagators 1 month ago
CSkillHandler.h 2bf951a4cf Support for objects from mods as campaign scenario bonuses 8 months ago
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 year ago
CStack.cpp e72dcce8ba refactor logic to CBattleInfoCallback and leave UI in BattleFieldController, BattleActionsController 3 months ago
CStack.h 519005d5af Implement UNIT_ADJACENT limiter to allow aura-like effects 2 months ago
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 2 years ago
CThreadHelper.cpp 7a3e1409d0 Remove old boost includes and defines 11 months ago
CThreadHelper.h a31788b874 Replace thread spawning with tbb pool for adventure AI 1 year ago
Color.h dea441899a searchbox color 7 months ago
ConditionalWait.h af801c1824 Try to fix possible freezes on AI actions 2 weeks 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 2 years ago
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling 2 years 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 00a3409203 map layer types 2 months ago
GameLibrary.h 00a3409203 map layer types 2 months ago
GameSettings.cpp d56d8f4806 move hardcoded stuff to config 1 month 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 9 months ago
IGameSettings.h d56d8f4806 move hardcoded stuff to config 1 month ago
IHandlerBase.cpp 8e71d54c63 Allow mods to provide save and map compatibilty 1 month ago
IHandlerBase.h 8e71d54c63 Allow mods to provide save and map compatibilty 1 month ago
LoadProgress.cpp 7dfb499edf replace boost locks with std 1 year ago
LoadProgress.h 7dfb499edf replace boost locks with std 1 year ago
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 1 year ago
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 2 years ago
MapLayerHandler.cpp 20a379f740 Fixes for issues reported by Sonar 1 month ago
MapLayerHandler.h 20a379f740 Fixes for issues reported by Sonar 1 month ago
ObstacleHandler.cpp 862dde80f7 It is now possible to specify terrain for object templates and battle 3 months ago
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible 1 year ago
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes 1 year 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 46797a0872 fix resource 2 months ago
ResourceSet.h 4216ba6058 Improve cost multiplier logic, add missing reroll counter 0-init 2 months ago
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 1 year ago
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 year ago
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 1 year ago
RoadHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 year ago
ScopeGuard.h b796ed8626 Fix undefined behavior 2 years ago
ScriptHandler.cpp e12765dca0 Fix sonar warnings, convert spaces -> tabs 8 months ago
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 2 years ago
StartInfo.cpp 8014b05399 Improvements for HotA h3m support 2 months ago
StartInfo.h 8014b05399 Improvements for HotA h3m support 2 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 a9e80d99df small terrains refactoring: uses MapLayerType now 2 months ago
TerrainHandler.h a9e80d99df small terrains refactoring: uses MapLayerType now 2 months ago
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
TurnTimerInfo.h 09746979ba code review 1 month ago
UnlockGuard.h 2c17c2d5b7 Rework CCallback <-> CClient interaction 10 months ago
VCMIDirs.cpp 37b40c04bb fix whitespace 2 months ago
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 3 years ago
int3.h 9f713a0914 Rename int3::valid to isValid for consistency 1 year ago
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago