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