Tomasz Zieliński 91ebac3c2e Fix incorrect check 1 jaar geleden
..
battle 07e7d6cc14 Do not allow fleeing from cities without fort 1 jaar geleden
bonuses 843e97349a Identifiers that can be added by mods are now serialized as string 1 jaar geleden
campaign 885dce0c27 Replace static_cast's of Identifiers with getNum call 2 jaren geleden
constants a4d5c4917b Limit resources to 1000 000 000 to prevent overflow 1 jaar geleden
events b88a8da4e8 Split off some netpack structures into separate files 2 jaren geleden
filesystem 2cfbcd067b videos 1 jaar geleden
gameState e00d871082 Fix few more warnings on game start 1 jaar geleden
logging 44d16b32fe Use API identical to std classes where possible 2 jaren geleden
mapObjectConstructors 500f945222 Update lib/mapObjectConstructors/AObjectTypeHandler.cpp 1 jaar geleden
mapObjects c9de10ea74 Merge pull request #3259 from vcmi/fix_corpse 1 jaar geleden
mapping cd5d6a8f77 Fix loading of artifact ID for "transport item" victory condition 1 jaar geleden
minizip 85d1909ac5 remove copy-pasted functions from ioapi.c 2 jaren geleden
modding c717bb5504 Always convert mod ID to lower case before using it 1 jaar geleden
networkPacks d3d5b67b22 Merge pull request #3207 from IvanSavenko/skill_selection_fix 1 jaar geleden
pathfinder 773071fee3 Fix AI movement through wandering monsters 1 jaar geleden
registerTypes e9ac8c67c1 Reworked and fixed selection of secondary skills: 1 jaar geleden
rewardable abad4b01ce Remove explicit convesion to int in operators 1 jaar geleden
rmg 91ebac3c2e Fix incorrect check 1 jaar geleden
serializer a1f4748bbc Fix socket shutdown 1 jaar geleden
spells f2e7791326 Fix crash on Earthquake cast 1 jaar geleden
vstd e93a04409e Revert "another approach" 2 jaren geleden
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
ArtifactUtils.cpp abad4b01ce Remove explicit convesion to int in operators 1 jaar geleden
ArtifactUtils.h 61fc236d79 ArtifactLocation now use ID for artHolder identification part1 2 jaren geleden
BasicTypes.cpp 29a78c14a2 Merge pull request #3113 from Alexander-Wilms/develop 2 jaren geleden
BattleFieldHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
BattleFieldHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 jaren geleden
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 jaren geleden
CArtHandler.cpp 560a1231a6 Fix loading of maps with Grail or Diplomat Suit placed on map 1 jaar geleden
CArtHandler.h abad4b01ce Remove explicit convesion to int in operators 1 jaar geleden
CArtifactInstance.cpp ab2f6abb87 ArtifactLocation now use ID for artHolder identification part2 2 jaren geleden
CArtifactInstance.h ab2f6abb87 ArtifactLocation now use ID for artHolder identification part2 2 jaren geleden
CBonusTypeHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 jaren geleden
CBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CBuildingHandler.cpp 8d5fa41a19 Minor fixes 2 jaren geleden
CBuildingHandler.h 8d5fa41a19 Minor fixes 2 jaren geleden
CConfigHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 jaren geleden
CConfigHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CConsoleHandler.cpp f01ec55d21 Use the "nullptr" literal. 2 jaren geleden
CConsoleHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CCreatureHandler.cpp abad4b01ce Remove explicit convesion to int in operators 1 jaar geleden
CCreatureHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
CCreatureSet.cpp abad4b01ce Remove explicit convesion to int in operators 1 jaar geleden
CCreatureSet.h 6b81012f31 Use variant identifier in netpacks where applicable 2 jaren geleden
CGameInfoCallback.cpp 76956cfe3a Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2 1 jaar geleden
CGameInfoCallback.h 76956cfe3a Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2 1 jaar geleden
CGameInterface.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CGameInterface.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CGeneralTextHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 jaren geleden
CGeneralTextHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CHeroHandler.cpp e9ac8c67c1 Reworked and fixed selection of secondary skills: 1 jaar geleden
CHeroHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
CMakeLists.txt 0294a8b063 enable StupidAI and EmptyAI for static AI 2 jaren geleden
CPlayerState.cpp 0cf490e2c3 Remove custom move constructor. Fixes serialization of visitation status 1 jaar geleden
CPlayerState.h c872f8418f Implemented serialization of MapObjectSubID, refactoring of related code 1 jaar geleden
CRandomGenerator.cpp 44d16b32fe Use API identical to std classes where possible 2 jaren geleden
CRandomGenerator.h bdc83bb1b8 Add description why minstd has been chosen 2 jaren geleden
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 jaren geleden
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CSkillHandler.cpp 34338f4eaa Remove few more implicit conversions 1 jaar geleden
CSkillHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
CSoundBase.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CStack.cpp b88a8da4e8 Split off some netpack structures into separate files 2 jaren geleden
CStack.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 jaren geleden
CStopWatch.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CThreadHelper.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CThreadHelper.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CTownHandler.cpp f9e6d1467f Do not select random towns as starting faction for player 1 jaar geleden
CTownHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
Color.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
CondSh.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
ConstTransitivePtr.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 jaren geleden
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
GameSettings.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
GameSettings.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
IGameCallback.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
IGameCallback.h bc51d9c772 Merge pull request #3161 from SoundSSGood/art-swap-optimization 2 jaren geleden
IGameEventsReceiver.h b88a8da4e8 Split off some netpack structures into separate files 2 jaren geleden
IHandlerBase.cpp 7e27ac7073 IdentifierStorage is now separate handler in VLC 2 jaren geleden
IHandlerBase.h 364977ef40 More meaningful exception messages 1 jaar geleden
JsonDetail.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
JsonDetail.h 86f5d6de69 vcmi: modernize headers 2 jaren geleden
JsonNode.cpp faea00a7e1 Use arraytxt for object bonus description 1 jaar geleden
JsonNode.h f8a7f6e5a7 Remove remaining boost::mpl usages 2 jaren geleden
JsonRandom.cpp 9d298f42c3 Do not allow special spells such as Titan Bolt as a reward 1 jaar geleden
JsonRandom.h 0ea44520fd Fix build 2 jaren geleden
Languages.h 7d54f6a9c0 Implemented basic support for plural forms in translations 2 jaren geleden
LoadProgress.cpp dfaf778d16 Redesign loading solution 2 jaren geleden
LoadProgress.h dfaf778d16 Redesign loading solution 2 jaren geleden
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 jaren geleden
LogicalExpression.h 86f5d6de69 vcmi: modernize headers 2 jaren geleden
MetaString.cpp 2c8d0338ba Fix error messages in log on map start 1 jaar geleden
MetaString.h 13763cad8e Remove few more implicit conversions 1 jaar geleden
ObstacleHandler.cpp 76956cfe3a Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2 1 jaar geleden
ObstacleHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
Point.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
Rect.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
ResourceSet.cpp cac37df334 Remove unused constructor 2 jaren geleden
ResourceSet.h cac37df334 Remove unused constructor 2 jaren geleden
RiverHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
RiverHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
RoadHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
RoadHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
ScopeGuard.h 91ef7cbb4f Fix ScopeGuard move behavior 2 jaren geleden
ScriptHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
ScriptHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
StartInfo.cpp f9e6d1467f Do not select random towns as starting faction for player 1 jaar geleden
StartInfo.h edbe25b33a Updated layout and localizations 1 jaar geleden
StdInc.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
StdInc.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
TerrainHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
TerrainHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 jaar geleden
TextOperations.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
TextOperations.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
TurnTimerInfo.cpp edbe25b33a Updated layout and localizations 1 jaar geleden
TurnTimerInfo.h edbe25b33a Updated layout and localizations 1 jaar geleden
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden
VCMIDirs.cpp 1da06e04cc fix "development mode" condition when building in single process mode 2 jaren geleden
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 jaren geleden
VCMI_Lib.cpp 20ef3a69e7 Fix most of memleaks discovered by valgrind 2 jaren geleden
VCMI_Lib.h ad3c870fb6 Remove serialization of VLC, remove unused code 2 jaren geleden
VCMI_lib.cbp 1c68937d95 new approach 2 jaren geleden
VCMI_lib.vcxproj 1c68937d95 new approach 2 jaren geleden
VCMI_lib.vcxproj.filters 1c68937d95 new approach 2 jaren geleden
int3.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 jaren geleden
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 jaren geleden