Ivan Savenko 5550edeb9a Fix inability of unit to cast spell after receiving morale 6 месяцев назад
..
battle 5550edeb9a Fix inability of unit to cast spell after receiving morale 6 месяцев назад
bonuses 04c9e27ccd Fix discovered bugs from develop branch 6 месяцев назад
campaign 829739da24 Reduce usage of implicit conversions to int 6 месяцев назад
constants 4e8e85e3e4 Fix issues reported by Sonar, review fixes 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 6 месяцев назад
gameState a8a74888f7 Fix attaching of hero to bonus system (old bug?) 6 месяцев назад
json 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
logging 829739da24 Reduce usage of implicit conversions to int 6 месяцев назад
mapObjectConstructors 63d00b080e Removed pointer to army from StackInstance 6 месяцев назад
mapObjects 4e8e85e3e4 Fix issues reported by Sonar, review fixes 6 месяцев назад
mapping 4e8e85e3e4 Fix issues reported by Sonar, review fixes 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 5550edeb9a Fix inability of unit to cast spell after receiving morale 6 месяцев назад
pathfinder 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
rewardable 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
rmg 829739da24 Reduce usage of implicit conversions to int 6 месяцев назад
serializer 4e8e85e3e4 Fix issues reported by Sonar, review fixes 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 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
CArtHandler.h a43c3fcb31 Restore save compatibility with 1.6 6 месяцев назад
CArtifactInstance.cpp 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
CArtifactInstance.h 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
CArtifactSet.h 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 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` 8 месяцев назад
CCreatureHandler.h a061ed04de Remove usage of ConstTransitivePtr from CTown 8 месяцев назад
CCreatureSet.cpp 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
CCreatureSet.h a43c3fcb31 Restore save compatibility with 1.6 6 месяцев назад
CGameInfoCallback.cpp 4e8e85e3e4 Fix issues reported by Sonar, review fixes 6 месяцев назад
CGameInfoCallback.h 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
CGameInterface.cpp ac8104d56d SonarCloud recomendations. 10 месяцев назад
CGameInterface.h 966468f3fa Fix and simplify game saving / loading 6 месяцев назад
CMakeLists.txt 5550edeb9a Fix inability of unit to cast spell after receiving morale 6 месяцев назад
CPlayerState.cpp 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
CPlayerState.h a43c3fcb31 Restore save compatibility with 1.6 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` 8 месяцев назад
CSkillHandler.h 9e6cd9b94d Add "special" property for secondary skills 11 месяцев назад
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 год назад
CStack.cpp ce436bd63e Fix regressions in combat 6 месяцев назад
CStack.h ce436bd63e Fix regressions in combat 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 4d57a8ed36 Prefer to pass CGameState as reference instead of pointer 6 месяцев назад
IGameCallback.h 966468f3fa Fix and simplify game saving / loading 6 месяцев назад
IGameEventsReceiver.h ac8104d56d SonarCloud recomendations. 10 месяцев назад
IGameSettings.h 5c1adc7df5 change config format 7 месяцев назад
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 месяцев назад
IHandlerBase.h 4f80ccd648 Small micro-optimizations for code that gets called A LOT 10 месяцев назад
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 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` 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 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 лет назад