2
0
Ivan Savenko c9765a52ff Do not accept connections into ongoing game 1 жил өмнө
..
battle bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
bonuses bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
campaign bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
constants 55bd164f1c Unified identifiers to entity conversion code 1 жил өмнө
events 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 1 жил өмнө
filesystem 74dedc4cc5 Converted ZipArchive namespace into stateful class 1 жил өмнө
gameState bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
logging 44d16b32fe Use API identical to std classes where possible 2 жил өмнө
mapObjectConstructors bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
mapObjects bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
mapping bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
minizip 85d1909ac5 remove copy-pasted functions from ioapi.c 2 жил өмнө
modding bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
network c9765a52ff Do not accept connections into ongoing game 1 жил өмнө
networkPacks bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
pathfinder 1f7e53a609 Code style fixes 1 жил өмнө
registerTypes cb9c4bbaf0 unlimited replay option 1 жил өмнө
rewardable edb2ecd751 Fix possible overflow errors on leveling up beyond int64_t limit 1 жил өмнө
rmg 339fad6e27 Merge pull request #3528 from vcmi/master 1 жил өмнө
serializer 22f0ca67c6 Fix connection to game lobby & map load 1 жил өмнө
spells bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
vstd 9299eaed36 code review 1 жил өмнө
AI_Base.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
ArtifactUtils.cpp abad4b01ce Remove explicit convesion to int in operators 1 жил өмнө
ArtifactUtils.h 61fc236d79 ArtifactLocation now use ID for artHolder identification part1 2 жил өмнө
BasicTypes.cpp 0d0d3d8c80 Renamed speed -> getMovementRange, remove misleading default parameter 1 жил өмнө
BattleFieldHandler.cpp bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
BattleFieldHandler.h fbdceb4f71 Fix crash on using two mods that add battlefield with same identifier 1 жил өмнө
CAndroidVMHelper.cpp 313d479d42 fix using JNI from server in single process build 2 жил өмнө
CAndroidVMHelper.h 313d479d42 fix using JNI from server in single process build 2 жил өмнө
CArtHandler.cpp 8d4b74b441 Assembling in backpack fixed 1 жил өмнө
CArtHandler.h 7ffe014d6b Remove allowed artifacts list from arthandler 1 жил өмнө
CArtifactInstance.cpp e5c532beb4 gesture for quick backpack window 1 жил өмнө
CArtifactInstance.h 5099b52a4f Quick backpack. Spells on scrolls view 1 жил өмнө
CBonusTypeHandler.cpp c31d52bff6 Added new bonus icon 1 жил өмнө
CBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CBuildingHandler.cpp 8d5fa41a19 Minor fixes 2 жил өмнө
CBuildingHandler.h 8d5fa41a19 Minor fixes 2 жил өмнө
CConfigHandler.cpp 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 жил өмнө
CConfigHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CConsoleHandler.cpp f01ec55d21 Use the "nullptr" literal. 2 жил өмнө
CConsoleHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CCreatureHandler.cpp 2265890f69 Better detection of invalid mod data to avoid crash and notify modders 1 жил өмнө
CCreatureHandler.h f3277b7953 Define each identifier in a dedicated statement 1 жил өмнө
CCreatureSet.cpp 1f7e53a609 Code style fixes 1 жил өмнө
CCreatureSet.h 6b81012f31 Use variant identifier in netpacks where applicable 2 жил өмнө
CGameInfoCallback.cpp f08c6d1ce9 Fix issues created by type replacement script 1 жил өмнө
CGameInfoCallback.h dd88220b7c Fixed potentially uninitialized class member 1 жил өмнө
CGameInterface.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CGameInterface.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CGeneralTextHandler.cpp c7897300c0 Fixed missing translation strings on loading campaign save 1 жил өмнө
CGeneralTextHandler.h c7897300c0 Fixed missing translation strings on loading campaign save 1 жил өмнө
CHeroHandler.cpp bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
CHeroHandler.h edb2ecd751 Fix possible overflow errors on leveling up beyond int64_t limit 1 жил өмнө
CMakeLists.txt 0294a8b063 enable StupidAI and EmptyAI for static AI 2 жил өмнө
CPlayerState.cpp 0cf490e2c3 Remove custom move constructor. Fixes serialization of visitation status 1 жил өмнө
CPlayerState.h c872f8418f Implemented serialization of MapObjectSubID, refactoring of related code 1 жил өмнө
CRandomGenerator.cpp 723a95f770 Add assertions to detect invalid calls 1 жил өмнө
CRandomGenerator.h bdc83bb1b8 Add description why minstd has been chosen 2 жил өмнө
CScriptingModule.cpp 4c4498b22a vcmi: modernize rest of lib 2 жил өмнө
CScriptingModule.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CSkillHandler.cpp cca08e29da Remove duplicate semicolons 1 жил өмнө
CSkillHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
CSoundBase.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CStack.cpp b88a8da4e8 Split off some netpack structures into separate files 2 жил өмнө
CStack.h 3880ea58b9 Merge branch 'josch/dos2unix' into develop 2 жил өмнө
CStopWatch.h f3277b7953 Define each identifier in a dedicated statement 1 жил өмнө
CThreadHelper.cpp 5888a20920 Add OpenBSD defines 1 жил өмнө
CThreadHelper.h f3277b7953 Define each identifier in a dedicated statement 1 жил өмнө
CTownHandler.cpp cca08e29da Remove duplicate semicolons 1 жил өмнө
CTownHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
Color.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
CondSh.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
ConstTransitivePtr.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
ExtraOptionsInfo.cpp cb9c4bbaf0 unlimited replay option 1 жил өмнө
ExtraOptionsInfo.h cb9c4bbaf0 unlimited replay option 1 жил өмнө
FunctionList.h ff635edc0b wrap all library code into namespace if VCMI_LIB_NAMESPACE is defined 3 жил өмнө
GameConstants.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
GameSettings.cpp 8303ce5d13 Added option to ignore guards in pathfinder 1 жил өмнө
GameSettings.h 8303ce5d13 Added option to ignore guards in pathfinder 1 жил өмнө
IBonusTypeHandler.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
IGameCallback.cpp 0a1153e1c6 Switch client-server communication to new API 1 жил өмнө
IGameCallback.h c21913f661 Fixed initialization of move points and mana for dismissed heroes 1 жил өмнө
IGameEventsReceiver.h b88a8da4e8 Split off some netpack structures into separate files 2 жил өмнө
IHandlerBase.cpp 7e27ac7073 IdentifierStorage is now separate handler in VLC 2 жил өмнө
IHandlerBase.h 364977ef40 More meaningful exception messages 1 жил өмнө
JsonDetail.cpp 3074f8cb89 fix typo 1 жил өмнө
JsonDetail.h 86f5d6de69 vcmi: modernize headers 2 жил өмнө
JsonNode.cpp bd5682ecc3 Merge remote-tracking branch 'vcmi/master' into develop 1 жил өмнө
JsonNode.h f8a7f6e5a7 Remove remaining boost::mpl usages 2 жил өмнө
JsonRandom.cpp 7ffe014d6b Remove allowed artifacts list from arthandler 1 жил өмнө
JsonRandom.h 0ea44520fd Fix build 2 жил өмнө
Languages.h d91aa8baca fix russia 1 жил өмнө
LoadProgress.cpp 7732f39556 Fix potential uninitialized access - setupSteps depends on not yet 1 жил өмнө
LoadProgress.h f3277b7953 Define each identifier in a dedicated statement 1 жил өмнө
LogicalExpression.cpp 4c4498b22a vcmi: modernize rest of lib 2 жил өмнө
LogicalExpression.h 86f5d6de69 vcmi: modernize headers 2 жил өмнө
MetaString.cpp 999db2ed78 Avoid boost::format that throws exception on invalid format string 1 жил өмнө
MetaString.h 13763cad8e Remove few more implicit conversions 1 жил өмнө
ObstacleHandler.cpp 76956cfe3a Merge pull request #3188 from IvanSavenko/remove_identifier_implicit_int_conversion2 1 жил өмнө
ObstacleHandler.h f3277b7953 Define each identifier in a dedicated statement 1 жил өмнө
Point.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
Rect.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
Rect.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
ResourceSet.cpp 8846fba1fc Fixes compilation error "ResourceSet.h:33:21: error: function 'ResourceSet::ResourceSet()' definition is marked dllimport" when building with g++ 12.1.0 1 жил өмнө
ResourceSet.h 8846fba1fc Fixes compilation error "ResourceSet.h:33:21: error: function 'ResourceSet::ResourceSet()' definition is marked dllimport" when building with g++ 12.1.0 1 жил өмнө
RiverHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
RiverHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
RoadHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
RoadHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
ScopeGuard.h 91ef7cbb4f Fix ScopeGuard move behavior 2 жил өмнө
ScriptHandler.cpp 73019c204d Replace redundant types with `auto` for the lvalues of template factory functions for smart pointers 1 жил өмнө
ScriptHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
StartInfo.cpp 0a1153e1c6 Switch client-server communication to new API 1 жил өмнө
StartInfo.h 0a1153e1c6 Switch client-server communication to new API 1 жил өмнө
StdInc.cpp a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
StdInc.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
TerrainHandler.cpp 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
TerrainHandler.h 0842f5afee Removed remaining usages of std::vector<bool> 1 жил өмнө
TextOperations.cpp 9299eaed36 code review 1 жил өмнө
TextOperations.h 9299eaed36 code review 1 жил өмнө
TurnTimerInfo.cpp da9c0feebc Reworked timer widget to show timers for all players 1 жил өмнө
TurnTimerInfo.h da9c0feebc Reworked timer widget to show timers for all players 1 жил өмнө
UnlockGuard.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө
VCMIDirs.cpp 1da06e04cc fix "development mode" condition when building in single process mode 2 жил өмнө
VCMIDirs.h 5f4a998435 editorPath -> mapEditorPath 2 жил өмнө
VCMI_Lib.cpp ef5686634d Removed no longer used code 1 жил өмнө
VCMI_Lib.h ef5686634d Removed no longer used code 1 жил өмнө
VCMI_lib.cbp 1c68937d95 new approach 2 жил өмнө
VCMI_lib.vcxproj 1c68937d95 new approach 2 жил өмнө
VCMI_lib.vcxproj.filters 1c68937d95 new approach 2 жил өмнө
int3.h f3277b7953 Define each identifier in a dedicated statement 1 жил өмнө
vcmi_endian.h a1a5bc28c2 convert line endings from CRLF (Windows) to LF (Linux/Unix) 2 жил өмнө