Tomasz Zieliński 5836e390f1 Do not place zone guards adjacent to 3rd zone 1 rok temu
..
battle 24d25730ad Changed checks for null with checks for hasValue 1 rok temu
bonuses f83a004b54 Added workaround to prevent multithreaded access to bonus system in RMG 1 rok temu
campaign c7897300c0 Fixed missing translation strings on loading campaign save 1 rok temu
constants 31b04780c9 Added hasValue method to identifiers 1 rok temu
events b88a8da4e8 Split off some netpack structures into separate files 2 lat temu
filesystem 74dedc4cc5 Converted ZipArchive namespace into stateful class 1 rok temu
gameState c3012105e2 Fix duplicated hero in Song for the Father campaign 1 rok temu
logging 44d16b32fe Use API identical to std classes where possible 2 lat temu
mapObjectConstructors 8e8d42bfa2 Try to simplify / cleanup code to localize crash 1 rok temu
mapObjects c21913f661 Fixed initialization of move points and mana for dismissed heroes 1 rok temu
mapping 8e8d42bfa2 Try to simplify / cleanup code to localize crash 1 rok temu
minizip 85d1909ac5 remove copy-pasted functions from ioapi.c 2 lat temu
modding bb670cfb82 Merged accurate shot bonus into death stare bonus 1 rok temu
networkPacks c21913f661 Fixed initialization of move points and mana for dismissed heroes 1 rok temu
pathfinder 8303ce5d13 Added option to ignore guards in pathfinder 1 rok temu
registerTypes e9ac8c67c1 Reworked and fixed selection of secondary skills: 1 rok temu
rewardable edb2ecd751 Fix possible overflow errors on leveling up beyond int64_t limit 1 rok temu
rmg 5836e390f1 Do not place zone guards adjacent to 3rd zone 1 rok temu
serializer ca2df49fbb Block usage of preselected starting heroes for prisons in RMG 1 rok temu
spells 1194419884 Added option to allow self-casting 1 rok temu
vstd 9299eaed36 code review 1 rok temu
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
ArtifactUtils.cpp abad4b01ce Remove explicit convesion to int in operators 1 rok temu
ArtifactUtils.h 61fc236d79 ArtifactLocation now use ID for artHolder identification part1 2 lat temu
BasicTypes.cpp 0d0d3d8c80 Renamed speed -> getMovementRange, remove misleading default parameter 1 rok temu
BattleFieldHandler.cpp fbdceb4f71 Fix crash on using two mods that add battlefield with same identifier 1 rok temu
BattleFieldHandler.h fbdceb4f71 Fix crash on using two mods that add battlefield with same identifier 1 rok temu
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 lat temu
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 lat temu
CArtHandler.cpp 7ffe014d6b Remove allowed artifacts list from arthandler 1 rok temu
CArtHandler.h 7ffe014d6b Remove allowed artifacts list from arthandler 1 rok temu
CArtifactInstance.cpp e5c532beb4 gesture for quick backpack window 1 rok temu
CArtifactInstance.h 5099b52a4f Quick backpack. Spells on scrolls view 1 rok temu
CBonusTypeHandler.cpp c31d52bff6 Added new bonus icon 1 rok temu
CBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CBuildingHandler.cpp 8d5fa41a19 Minor fixes 2 lat temu
CBuildingHandler.h 8d5fa41a19 Minor fixes 2 lat temu
CConfigHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 lat temu
CConfigHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CConsoleHandler.cpp f01ec55d21 Use the "nullptr" literal. 2 lat temu
CConsoleHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CCreatureHandler.cpp 2265890f69 Better detection of invalid mod data to avoid crash and notify modders 1 rok temu
CCreatureHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
CCreatureSet.cpp abad4b01ce Remove explicit convesion to int in operators 1 rok temu
CCreatureSet.h 6b81012f31 Use variant identifier in netpacks where applicable 2 lat temu
CGameInfoCallback.cpp dd88220b7c Fixed potentially uninitialized class member 1 rok temu
CGameInfoCallback.h dd88220b7c Fixed potentially uninitialized class member 1 rok temu
CGameInterface.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CGameInterface.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CGeneralTextHandler.cpp c7897300c0 Fixed missing translation strings on loading campaign save 1 rok temu
CGeneralTextHandler.h c7897300c0 Fixed missing translation strings on loading campaign save 1 rok temu
CHeroHandler.cpp 2265890f69 Better detection of invalid mod data to avoid crash and notify modders 1 rok temu
CHeroHandler.h edb2ecd751 Fix possible overflow errors on leveling up beyond int64_t limit 1 rok temu
CMakeLists.txt 0294a8b063 enable StupidAI and EmptyAI for static AI 2 lat temu
CPlayerState.cpp 0cf490e2c3 Remove custom move constructor. Fixes serialization of visitation status 1 rok temu
CPlayerState.h c872f8418f Implemented serialization of MapObjectSubID, refactoring of related code 1 rok temu
CRandomGenerator.cpp 723a95f770 Add assertions to detect invalid calls 1 rok temu
CRandomGenerator.h bdc83bb1b8 Add description why minstd has been chosen 2 lat temu
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 lat temu
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CSkillHandler.cpp 34338f4eaa Remove few more implicit conversions 1 rok temu
CSkillHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
CSoundBase.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CStack.cpp b88a8da4e8 Split off some netpack structures into separate files 2 lat temu
CStack.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 lat temu
CStopWatch.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CThreadHelper.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CThreadHelper.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CTownHandler.cpp f9e6d1467f Do not select random towns as starting faction for player 1 rok temu
CTownHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
Color.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
CondSh.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
ConstTransitivePtr.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 lat temu
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
GameSettings.cpp 8303ce5d13 Added option to ignore guards in pathfinder 1 rok temu
GameSettings.h 8303ce5d13 Added option to ignore guards in pathfinder 1 rok temu
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
IGameCallback.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
IGameCallback.h c21913f661 Fixed initialization of move points and mana for dismissed heroes 1 rok temu
IGameEventsReceiver.h b88a8da4e8 Split off some netpack structures into separate files 2 lat temu
IHandlerBase.cpp 7e27ac7073 IdentifierStorage is now separate handler in VLC 2 lat temu
IHandlerBase.h 364977ef40 More meaningful exception messages 1 rok temu
JsonDetail.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
JsonDetail.h 86f5d6de69 vcmi: modernize headers 2 lat temu
JsonNode.cpp a32ef673f7 Merge pull request #3482 from IvanSavenko/extend_hota_bonuses 1 rok temu
JsonNode.h f8a7f6e5a7 Remove remaining boost::mpl usages 2 lat temu
JsonRandom.cpp 912262e826 Avoid crash on invalid artifact in bank config 1 rok temu
JsonRandom.h 0ea44520fd Fix build 2 lat temu
Languages.h d91aa8baca fix russia 1 rok temu
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet 1 rok temu
LoadProgress.h dfaf778d16 Redesign loading solution 2 lat temu
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 lat temu
LogicalExpression.h 86f5d6de69 vcmi: modernize headers 2 lat temu
MetaString.cpp 999db2ed78 Avoid boost::format that throws exception on invalid format string 1 rok temu
MetaString.h 13763cad8e Remove few more implicit conversions 1 rok temu
ObstacleHandler.cpp 76956cfe3a Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2 1 rok temu
ObstacleHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
Point.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
Rect.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
ResourceSet.cpp cac37df334 Remove unused constructor 2 lat temu
ResourceSet.h cac37df334 Remove unused constructor 2 lat temu
RiverHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
RiverHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
RoadHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
RoadHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
ScopeGuard.h 91ef7cbb4f Fix ScopeGuard move behavior 2 lat temu
ScriptHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
ScriptHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
StartInfo.cpp f9e6d1467f Do not select random towns as starting faction for player 1 rok temu
StartInfo.h edbe25b33a Updated layout and localizations 1 rok temu
StdInc.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
StdInc.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
TerrainHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
TerrainHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 rok temu
TextOperations.cpp 9299eaed36 code review 1 rok temu
TextOperations.h 9299eaed36 code review 1 rok temu
TurnTimerInfo.cpp da9c0feebc Reworked timer widget to show timers for all players 1 rok temu
TurnTimerInfo.h da9c0feebc Reworked timer widget to show timers for all players 1 rok temu
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu
VCMIDirs.cpp 1da06e04cc fix "development mode" condition when building in single process mode 2 lat temu
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 lat temu
VCMI_Lib.cpp ef5686634d Removed no longer used code 1 rok temu
VCMI_Lib.h ef5686634d Removed no longer used code 1 rok temu
VCMI_lib.cbp 1c68937d95 new approach 2 lat temu
VCMI_lib.vcxproj 1c68937d95 new approach 2 lat temu
VCMI_lib.vcxproj.filters 1c68937d95 new approach 2 lat temu
int3.h 80ea1826d3 Style fix 1 rok temu
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 lat temu