Ivan Savenko c27f4e9b75 Merge branch 'vcmi/master' into 'vcmi/develop' il y a 14 heures
..
battle 09b144d383 Merge pull request #6802 from IvanSavenko/bonus_trigger il y a 1 semaine
bonuses c27f4e9b75 Merge branch 'vcmi/master' into 'vcmi/develop' il y a 14 heures
callback fa2ab0e024 Merge pull request #6783 from Laserlicht/tactics il y a 2 semaines
campaign 8e71d54c63 Allow mods to provide save and map compatibilty il y a 1 semaine
constants 82c38a4324 Fix build and tests, code review il y a 2 semaines
entities 8e71d54c63 Allow mods to provide save and map compatibilty il y a 1 semaine
events 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
filesystem 881cb50c8e Add support for external description file for mods il y a 3 semaines
gameState a267952e42 Fixes for support of Runes skill il y a 6 jours
json eb7f7b5f62 Fix possible crash on spell before/after attack bonus il y a 1 jour
logging 829739da24 Reduce usage of implicit conversions to int il y a 9 mois
mapObjectConstructors 8e71d54c63 Allow mods to provide save and map compatibilty il y a 1 semaine
mapObjects 20a379f740 Fixes for issues reported by Sonar il y a 1 semaine
mapping 0dd793abe3 fix hero name il y a 2 jours
modding 82c38a4324 Fix build and tests, code review il y a 2 semaines
network 0bf8b7187a fix for newer boost il y a 4 jours
networkPacks 20a379f740 Fixes for issues reported by Sonar il y a 1 semaine
pathfinder 15aceb8134 NK2: fix ExplorationBehavior: scanMap was inactive, now it's used for MAIN heroes il y a 1 mois
rewardable f7c1cab99c Add movement points limiter to rewardable objects il y a 2 semaines
rmg a9aa4012f9 Remove excessive logging in RMG il y a 4 jours
serializer 82c38a4324 Fix build and tests, code review il y a 2 semaines
spells c27f4e9b75 Merge branch 'vcmi/master' into 'vcmi/develop' il y a 14 heures
texts 99f8a1c8cf CP1257 for Latvian il y a 2 jours
vstd 25125f96da Fix: licenses, pragma guards, StdInc il y a 1 an
AsyncRunner.h ed4079e83b Code cleanup, add comments where relevant il y a 11 mois
BasicTypes.cpp 519005d5af Implement UNIT_ADJACENT limiter to allow aura-like effects il y a 1 mois
BattleFieldHandler.cpp 890d3c661d code review il y a 1 mois
BattleFieldHandler.h 0d2f26b653 Run unit tests as part of cross-repository PR il y a 2 semaines
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build il y a 2 ans
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build il y a 2 ans
CBonusTypeHandler.cpp 8e71d54c63 Allow mods to provide save and map compatibilty il y a 1 semaine
CBonusTypeHandler.h e7cfb2b311 Rename a variable that blocks description propagation il y a 5 mois
CConfigHandler.cpp 802788b89f rename to key binding il y a 6 mois
CConfigHandler.h 802788b89f rename to key binding il y a 6 mois
CConsoleHandler.cpp 045dd3de11 Inno Setup + AMR64 preparation il y a 7 mois
CConsoleHandler.h e73d05933d Quick shutdown of ConsoleHandler thread il y a 11 mois
CCreatureHandler.cpp 09b144d383 Merge pull request #6802 from IvanSavenko/bonus_trigger il y a 1 semaine
CCreatureHandler.h a0b69d79f0 NKAI2 performance improvements il y a 1 mois
CMakeLists.txt 03041199ee Merge pull request #6788 from Laserlicht/server_discovery il y a 4 jours
CPlayerState.cpp ab62124b59 More AI performance improvements for G-sized maps il y a 1 mois
CPlayerState.h eac93ff7ea Try to fix strange freeze on AI receiving turn pause query il y a 1 semaine
CRandomGenerator.cpp 7a3e1409d0 Remove old boost includes and defines il y a 11 mois
CRandomGenerator.h 63bcf7d83c Replaced most of usages of CRandomGenerator with vstd::RNG in library il y a 1 an
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib il y a 2 ans
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
CSkillHandler.cpp 5a94346f87 Support short specialty form for bonuses with propagators il y a 2 semaines
CSkillHandler.h 2bf951a4cf Support for objects from mods as campaign scenario bonuses il y a 8 mois
CSoundBase.h 31e1d39f92 Fix issues introduced by fixing typos il y a 1 an
CStack.cpp e72dcce8ba refactor logic to CBattleInfoCallback and leave UI in BattleFieldController, BattleActionsController il y a 3 mois
CStack.h 519005d5af Implement UNIT_ADJACENT limiter to allow aura-like effects il y a 1 mois
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement il y a 2 ans
CThreadHelper.cpp 7a3e1409d0 Remove old boost includes and defines il y a 11 mois
CThreadHelper.h a31788b874 Replace thread spawning with tbb pool for adventure AI il y a 11 mois
Color.h dea441899a searchbox color il y a 6 mois
ConditionalWait.h 948abfb04c AI now uses std::thread, added custom thread interruption logic il y a 11 mois
ExceptionsCommon.h b50d350747 Show error message on load if mod has broken creature instead of il y a 1 an
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option il y a 2 ans
ExtraOptionsInfo.h 0c07384293 Refactoring of serialization versioning handling il y a 2 ans
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined il y a 3 ans
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
GameLibrary.cpp 00a3409203 map layer types il y a 1 mois
GameLibrary.h 00a3409203 map layer types il y a 1 mois
GameSettings.cpp d56d8f4806 move hardcoded stuff to config il y a 3 semaines
GameSettings.h ff8d36c350 It is now possible to define game settings in rmg template il y a 1 an
IBonusTypeHandler.h 3f4ff58a5e Merged bonus names with bonus descriptions, since they are never used il y a 8 mois
IGameSettings.h d56d8f4806 move hardcoded stuff to config il y a 3 semaines
IHandlerBase.cpp 8e71d54c63 Allow mods to provide save and map compatibilty il y a 1 semaine
IHandlerBase.h 8e71d54c63 Allow mods to provide save and map compatibilty il y a 1 semaine
LoadProgress.cpp 7dfb499edf replace boost locks with std il y a 11 mois
LoadProgress.h 7dfb499edf replace boost locks with std il y a 11 mois
LogicalExpression.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` il y a 11 mois
LogicalExpression.h c3957c2c2a Moved json files to new directory, split on per-class basis il y a 2 ans
MapLayerHandler.cpp 20a379f740 Fixes for issues reported by Sonar il y a 1 semaine
MapLayerHandler.h 20a379f740 Fixes for issues reported by Sonar il y a 1 semaine
ObstacleHandler.cpp 862dde80f7 It is now possible to specify terrain for object templates and battle il y a 2 mois
ObstacleHandler.h ecdd394bb1 Use BattleHex as const ref wherever possible il y a 1 an
Point.h 391986e0ba Moved image scaling & optimization logic to separate classes il y a 1 an
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans
Rect.h 4171026035 First iteration of upscaled rendering il y a 1 an
ResourceSet.cpp 46797a0872 fix resource il y a 1 mois
ResourceSet.h 4216ba6058 Improve cost multiplier logic, add missing reroll counter 0-init il y a 1 mois
RiverHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` il y a 11 mois
RiverHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses il y a 1 an
RoadHandler.cpp 645b95ba02 Renamed `LibClasses * VLC` to `GameLibrary * LIBRARY` il y a 11 mois
RoadHandler.h c34956e912 introduce `getModScope` method to`Entity` class and subclasses il y a 1 an
ScopeGuard.h b796ed8626 Fix undefined behavior il y a 2 ans
ScriptHandler.cpp e12765dca0 Fix sonar warnings, convert spaces -> tabs il y a 7 mois
ScriptHandler.h c3957c2c2a Moved json files to new directory, split on per-class basis il y a 2 ans
StartInfo.cpp 8014b05399 Improvements for HotA h3m support il y a 1 mois
StartInfo.h 8014b05399 Improvements for HotA h3m support il y a 1 mois
StdInc.cpp 25125f96da Fix: licenses, pragma guards, StdInc il y a 1 an
StdInc.h 25125f96da Fix: licenses, pragma guards, StdInc il y a 1 an
TerrainHandler.cpp a9e80d99df small terrains refactoring: uses MapLayerType now il y a 1 mois
TerrainHandler.h a9e80d99df small terrains refactoring: uses MapLayerType now il y a 1 mois
TurnTimerInfo.cpp 02e429e973 Fix typos using https://github.com/crate-ci/typos il y a 1 an
TurnTimerInfo.h 09746979ba code review il y a 3 semaines
UnlockGuard.h 2c17c2d5b7 Rework CCallback <-> CClient interaction il y a 9 mois
VCMIDirs.cpp 37b40c04bb fix whitespace il y a 1 mois
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath il y a 3 ans
int3.h 9f713a0914 Rename int3::valid to isValid for consistency il y a 11 mois
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) il y a 2 ans