AlexVinS d2f04332d0 Load object appearance and pos before addNewObject call, it is required for block-visit calculation. 9 yıl önce
..
filesystem 3c78f960cd Complete json map format integration 9 yıl önce
logging 92dd194c97 logger now supports unicode file paths 9 yıl önce
mapObjects d2f04332d0 Load object appearance and pos before addNewObject call, it is required for block-visit calculation. 9 yıl önce
mapping d2f04332d0 Load object appearance and pos before addNewObject call, it is required for block-visit calculation. 9 yıl önce
minizip e7b639898e Final compilation fix suggested by AVS. 9 yıl önce
registerTypes c5cfc8467f Battles: change naming from drawbridge to gate for everything 9 yıl önce
rmg 150fcc9422 Merge remote-tracking branch 'remotes/origin/develop' into feature/VCMIMapFormat1 9 yıl önce
serializer 17e557be17 Advance Logical identifier condition 9 yıl önce
spells 53b5587c2e Advance map header serialization 9 yıl önce
AI_Base.h cce814c41b * Final commit 14 yıl önce
BattleAction.cpp 1c0d4e3f6f Fix filenames in file headers 10 yıl önce
BattleAction.h 1657f124e1 - Compile fixes for MVS 12 yıl önce
BattleHex.cpp 3f720901ec Minor fixes. 11 yıl önce
BattleHex.h 3f720901ec Minor fixes. 11 yıl önce
BattleState.cpp c550484613 Merge pull request #181 from vcmi/feature/drawbridgeMechanics 9 yıl önce
BattleState.h c5cfc8467f Battles: change naming from drawbridge to gate for everything 9 yıl önce
CArtHandler.cpp 53b5587c2e Advance map header serialization 9 yıl önce
CArtHandler.h 53b5587c2e Advance map header serialization 9 yıl önce
CBattleCallback.cpp c550484613 Merge pull request #181 from vcmi/feature/drawbridgeMechanics 9 yıl önce
CBattleCallback.h c5cfc8467f Battles: change naming from drawbridge to gate for everything 9 yıl önce
CBonusTypeHandler.cpp 685deddac1 Start spell-relatet files reorganisation 10 yıl önce
CBonusTypeHandler.h 4203d69525 Part 2 of new spell configuration 11 yıl önce
CBuildingHandler.cpp 54453aee73 get rid of boost::assign 11 yıl önce
CBuildingHandler.h 8a8eecd063 * refactoring 12 yıl önce
CConfigHandler.cpp cf61837ced replaced std::string with boost::filesystem::path in several places 9 yıl önce
CConfigHandler.h 1c0d4e3f6f Fix filenames in file headers 10 yıl önce
CConsoleHandler.cpp 8b6b4e2e0b Fix header case for Linux to Windows cross compilation using MingGW 10 yıl önce
CConsoleHandler.h 1b6f2ea3b7 VCMIDirs update #5 fix 11 yıl önce
CCreatureHandler.cpp 53b5587c2e Advance map header serialization 9 yıl önce
CCreatureHandler.h 483276b128 Merge fixes 9 yıl önce
CCreatureSet.cpp dd1aabbe23 Use JsonSerializeFormat for map objects 9 yıl önce
CCreatureSet.h dd1aabbe23 Use JsonSerializeFormat for map objects 9 yıl önce
CGameInfoCallback.cpp 4e8486da7b Merge pull request #160 from vmarkovtsev/issue/2388 9 yıl önce
CGameInfoCallback.h 10f888a483 Fix obelisks puzzle revealing 9 yıl önce
CGameInterface.cpp 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 10 yıl önce
CGameInterface.h 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 10 yıl önce
CGameState.cpp a59f0c23ce Dedug tweaks 9 yıl önce
CGameState.h 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 10 yıl önce
CGameStateFwd.h 7b5a7f43ad Removed includes of CGameState from headers 10 yıl önce
CGeneralTextHandler.cpp 879eaa47f8 Rumors: client-side proof of concept implementation 10 yıl önce
CGeneralTextHandler.h 879eaa47f8 Rumors: client-side proof of concept implementation 10 yıl önce
CHeroHandler.cpp a4b6d34ebe Advance map header serialization 9 yıl önce
CHeroHandler.h a4b6d34ebe Advance map header serialization 9 yıl önce
CMakeLists.txt 22b93106c8 Experimental drafts of Json serializer 9 yıl önce
CModHandler.cpp 53b5587c2e Advance map header serialization 9 yıl önce
CModHandler.h 1bc41b3ba3 Merge commit '3c844002626f48007a888d4dd8b0b45ec867fc9a' into feature/VCMIMapFormat1 9 yıl önce
CObstacleInstance.cpp c93f8fea48 moatHexes: implement reading moat hexes from configuration files 10 yıl önce
CObstacleInstance.h 2b45e13c5c c++03 -> c++11 switch: 12 yıl önce
CPathfinder.cpp 6e205a58b4 Merge remote-tracking branch 'remotes/origin/develop' into feature/VCMIMapFormat1 9 yıl önce
CPathfinder.h 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 10 yıl önce
CPlayerState.h 7b5a7f43ad Removed includes of CGameState from headers 10 yıl önce
CRandomGenerator.cpp 5139378319 - migrated boost::function/ref/bind to std:: variants 11 yıl önce
CRandomGenerator.h 492b866806 - Fixed crash caused by randomShuffle 11 yıl önce
CScriptingModule.h ad84ae64b0 Clean up. 11 yıl önce
CSoundBase.h a491c11305 Fixed sound effect when hero disappears 11 yıl önce
CStopWatch.h 1c0d4e3f6f Fix filenames in file headers 10 yıl önce
CThreadHelper.cpp 5c356f4415 add support for the HURD 11 yıl önce
CThreadHelper.h 5139378319 - migrated boost::function/ref/bind to std:: variants 11 yıl önce
CTownHandler.cpp 53b5587c2e Advance map header serialization 9 yıl önce
CTownHandler.h ec760632a6 Advance Json serializer 9 yıl önce
CondSh.h 3f720901ec Minor fixes. 11 yıl önce
Connection.cpp cf61837ced replaced std::string with boost::filesystem::path in several places 9 yıl önce
Connection.h b6103167f7 Fix serializer backward compatibility in CPointerLoader 9 yıl önce
ConstTransitivePtr.h b62bb096a7 Fixed #1430, work-around to make #1435 non-crashing. 12 yıl önce
FunctionList.h dce9880d16 Minor refactoring of FunctionList using variadic templates. 11 yıl önce
GameConstants.cpp 16e0d18880 Added special slots for war machines and arrow towers 9 yıl önce
GameConstants.h c550484613 Merge pull request #181 from vcmi/feature/drawbridgeMechanics 9 yıl önce
HeroBonus.cpp 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 10 yıl önce
HeroBonus.h 3926920103 Rename radious -> radius 9 yıl önce
IBonusTypeHandler.h 6a88604937 * fixed crash related to cammander's SPELL_AFTER_ATTACK spell id not initialized properly (text id was resolved on copy of bonus) 12 yıl önce
IGameCallback.cpp 9e7e5b81e4 Merge pull request #143 from vcmi/feature/patrolSupport 10 yıl önce
IGameCallback.h bdc369ffba Patrol: use manhattan distance for getting tiles in radius 10 yıl önce
IGameEventsReceiver.h c5cfc8467f Battles: change naming from drawbridge to gate for everything 9 yıl önce
IHandlerBase.cpp 53b5587c2e Advance map header serialization 9 yıl önce
IHandlerBase.h 53b5587c2e Advance map header serialization 9 yıl önce
Interprocess.h 3926920103 Rename radious -> radius 9 yıl önce
JsonDetail.cpp fc2cbc841a Another fix for JsonWriter::writeString 10 yıl önce
JsonDetail.h 9c0df68cb8 Fixing spelling mistakes. Patch from josch, fixes #1759 11 yıl önce
JsonNode.cpp 36eaa399e7 Add hardcodedFeature to switch winner's retreating with no troops 9 yıl önce
JsonNode.h 36eaa399e7 Add hardcodedFeature to switch winner's retreating with no troops 9 yıl önce
LogicalExpression.cpp ee1b0459e6 Extended building dependencies: 12 yıl önce
LogicalExpression.h 27bf2524a3 Advance triggered events serialization 10 yıl önce
NetPacks.h c5cfc8467f Battles: change naming from drawbridge to gate for everything 9 yıl önce
NetPacksBase.h e4b1ef1405 Add "override" to virtual overriden methods 10 yıl önce
NetPacksLib.cpp dc5ad7d7b3 Make string instance names persistent 9 yıl önce
ResourceSet.cpp 4de0f0f973 Compile fixes for MSVS. 9 yıl önce
ResourceSet.h 43ef565e7e Added serializer-based class able to make deep copies of objects — CMemorySerializer. 11 yıl önce
ScopeGuard.h c927913f5f - Improved json validation. Now it support most of features from latest json schema draft 12 yıl önce
StartInfo.h 9fd1cff090 Refactoring: always use std prefix for shared_ptr, unique_ptr and make_shared 10 yıl önce
StdInc.cpp 3926920103 Rename radious -> radius 9 yıl önce
StdInc.h 3926920103 Rename radious -> radius 9 yıl önce
StringConstants.h 408f346541 Drafts for hero serialization 9 yıl önce
UnlockGuard.h 2b45e13c5c c++03 -> c++11 switch: 12 yıl önce
VCMIDirs.cpp 70e3c81b9f Replaced CFileInfo with more correct and efficient alternative 9 yıl önce
VCMIDirs.h 3926920103 Rename radious -> radius 9 yıl önce
VCMI_Lib.cpp 2e70d8a084 - VCMI will now read templates from mods 10 yıl önce
VCMI_Lib.h 6bd6be0835 Object class handler is now a proper "handler" 11 yıl önce
VCMI_lib.cbp 22b93106c8 Experimental drafts of Json serializer 9 yıl önce
VCMI_lib.vcxproj 4de0f0f973 Compile fixes for MSVS. 9 yıl önce
VCMI_lib.vcxproj.filters 4de0f0f973 Compile fixes for MSVS. 9 yıl önce
int3.h 9e7e5b81e4 Merge pull request #143 from vcmi/feature/patrolSupport 10 yıl önce
vcmi_endian.h 3c35b3eefe Replace defined(linux) with __linux__/__linux/linux in vcmi_endian.h 11 yıl önce