2
0
Ivan Savenko f06e707108 Merge pull request #5488 from Laserlicht/boost 8 сар өмнө
..
battle 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
bonuses 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
campaign 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
constants 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
entities 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
events 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 жил өмнө
filesystem e7fbe2d387 Fix build 8 сар өмнө
gameState 4e73f7d90f shared_mutex replace boost 8 сар өмнө
json 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
logging ecdd394bb1 Use BattleHex as const ref wherever possible 9 сар өмнө
mapObjectConstructors 8f074490a7 Merge branch 'master' into 'develop' 8 сар өмнө
mapObjects 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
mapping 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 жил өмнө
modding 35fc7f7f03 Use new URL for 1.7 mods 8 сар өмнө
network 2362c6da21 Fixes for multiple new issues from Sonar 8 сар өмнө
networkPacks 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
pathfinder 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
rewardable 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
rmg 0182bcd74a Revert "min_element and max_element from std" 8 сар өмнө
serializer 7dfb499edf replace boost locks with std 8 сар өмнө
spells 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
texts b0de99fe89 Merge pull request #5478 from heroesiiifan/translation 8 сар өмнө
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` 8 сар өмнө
ArtifactUtils.h 30fa2846aa ArtifactUtils::createArtifact ArtifactUtils::createNewArtifactInstance unified 1 жил өмнө
BasicTypes.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
BattleFieldHandler.cpp 8c3a417527 Cleanup 10 сар өмнө
BattleFieldHandler.h 8c3a417527 Cleanup 10 сар өмнө
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` 8 сар өмнө
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 a3dbb5748c Fix build 8 сар өмнө
CBonusTypeHandler.h 07a46ed03b Configurable icons for bonuses 8 сар өмнө
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 10 сар өмнө
CConsoleHandler.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 жил өмнө
CCreatureHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
CCreatureHandler.h c7b22b1b28 add multi-bonuses support for creature speical skills 11 сар өмнө
CCreatureSet.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
CCreatureSet.h 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
CGameInfoCallback.cpp 4e73f7d90f shared_mutex replace boost 8 сар өмнө
CGameInfoCallback.h 32391dc7a9 Pathfinder cache is now stored separately per playerBlocked 9 сар өмнө
CGameInterface.cpp ac8104d56d SonarCloud recomendations. 10 сар өмнө
CGameInterface.h 32391dc7a9 Pathfinder cache is now stored separately per playerBlocked 9 сар өмнө
CMakeLists.txt 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
CPlayerState.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
CPlayerState.h 9e2646898b Add pre-computed vectors of owned objects for faster access 11 сар өмнө
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` 8 сар өмнө
CSkillHandler.h 9e6cd9b94d Add "special" property for secondary skills 11 сар өмнө
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 жил өмнө
CStack.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
CStack.h 3b35c679ce Optimize Unit::getHexes method 10 сар өмнө
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 жил өмнө
CThreadHelper.cpp 7dfb499edf replace boost locks with std 8 сар өмнө
CThreadHelper.h 7dfb499edf replace boost locks with std 8 сар өмнө
Color.h 28a8d4f4a1 Implemented bloodlust, clone, and petrify effects for xbrz mode 9 сар өмнө
ConstTransitivePtr.h 0c07384293 Refactoring of serialization versioning handling 1 жил өмнө
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of 1 жил өмнө
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option 1 жил өмнө
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling 1 жил өмнө
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 жил өмнө
GameCallbackHolder.h ea1f05d15a Stabilization 1 жил өмнө
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
GameLibrary.cpp cbcd48aabb Fix build 8 сар өмнө
GameLibrary.h 07a46ed03b Configurable icons for bonuses 8 сар өмнө
GameSettings.cpp ec970c7b22 Support for configuring minimal cost for moving between tiles 9 сар өмнө
GameSettings.h ff8d36c350 It is now possible to define game settings in rmg template 1 жил өмнө
IBonusTypeHandler.h 07a46ed03b Configurable icons for bonuses 8 сар өмнө
IGameCallback.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
IGameCallback.h 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
IGameEventsReceiver.h ac8104d56d SonarCloud recomendations. 10 сар өмнө
IGameSettings.h ec970c7b22 Support for configuring minimal cost for moving between tiles 9 сар өмнө
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
IHandlerBase.h 4f80ccd648 Small micro-optimizations for code that gets called A LOT 11 сар өмнө
LoadProgress.cpp 7dfb499edf replace boost locks with std 8 сар өмнө
LoadProgress.h 7dfb499edf replace boost locks with std 8 сар өмнө
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 жил өмнө
ObstacleHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible 9 сар өмнө
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes 9 сар өмнө
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` 8 сар өмнө
ResourceSet.h 20cfe712c9 Update ResourceSet.h 1 жил өмнө
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 жил өмнө
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
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 1 жил өмнө
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 жил өмнө
StartInfo.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 сар өмнө
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` 8 сар өмнө
TerrainHandler.h dfe8a95f8c Fix build 10 сар өмнө
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 4e73f7d90f shared_mutex replace boost 8 сар өмнө
VCMIDirs.cpp 70891b0304 portmaster support 9 сар өмнө
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 жил өмнө
int3.h ea48257100 Fix SonarCloud issues 1 жил өмнө
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө