Ivan Savenko 4b05fb204d Check for visitable objects when selecting boat location and not blocked 5 meses atrás
..
battle 42317e7128 Block attempts to attack unit behind obstacle in UI 5 meses atrás
bonuses 3f4ff58a5e Merged bonus names with bonus descriptions, since they are never used 5 meses atrás
callback 043075a719 Merge branch 'vcmi:develop' into cheats 5 meses atrás
campaign 4d4da0454f map objects hierarchy now uses IGameInfoCallback 6 meses atrás
constants 043075a719 Merge branch 'vcmi:develop' into cheats 5 meses atrás
entities 0945654672 Give custom descriptions to unclear H3 abilities and artifacts 5 meses atrás
events 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 ano atrás
filesystem 5e4912d056 fix crash when map is packaged in a zip mod 6 meses atrás
gameState 043075a719 Merge branch 'vcmi:develop' into cheats 5 meses atrás
json 75672587b2 Fix appendItems 5 meses atrás
logging 829739da24 Reduce usage of implicit conversions to int 6 meses atrás
mapObjectConstructors 54a46b77a9 Extract library entity randomization logic to separate class 6 meses atrás
mapObjects 4b05fb204d Check for visitable objects when selecting boat location and not blocked 5 meses atrás
mapping 7b3d690998 Merge pull request #5731 from IvanSavenko/gamehandler_reduce 5 meses atrás
minizip 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 ano atrás
modding ac26b3ed9b Merge pull request #5658 from IvanSavenko/memleak_fix 6 meses atrás
network cd2837a84e Fix possible memory leak (circular shared_ptr) in networking 6 meses atrás
networkPacks cc6f65d8da Resolve Sonar issues in server code 5 meses atrás
pathfinder 9dfef773e2 Remove unnecessary includes 6 meses atrás
rewardable bb61f2414a If configurable map object reduces secondary skill level to zero, show 5 meses atrás
rmg 4d4da0454f map objects hierarchy now uses IGameInfoCallback 6 meses atrás
serializer 6617d9b213 Fix game restart 5 meses atrás
spells 4957657ceb Fix attempt to play unit spellcasting animation for spells cast by hero 5 meses atrás
texts 283adc37d7 Unit stack rebalancing rework 6 meses atrás
vstd 25125f96da Fix: licenses, pragma guards, StdInc 1 ano atrás
AsyncRunner.h ed4079e83b Code cleanup, add comments where relevant 8 meses atrás
BasicTypes.cpp 5c1adc7df5 change config format 7 meses atrás
BattleFieldHandler.cpp 38a9dc83ba Fix bonuses from battlefield not showing up in creature window 7 meses atrás
BattleFieldHandler.h 8c3a417527 Cleanup 10 meses atrás
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 anos atrás
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 anos atrás
CBonusTypeHandler.cpp 6c5b2b8e63 More generic support for bonus subtypes descriptions 5 meses atrás
CBonusTypeHandler.h 6c5b2b8e63 More generic support for bonus subtypes descriptions 5 meses atrás
CConfigHandler.cpp 8771ecdf57 Workaround for crash due to static destruction order 7 meses atrás
CConfigHandler.h 8771ecdf57 Workaround for crash due to static destruction order 7 meses atrás
CConsoleHandler.cpp e73d05933d Quick shutdown of ConsoleHandler thread 8 meses atrás
CConsoleHandler.h e73d05933d Quick shutdown of ConsoleHandler thread 8 meses atrás
CCreatureHandler.cpp 25655184d3 Add support for custom icons & descriptions for bonuses 5 meses atrás
CCreatureHandler.h 25655184d3 Add support for custom icons & descriptions for bonuses 5 meses atrás
CCreatureSet.cpp 3f4ff58a5e Merged bonus names with bonus descriptions, since they are never used 5 meses atrás
CCreatureSet.h 3f4ff58a5e Merged bonus names with bonus descriptions, since they are never used 5 meses atrás
CMakeLists.txt cc274c4d34 GameRandomizer is now in lib, add implementation 6 meses atrás
CPlayerState.cpp 4d4da0454f map objects hierarchy now uses IGameInfoCallback 6 meses atrás
CPlayerState.h 4d4da0454f map objects hierarchy now uses IGameInfoCallback 6 meses atrás
CRandomGenerator.cpp 7a3e1409d0 Remove old boost includes and defines 8 meses atrás
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library 1 ano atrás
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 anos atrás
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 anos atrás
CSkillHandler.cpp 25655184d3 Add support for custom icons & descriptions for bonuses 5 meses atrás
CSkillHandler.h 9e6cd9b94d Add "special" property for secondary skills 11 meses atrás
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos 1 ano atrás
CStack.cpp 283adc37d7 Unit stack rebalancing rework 6 meses atrás
CStack.h ce436bd63e Fix regressions in combat 6 meses atrás
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 ano atrás
CThreadHelper.cpp 7a3e1409d0 Remove old boost includes and defines 8 meses atrás
CThreadHelper.h a31788b874 Replace thread spawning with tbb pool for adventure AI 8 meses atrás
Color.h 28a8d4f4a1 Implemented bloodlust, clone, and petrify effects for xbrz mode 9 meses atrás
ConditionalWait.h 948abfb04c AI now uses std::thread, added custom thread interruption logic 8 meses atrás
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of 1 ano atrás
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option 1 ano atrás
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling 1 ano atrás
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 anos atrás
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 anos atrás
GameLibrary.cpp 35644da2b7 Reogranize callback-related classes on 1 file = 1 class basis 6 meses atrás
GameLibrary.h 222b73bbcd Simplify library initialization 8 meses atrás
GameSettings.cpp 131b59e6cd Fix serialization, add new game settings 6 meses atrás
GameSettings.h ff8d36c350 It is now possible to define game settings in rmg template 1 ano atrás
IBonusTypeHandler.h 3f4ff58a5e Merged bonus names with bonus descriptions, since they are never used 5 meses atrás
IGameSettings.h 131b59e6cd Fix serialization, add new game settings 6 meses atrás
IHandlerBase.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 meses atrás
IHandlerBase.h 4f80ccd648 Small micro-optimizations for code that gets called A LOT 11 meses atrás
LoadProgress.cpp 7dfb499edf replace boost locks with std 8 meses atrás
LoadProgress.h 7dfb499edf replace boost locks with std 8 meses atrás
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 meses atrás
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 ano atrás
ObstacleHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 meses atrás
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible 9 meses atrás
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes 9 meses atrás
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 anos atrás
Rect.h 4171026035 First iteration of upscaled rendering 1 ano atrás
ResourceSet.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 meses atrás
ResourceSet.h 20cfe712c9 Update ResourceSet.h 1 ano atrás
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 meses atrás
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 ano atrás
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 meses atrás
RoadHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses 1 ano atrás
ScopeGuard.h b796ed8626 Fix undefined behavior 1 ano atrás
ScriptHandler.cpp 35644da2b7 Reogranize callback-related classes on 1 file = 1 class basis 6 meses atrás
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis 1 ano atrás
StartInfo.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 meses atrás
StartInfo.h eb3b51a6cf Remove save compatibility with 1.5.X 8 meses atrás
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc 1 ano atrás
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc 1 ano atrás
TerrainHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` 8 meses atrás
TerrainHandler.h dfe8a95f8c Fix build 10 meses atrás
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 ano atrás
TurnTimerInfo.h 02e429e973 Fix typos using https://github.com/crate-ci/typos 1 ano atrás
UnlockGuard.h 2c17c2d5b7 Rework CCallback <-> CClient interaction 6 meses atrás
VCMIDirs.cpp 5b5b2f158d Change getDefaultUserDataPath to const 7 meses atrás
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 anos atrás
int3.h 9f713a0914 Rename int3::valid to isValid for consistency 8 meses atrás
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 anos atrás