Opuszek 042a999a4a fixes spell counter for adventure spells hace 3 semanas
..
battle c5f3de4f9e Remove upper cap of damage since this logic breaks range randomization hace 1 mes
bonuses 042a999a4a fixes spell counter for adventure spells hace 3 semanas
callback 37b40c04bb fix whitespace hace 1 mes
campaign e27a2ff5bd allow defining second video in campaign hace 1 mes
constants 12c368e30f Move University cost in gold to game setting hace 1 mes
entities b47eb9d262 Merge pull request #6477 from IvanSavenko/hero_spec_fix hace 1 mes
events 02e429e973 Fix typos using https://github.com/crate-ci/typos hace 1 año
filesystem 8bc13806c0 Add potential fix for savegame list crash hace 1 mes
gameState e486ad3eac Fix assertion failure and invalid map state on prison release hace 1 mes
json dc021055e4 Fixes and workarounds for crashes from Google Play hace 1 mes
logging 829739da24 Reduce usage of implicit conversions to int hace 9 meses
mapObjectConstructors a655661a2e Fix issues with object customization in rmg hace 2 meses
mapObjects 0c844b3d65 Potential fix for desync on AI turn hace 1 mes
mapping c4876cfd16 Fix deserialization of hero pool when mod load order changes hace 1 mes
modding 74c249f83f Fix rare case where mod without resolved depedencies added to load order hace 1 mes
network 3ea2c8bff0 Cleanup, remove unnecessary changes hace 6 meses
networkPacks 8bddd8f4e3 add quick save (F8) / quick load (F9) functionality for single player and hotseat games on adventure map and in combat hace 2 meses
pathfinder 241da5937d First semi-working version of antilag for hero movement hace 6 meses
rewardable e54ff1cbb2 Restore save compatibility with 1.6 hace 3 meses
rmg 34c798abd7 Apply suggestions from code review hace 1 mes
serializer c3cc7e0de3 Refactor CSaveFile to prepare for future changes hace 1 mes
spells 042a999a4a fixes spell counter for adventure spells hace 3 semanas
texts e68d2ad775 fix romanian hace 2 meses
vstd 25125f96da Fix: licenses, pragma guards, StdInc hace 1 año
AsyncRunner.h ed4079e83b Code cleanup, add comments where relevant hace 11 meses
BasicTypes.cpp 8675e6e91f Allow to add terrain limiter for hero and town instances hace 2 meses
BattleFieldHandler.cpp 38a9dc83ba Fix bonuses from battlefield not showing up in creature window hace 10 meses
BattleFieldHandler.h 8c3a417527 Cleanup hace 1 año
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build hace 2 años
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build hace 2 años
CBonusTypeHandler.cpp 68a1a900ae Final changes for 1.7.0 hace 1 mes
CBonusTypeHandler.h e7cfb2b311 Rename a variable that blocks description propagation hace 5 meses
CConfigHandler.cpp 802788b89f rename to key binding hace 6 meses
CConfigHandler.h 802788b89f rename to key binding hace 6 meses
CConsoleHandler.cpp 045dd3de11 Inno Setup + AMR64 preparation hace 7 meses
CConsoleHandler.h e73d05933d Quick shutdown of ConsoleHandler thread hace 11 meses
CCreatureHandler.cpp a0b69d79f0 NKAI2 performance improvements hace 1 mes
CCreatureHandler.h a0b69d79f0 NKAI2 performance improvements hace 1 mes
CMakeLists.txt 9d6ec17f48 MMAI: an ML-powered combat AI hace 1 mes
CPlayerState.cpp 134c145b98 convert ResourceSet to std::map hace 4 meses
CPlayerState.h 4d4da0454f map objects hierarchy now uses IGameInfoCallback hace 9 meses
CRandomGenerator.cpp 7a3e1409d0 Remove old boost includes and defines hace 11 meses
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library hace 1 año
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib hace 2 años
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
CSkillHandler.cpp 78b39688c5 Improvements for json validation for mods hace 6 meses
CSkillHandler.h 2bf951a4cf Support for objects from mods as campaign scenario bonuses hace 8 meses
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos hace 1 año
CStack.cpp e72dcce8ba refactor logic to CBattleInfoCallback and leave UI in BattleFieldController, BattleActionsController hace 3 meses
CStack.h e72dcce8ba refactor logic to CBattleInfoCallback and leave UI in BattleFieldController, BattleActionsController hace 3 meses
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement hace 2 años
CThreadHelper.cpp 7a3e1409d0 Remove old boost includes and defines hace 11 meses
CThreadHelper.h a31788b874 Replace thread spawning with tbb pool for adventure AI hace 11 meses
Color.h dea441899a searchbox color hace 6 meses
ConditionalWait.h 948abfb04c AI now uses std::thread, added custom thread interruption logic hace 11 meses
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of hace 1 año
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option hace 2 años
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling hace 2 años
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined hace 3 años
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
GameLibrary.cpp d808bd6412 introduce toResourceType hace 5 meses
GameLibrary.h d808bd6412 introduce toResourceType hace 5 meses
GameSettings.cpp 12c368e30f Move University cost in gold to game setting hace 1 mes
GameSettings.h ff8d36c350 It is now possible to define game settings in rmg template hace 1 año
IBonusTypeHandler.h 3f4ff58a5e Merged bonus names with bonus descriptions, since they are never used hace 8 meses
IGameSettings.h 12c368e30f Move University cost in gold to game setting hace 1 mes
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hace 11 meses
IHandlerBase.h a842dfb3c4 Support for defining new campaign regions in mods, for hota h3c hace 8 meses
LoadProgress.cpp 7dfb499edf replace boost locks with std hace 11 meses
LoadProgress.h 7dfb499edf replace boost locks with std hace 11 meses
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hace 11 meses
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis hace 2 años
ObstacleHandler.cpp 862dde80f7 It is now possible to specify terrain for object templates and battle hace 2 meses
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible hace 1 año
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes hace 1 año
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años
Rect.h 4171026035 First iteration of upscaled rendering hace 1 año
ResourceSet.cpp 46797a0872 fix resource hace 1 mes
ResourceSet.h 967283beb6 fix deserializion of ResourceSet for compatibility hace 4 meses
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hace 11 meses
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses hace 1 año
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hace 11 meses
RoadHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses hace 1 año
ScopeGuard.h b796ed8626 Fix undefined behavior hace 2 años
ScriptHandler.cpp e12765dca0 Fix sonar warnings, convert spaces -> tabs hace 7 meses
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis hace 2 años
StartInfo.cpp 07621f795c fix serialisation hace 3 meses
StartInfo.h 34af1433e6 remove optional and add serializer hace 3 meses
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc hace 1 año
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc hace 1 año
TerrainHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` hace 11 meses
TerrainHandler.h dfe8a95f8c Fix build hace 1 año
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos hace 1 año
TurnTimerInfo.h 02e429e973 Fix typos using https://github.com/crate-ci/typos hace 1 año
UnlockGuard.h 2c17c2d5b7 Rework CCallback <-> CClient interaction hace 9 meses
VCMIDirs.cpp 37b40c04bb fix whitespace hace 1 mes
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath hace 3 años
int3.h 9f713a0914 Rename int3::valid to isValid for consistency hace 11 meses
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) hace 2 años