Ivan Savenko cbcd48aabb Fix build 11 месяцев назад
..
battle 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
bonuses 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
campaign 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
constants 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
entities 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
events 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 год назад
filesystem 5a02a4c07f Fix path to Chronicles campaigns background, remove old code 11 месяцев назад
gameState 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
json 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
logging ecdd394bb1 Use BattleHex as const ref wherever possible 1 год назад
mapObjectConstructors 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
mapObjects 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
mapping 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 год назад
modding 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
network 2362c6da21 Fixes for multiple new issues from Sonar 11 месяцев назад
networkPacks 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
pathfinder 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
rewardable 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
rmg 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
serializer 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
spells 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
texts 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
vstd 25125f96da Fix: licenses, pragma guards, StdInc 1 год назад
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 лет назад
ArtifactUtils.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
ArtifactUtils.h 30fa2846aa ArtifactUtils::createArtifact ArtifactUtils::createNewArtifactInstance unified 1 год назад
BasicTypes.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
BattleFieldHandler.cpp 8c3a417527 Cleanup 1 год назад
BattleFieldHandler.h 8c3a417527 Cleanup 1 год назад
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 лет назад
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 лет назад
CArtHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CArtHandler.h 86d5c05ffa Fused identical artifacts 1 год назад
CArtifactInstance.cpp b9ff192a91 Fix regressions from previous PR 1 год назад
CArtifactInstance.h a39469d165 Add save compatibility 1 год назад
CBonusTypeHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CBonusTypeHandler.h 0c07384293 Refactoring of serialization versioning handling 2 лет назад
CConfigHandler.cpp 54796c7c56 Rename toJson to toString/toCompactString for consistency 1 год назад
CConfigHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 год назад
CConsoleHandler.cpp 657b97202b Clarified ifdef magic in crash handling 1 год назад
CConsoleHandler.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 год назад
CCreatureHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CCreatureHandler.h c7b22b1b28 add multi-bonuses support for creature speical skills 1 год назад
CCreatureSet.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CCreatureSet.h 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CGameInfoCallback.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CGameInfoCallback.h 32391dc7a9 Pathfinder cache is now stored separately per playerBlocked 1 год назад
CGameInterface.cpp ac8104d56d SonarCloud recomendations. 1 год назад
CGameInterface.h 32391dc7a9 Pathfinder cache is now stored separately per playerBlocked 1 год назад
CMakeLists.txt 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CPlayerState.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CPlayerState.h 9e2646898b Add pre-computed vectors of owned objects for faster access 1 год назад
CRandomGenerator.cpp 34b6eaa25e Integrating changes from PR #4251 - add logging for rng 1 год назад
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library 1 год назад
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 лет назад
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 лет назад
CSkillHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CSkillHandler.h 9e6cd9b94d Add "special" property for secondary skills 1 год назад
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 год назад
CStack.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
CStack.h 3b35c679ce Optimize Unit::getHexes method 1 год назад
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 2 лет назад
CThreadHelper.cpp 62c2be160a Added changing thread name for FreeBSD 1 год назад
CThreadHelper.h cded8b1999 Show human-readable thread name in log 1 год назад
Color.h 28a8d4f4a1 Implemented bloodlust, clone, and petrify effects for xbrz mode 11 месяцев назад
ConstTransitivePtr.h 0c07384293 Refactoring of serialization versioning handling 2 лет назад
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of 1 год назад
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option 2 лет назад
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling 2 лет назад
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 лет назад
GameCallbackHolder.h ea1f05d15a Stabilization 2 лет назад
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 лет назад
GameLibrary.cpp cbcd48aabb Fix build 11 месяцев назад
GameLibrary.h 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
GameSettings.cpp ec970c7b22 Support for configuring minimal cost for moving between tiles 11 месяцев назад
GameSettings.h ff8d36c350 It is now possible to define game settings in rmg template 1 год назад
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 лет назад
IGameCallback.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
IGameCallback.h 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
IGameEventsReceiver.h ac8104d56d SonarCloud recomendations. 1 год назад
IGameSettings.h ec970c7b22 Support for configuring minimal cost for moving between tiles 11 месяцев назад
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
IHandlerBase.h 4f80ccd648 Small micro-optimizations for code that gets called A LOT 1 год назад
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet 2 лет назад
LoadProgress.h f3277b7953 Define each identifier in a dedicated statement 2 лет назад
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 год назад
ObstacleHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible 1 год назад
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes 1 год назад
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 лет назад
Rect.h 4171026035 First iteration of upscaled rendering 1 год назад
ResourceSet.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
ResourceSet.h 20cfe712c9 Update ResourceSet.h 1 год назад
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 год назад
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
RoadHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 год назад
ScopeGuard.h b796ed8626 Fix undefined behavior 1 год назад
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 2 лет назад
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 год назад
StartInfo.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
StartInfo.h 56ee307b3a Extend AI garrison troop removal logic to all RoE campaigns to emulate 1 год назад
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc 1 год назад
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc 1 год назад
TerrainHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 11 месяцев назад
TerrainHandler.h dfe8a95f8c Fix build 1 год назад
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 год назад
TurnTimerInfo.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 год назад
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 лет назад
VCMIDirs.cpp 70891b0304 portmaster support 11 месяцев назад
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 3 лет назад
int3.h ea48257100 Fix SonarCloud issues 1 год назад
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 лет назад