Arseniy Shestakov e79c522c4b Serializer refactoring: fix FileStream usage for game loading 9 years ago
..
filesystem 89f506658e Fix issue #2068 - maps list update 9 years ago
logging 34cf92cb9b Change logging style 9 years ago
mapObjects f760e22707 Fixed two recursive infinite loops in case of alternate buildings. 9 years ago
mapping 1e60ba6516 Only delete CQuest in CMap destructor and not with IQuestObject 9 years ago
minizip e7b639898e Final compilation fix suggested by AVS. 9 years ago
registerTypes 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 years ago
rmg 42e7128acc Fixed possible use-after-free crash with artifacts registration in RMG. 9 years ago
serializer e79c522c4b Serializer refactoring: fix FileStream usage for game loading 9 years ago
spells bc2f0ba6f1 fixed spell school ordering http://bugs.vcmi.eu/view.php?id=91 9 years ago
AI_Base.h cce814c41b * Final commit 14 years ago
BattleAction.cpp 1c0d4e3f6f Fix filenames in file headers 10 years ago
BattleAction.h 1657f124e1 - Compile fixes for MVS 12 years ago
BattleHex.cpp 3f720901ec Minor fixes. 11 years ago
BattleHex.h 3f720901ec Minor fixes. 11 years ago
BattleState.cpp 76ac9991ed Format code 9 years ago
BattleState.h 76ac9991ed Format code 9 years ago
CArtHandler.cpp baa7a84db3 Fix memory corruption during loading artifacts from mods 9 years ago
CArtHandler.h baa7a84db3 Fix memory corruption during loading artifacts from mods 9 years ago
CBattleCallback.cpp 9ec9cffe9b Bug fix for berserk: fixed the issue that the berserk affected stack 9 years ago
CBattleCallback.h 9097ffbd8a Handle HYPNOTIZE effect in case of FEAR and ENCHANTED effects 9 years ago
CBonusTypeHandler.cpp 2c1dddde33 Fix memory problems with BonusList 9 years ago
CBonusTypeHandler.h 2c1dddde33 Fix memory problems with BonusList 9 years ago
CBuildingHandler.cpp 54453aee73 get rid of boost::assign 11 years ago
CBuildingHandler.h 8a8eecd063 * refactoring 12 years ago
CConfigHandler.cpp cf61837ced replaced std::string with boost::filesystem::path in several places 9 years ago
CConfigHandler.h 1c0d4e3f6f Fix filenames in file headers 10 years ago
CConsoleHandler.cpp 10dbbead2d Fix indentation of logging code and around it 9 years ago
CConsoleHandler.h 1b6f2ea3b7 VCMIDirs update #5 fix 11 years ago
CCreatureHandler.cpp 2c1dddde33 Fix memory problems with BonusList 9 years ago
CCreatureHandler.h 2c1dddde33 Fix memory problems with BonusList 9 years ago
CCreatureSet.cpp 2c1dddde33 Fix memory problems with BonusList 9 years ago
CCreatureSet.h b84e680f57 Revert changing class structure 9 years ago
CGameInfoCallback.cpp f760e22707 Fixed two recursive infinite loops in case of alternate buildings. 9 years ago
CGameInfoCallback.h 10f888a483 Fix obelisks puzzle revealing 9 years ago
CGameInterface.cpp 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 years ago
CGameInterface.h 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 years ago
CGameState.cpp 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 years ago
CGameState.h c8faca8f39 Refactoring: only use RNGs explicitly to avoid bug prone code in future 9 years ago
CGameStateFwd.h 68af6a0c19 Refactoring InfoAboutHero + GetHeroInfo 9 years ago
CGeneralTextHandler.cpp 1c292205df More logging cleanup 9 years ago
CGeneralTextHandler.h 879eaa47f8 Rumors: client-side proof of concept implementation 10 years ago
CHeroHandler.cpp 1c292205df More logging cleanup 9 years ago
CHeroHandler.h 153af6e07b cleanup 9 years ago
CMakeLists.txt 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 years ago
CModHandler.cpp baa7a84db3 Fix memory corruption during loading artifacts from mods 9 years ago
CModHandler.h baa7a84db3 Fix memory corruption during loading artifacts from mods 9 years ago
CObstacleInstance.cpp 82ac035340 OO design for obstacle spells. 9 years ago
CObstacleInstance.h 2b45e13c5c c++03 -> c++11 switch: 12 years ago
CPathfinder.cpp 2c1dddde33 Fix memory problems with BonusList 9 years ago
CPathfinder.h b4a35f9c62 CPathfinderHelper: fix memory leak 9 years ago
CPlayerState.h 22f729a3fe CPlayerState serialize fix. 9 years ago
CRandomGenerator.cpp 5139378319 - migrated boost::function/ref/bind to std:: variants 11 years ago
CRandomGenerator.h 492b866806 - Fixed crash caused by randomShuffle 11 years ago
CScriptingModule.h ad84ae64b0 Clean up. 11 years ago
CSoundBase.h a491c11305 Fixed sound effect when hero disappears 11 years ago
CStopWatch.h 1c0d4e3f6f Fix filenames in file headers 10 years ago
CThreadHelper.cpp 5c356f4415 add support for the HURD 11 years ago
CThreadHelper.h 153af6e07b cleanup 9 years ago
CTownHandler.cpp cd5c0b3297 Style tweaks. 9 years ago
CTownHandler.h 2021decb91 Serialize town spells 9 years ago
CondSh.h 3f720901ec Minor fixes. 11 years ago
ConstTransitivePtr.h b62bb096a7 Fixed #1430, work-around to make #1435 non-crashing. 12 years ago
FunctionList.h dce9880d16 Minor refactoring of FunctionList using variadic templates. 11 years ago
GameConstants.cpp 1ccb0d98be Disabled git version of C::B projects 9 years ago
GameConstants.h 1ccb0d98be Disabled git version of C::B projects 9 years ago
HeroBonus.cpp baa7a84db3 Fix memory corruption during loading artifacts from mods 9 years ago
HeroBonus.h baa7a84db3 Fix memory corruption during loading artifacts from mods 9 years ago
IBonusTypeHandler.h 2c1dddde33 Fix memory problems with BonusList 9 years ago
IGameCallback.cpp 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 years ago
IGameCallback.h c8bcb14d34 CCallbackBase: add CRandomGenerator to all callbacks 9 years ago
IGameEventsReceiver.h c5cfc8467f Battles: change naming from drawbridge to gate for everything 9 years ago
IHandlerBase.cpp 53b5587c2e Advance map header serialization 9 years ago
IHandlerBase.h 53b5587c2e Advance map header serialization 9 years ago
Interprocess.h 3926920103 Rename radious -> radius 9 years ago
JsonDetail.cpp fc2cbc841a Another fix for JsonWriter::writeString 10 years ago
JsonDetail.h 9c0df68cb8 Fixing spelling mistakes. Patch from josch, fixes #1759 11 years ago
JsonNode.cpp baa7a84db3 Fix memory corruption during loading artifacts from mods 9 years ago
JsonNode.h baa7a84db3 Fix memory corruption during loading artifacts from mods 9 years ago
LogicalExpression.cpp ee1b0459e6 Extended building dependencies: 12 years ago
LogicalExpression.h e1a1bc89c0 Extract PossibilityVisitor 9 years ago
NetPacks.h eac5aab396 Survive client<->server ABI mismatch 9 years ago
NetPacksBase.h eac5aab396 Survive client<->server ABI mismatch 9 years ago
NetPacksLib.cpp 76ac9991ed Format code 9 years ago
ResourceSet.cpp 5c3f84138b fixed random reward generation in CGVisitableOPW 9 years ago
ResourceSet.h 5c3f84138b fixed random reward generation in CGVisitableOPW 9 years ago
ScopeGuard.h c927913f5f - Improved json validation. Now it support most of features from latest json schema draft 12 years ago
StartInfo.h 10dbbead2d Fix indentation of logging code and around it 9 years ago
StdInc.cpp 3926920103 Rename radious -> radius 9 years ago
StdInc.h 74a82c4c9d Moved boost:format log proxy to CLoggerBase 9 years ago
StringConstants.h 408f346541 Drafts for hero serialization 9 years ago
UnlockGuard.h 2b45e13c5c c++03 -> c++11 switch: 12 years ago
VCMIDirs.cpp 70e3c81b9f Replaced CFileInfo with more correct and efficient alternative 9 years ago
VCMIDirs.h 3926920103 Rename radious -> radius 9 years ago
VCMI_Lib.cpp d0beb27197 Add git commit hash into the version string 9 years ago
VCMI_Lib.h 6bd6be0835 Object class handler is now a proper "handler" 11 years ago
VCMI_lib.cbp 3a040c1730 Updated project files 9 years ago
VCMI_lib.vcxproj 3a040c1730 Updated project files 9 years ago
VCMI_lib.vcxproj.filters 772bc9e6c1 Updated MSVS project files. 9 years ago
int3.h 9e7e5b81e4 Merge pull request #143 from vcmi/feature/patrolSupport 10 years ago
vcmi_endian.h 3c35b3eefe Replace defined(linux) with __linux__/__linux/linux in vcmi_endian.h 11 years ago