Ivan Savenko f5f8ed192b Fix random map generation 7 月之前
..
battle 93b18ee94b Fix some issues detected by Sonar & code review, fix build 6 月之前
bonuses e6a8e5d4bd Correctly restore bonus system on deserialization 6 月之前
campaign 0ada2a5ebd Map objects now use shared_ptr (game) 6 月之前
constants ab11d2b075 Remove quests from CMap, now solely owned by quest objects 6 月之前
entities 99c6ca7e70 Fix build 8 月之前
events 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 年之前
filesystem c3c8b5048a extract functions of string <-> boost::filesystem::path to TextOperations.h 7 月之前
gameState f5f8ed192b Fix random map generation 6 月之前
json 896a7ec88e Better support for Adela specialty (+new modding functionality for it) 7 月之前
logging 5f052165fe Fix missing names for some threads 8 月之前
mapObjectConstructors 63d00b080e Removed pointer to army from StackInstance 6 月之前
mapObjects 912c2eae94 Fix regressions 6 月之前
mapping f5f8ed192b Fix random map generation 6 月之前
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 年之前
modding 222b73bbcd Simplify library initialization 8 月之前
network 7a3e1409d0 Remove old boost includes and defines 8 月之前
networkPacks f5f8ed192b Fix random map generation 6 月之前
pathfinder 93b18ee94b Fix some issues detected by Sonar & code review, fix build 6 月之前
rewardable 93b18ee94b Fix some issues detected by Sonar & code review, fix build 6 月之前
rmg 93b18ee94b Fix some issues detected by Sonar & code review, fix build 6 月之前
serializer f9989d9152 Cleanup serializer/deserializer code 6 月之前
spells 9e6397d1f9 Remove pointer to boat from CGHeroInstance 6 月之前
texts be554f4260 Merge pull request #5641 from kdmcser/chinese_encoding 6 月之前
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 d34b47bb20 Remove pointers from artifacts 6 月之前
ArtifactUtils.h 2ca1748e96 Artifact instances are now owned solely by CMap 6 月之前
AsyncRunner.h ed4079e83b Code cleanup, add comments where relevant 8 月之前
BasicTypes.cpp 5c1adc7df5 change config format 7 月之前
BattleFieldHandler.cpp 38a9dc83ba Fix bonuses from battlefield not showing up in creature window 7 月之前
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 e6a8e5d4bd Correctly restore bonus system on deserialization 6 月之前
CArtHandler.h e6a8e5d4bd Correctly restore bonus system on deserialization 6 月之前
CArtifactInstance.cpp e6a8e5d4bd Correctly restore bonus system on deserialization 6 月之前
CArtifactInstance.h e6a8e5d4bd Correctly restore bonus system on deserialization 6 月之前
CBonusTypeHandler.cpp e51ba74214 Fix loading of spell immunity icons for corresponding bonus 7 月之前
CBonusTypeHandler.h 07a46ed03b Configurable icons for bonuses 8 月之前
CConfigHandler.cpp 8771ecdf57 Workaround for crash due to static destruction order 7 月之前
CConfigHandler.h 8771ecdf57 Workaround for crash due to static destruction order 7 月之前
CConsoleHandler.cpp e73d05933d Quick shutdown of ConsoleHandler thread 8 月之前
CConsoleHandler.h e73d05933d Quick shutdown of ConsoleHandler thread 8 月之前
CCreatureHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 9 月之前
CCreatureHandler.h a061ed04de Remove usage of ConstTransitivePtr from CTown 8 月之前
CCreatureSet.cpp 912c2eae94 Fix regressions 6 月之前
CCreatureSet.h e6a8e5d4bd Correctly restore bonus system on deserialization 6 月之前
CGameInfoCallback.cpp 912c2eae94 Fix regressions 6 月之前
CGameInfoCallback.h 586620a290 Basic code review, remove unused code from serializers 6 月之前
CGameInterface.cpp ac8104d56d SonarCloud recomendations. 10 月之前
CGameInterface.h 32391dc7a9 Pathfinder cache is now stored separately per playerBlocked 9 月之前
CMakeLists.txt 586620a290 Basic code review, remove unused code from serializers 6 月之前
CPlayerState.cpp 586620a290 Basic code review, remove unused code from serializers 6 月之前
CPlayerState.h 586620a290 Basic code review, remove unused code from serializers 6 月之前
CRandomGenerator.cpp 7a3e1409d0 Remove old boost includes and defines 8 月之前
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` 9 月之前
CSkillHandler.h 9e6cd9b94d Add "special" property for secondary skills 1 年之前
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 年之前
CStack.cpp d34b47bb20 Remove pointers from artifacts 6 月之前
CStack.h 93b18ee94b Fix some issues detected by Sonar & code review, fix build 6 月之前
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 年之前
CThreadHelper.cpp 7a3e1409d0 Remove old boost includes and defines 8 月之前
CThreadHelper.h a31788b874 Replace thread spawning with tbb pool for adventure AI 8 月之前
Color.h 28a8d4f4a1 Implemented bloodlust, clone, and petrify effects for xbrz mode 9 月之前
ConditionalWait.h 948abfb04c AI now uses std::thread, added custom thread interruption logic 8 月之前
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 331debaa3f Removed pointers from PlayerState 6 月之前
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 年之前
GameLibrary.cpp 222b73bbcd Simplify library initialization 8 月之前
GameLibrary.h 222b73bbcd Simplify library initialization 8 月之前
GameSettings.cpp 5c1adc7df5 change config format 7 月之前
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 e6a8e5d4bd Correctly restore bonus system on deserialization 6 月之前
IGameCallback.h 6d65641a43 Gamestate is now passed as shared pointer 6 月之前
IGameEventsReceiver.h ac8104d56d SonarCloud recomendations. 10 月之前
IGameSettings.h 5c1adc7df5 change config format 7 月之前
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 9 月之前
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` 9 月之前
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 年之前
ObstacleHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 9 月之前
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible 10 月之前
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes 10 月之前
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` 9 月之前
ResourceSet.h 20cfe712c9 Update ResourceSet.h 1 年之前
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 9 月之前
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 年之前
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 9 月之前
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` 9 月之前
StartInfo.h eb3b51a6cf Remove save compatibility with 1.5.X 8 月之前
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` 9 月之前
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 5b5b2f158d Change getDefaultUserDataPath to const 7 月之前
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 年之前
int3.h 9f713a0914 Rename int3::valid to isValid for consistency 8 月之前
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 年之前