Xilmi f8f10adb2e Take magic-capability into account for overall strength-estimation of hero-lead-armies 1 year ago
..
battle 74723bf77e Merge pull request #4254 from smanolloff/fix-battle-queue 1 year ago
bonuses 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
campaign 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
constants b4c6906471 Merge branch 'vcmi/beta' into 'vcmi/develop' 1 year ago
events 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
filesystem 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
gameState 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
json 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
logging b0ff97675e Remove mutex from access to constant value 1 year ago
mapObjectConstructors 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
mapObjects f8f10adb2e Take magic-capability into account for overall strength-estimation of hero-lead-armies 1 year ago
mapping 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
modding 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
network b8beb4fb13 Fixes for various minor issues detected by Sonar Cloud 1 year ago
networkPacks 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
pathfinder 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
registerTypes 812e96ebb1 Guest can also use & renaming 1 year ago
rewardable 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
rmg 6b8f94e6e7 Merge remote-tracking branch 'vcmi/master' into develop 1 year ago
serializer 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
spells 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
vstd 25125f96da Fix: licenses, pragma guards, StdInc 1 year ago
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
ArtifactUtils.cpp 7abfa7b42a ArtifactPosition::TRANSITION_POS now is simple ArtSlotInfo 1 year ago
ArtifactUtils.h 7abfa7b42a ArtifactPosition::TRANSITION_POS now is simple ArtSlotInfo 1 year ago
BasicTypes.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 year ago
BattleFieldHandler.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
BattleFieldHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year 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
CArtHandler.cpp 5d6470e527 Merge pull request #4025 from IvanSavenko/shared_ptr_lib 1 year ago
CArtHandler.h 5d6470e527 Merge pull request #4025 from IvanSavenko/shared_ptr_lib 1 year ago
CArtifactInstance.cpp 6e629a6a5f split getBonusLocalFirst into two distinct method: 1 year ago
CArtifactInstance.h 0c07384293 Refactoring of serialization versioning handling 1 year ago
CBonusTypeHandler.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
CBonusTypeHandler.h 0c07384293 Refactoring of serialization versioning handling 1 year ago
CBuildingHandler.cpp 8d5fa41a19 Minor fixes 2 years ago
CBuildingHandler.h 8d5fa41a19 Minor fixes 2 years ago
CConfigHandler.cpp 54796c7c56 Rename toJson to toString/toCompactString for consistency 1 year ago
CConfigHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 year ago
CConsoleHandler.cpp 79d568b17b Try to handle uncaught c++ exception on Windows and create crashdump 1 year ago
CConsoleHandler.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
CCreatureHandler.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
CCreatureHandler.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
CCreatureSet.cpp aa891cb8b1 Armycost 1 year ago
CCreatureSet.h aa891cb8b1 Armycost 1 year ago
CGameInfoCallback.cpp 31e1d39f92 Fix issues introduced by fixing typos 1 year ago
CGameInfoCallback.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
CGameInterface.cpp f3de2cfe1c Removed broken & unused serialization of player interface and AI 1 year ago
CGameInterface.h f3de2cfe1c Removed broken & unused serialization of player interface and AI 1 year ago
CGeneralTextHandler.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
CGeneralTextHandler.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
CHeroHandler.cpp b4c6906471 Merge branch 'vcmi/beta' into 'vcmi/develop' 1 year ago
CHeroHandler.h b4c6906471 Merge branch 'vcmi/beta' into 'vcmi/develop' 1 year ago
CMakeLists.txt df83fa33a1 Merge branch 'vcmi/master' into 'vcmi/develop' 1 year ago
CPlayerState.cpp 2c4cad7d9c Slight simplification of bonus system node class 1 year ago
CPlayerState.h b8beb4fb13 Fixes for various minor issues detected by Sonar Cloud 1 year ago
CRandomGenerator.cpp 10b35ceecb Replaced assertions with exceptions for invalid input in RNG 1 year ago
CRandomGenerator.h 84bc6c42db Added 'Serializeable' base class for classes serializeable by pointer 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 b8beb4fb13 Fixes for various minor issues detected by Sonar Cloud 1 year ago
CSkillHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 year ago
CStack.cpp c37ce05d06 Attempt to make constant bonus system nodes (CCreature / CArtifact) 1 year ago
CStack.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 year ago
CThreadHelper.cpp 62c2be160a Added changing thread name for FreeBSD 1 year ago
CThreadHelper.h cded8b1999 Show human-readable thread name in log 1 year ago
CTownHandler.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
CTownHandler.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
Color.h 0c07384293 Refactoring of serialization versioning handling 1 year ago
ConstTransitivePtr.h 0c07384293 Refactoring of serialization versioning handling 1 year 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
GameCallbackHolder.h ea1f05d15a Stabilization 1 year ago
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
GameSettings.cpp 8353bca34f Small refactoring of adventure map spell casting: 1 year ago
GameSettings.h 8353bca34f Small refactoring of adventure map spell casting: 1 year ago
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
IGameCallback.cpp 3bea383b59 Merge branch 'vcmi/beta' into 'vcmi/develop' 1 year ago
IGameCallback.h 8b861fc58f Do not check for guards when teleporting using means other than DD 1 year ago
IGameEventsReceiver.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
IHandlerBase.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
IHandlerBase.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
Languages.h b4c6906471 Merge branch 'vcmi/beta' into 'vcmi/develop' 1 year ago
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet 1 year ago
LoadProgress.h f3277b7953 Define each identifier in a dedicated statement 1 year ago
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 years ago
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 year ago
MetaString.cpp 07239dcfb5 artifact parts calc 1 year ago
MetaString.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
ObstacleHandler.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
ObstacleHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
Point.h 0c07384293 Refactoring of serialization versioning handling 1 year ago
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
Rect.h 0c07384293 Refactoring of serialization versioning handling 1 year ago
ResourceSet.cpp c3957c2c2a Moved json files to new directory, split on per-class basis 1 year ago
ResourceSet.h 0c07384293 Refactoring of serialization versioning handling 1 year ago
RiverHandler.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
RiverHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
RoadHandler.cpp 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
RoadHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
ScopeGuard.h b796ed8626 Fix undefined behavior 1 year ago
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 1 year ago
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 year ago
StartInfo.cpp 1840666327 Implemented join room dialog 1 year ago
StartInfo.h df83fa33a1 Merge branch 'vcmi/master' into 'vcmi/develop' 1 year 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 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
TerrainHandler.h 7461df161c lib now uses shared_ptr for entities. Removed manual memory management. 1 year ago
TextOperations.cpp 671b61c64e Implement various todo's and review suggestions 1 year ago
TextOperations.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year 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 a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago
VCMIDirs.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 year ago
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 years ago
VCMI_Lib.cpp 07813c9a79 Removed non-functional updateEntity in VLC 1 year ago
VCMI_Lib.h 07813c9a79 Removed non-functional updateEntity in VLC 1 year ago
int3.h ea48257100 Fix SonarCloud issues 1 year ago
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 years ago