AlexVinS a1ff409080 Tweak 9 лет назад
..
filesystem 49e2bde3c0 Mostly complete fix for http://bugs.vcmi.eu/view.php?id=2429 9 лет назад
logging 599f4cfb55 extracted base logger class to vstd 9 лет назад
mapObjects 2c1dddde33 Fix memory problems with BonusList 9 лет назад
mapping 1e60ba6516 Only delete CQuest in CMap destructor and not with IQuestObject 9 лет назад
minizip e7b639898e Final compilation fix suggested by AVS. 9 лет назад
registerTypes 53502e84e3 Add PrepareHeroLevelUp netpack to keep secondary skills RNG in sync 9 лет назад
rmg 42e7128acc Fixed possible use-after-free crash with artifacts registration in RMG. 9 лет назад
serializer 2021decb91 Serialize town spells 9 лет назад
spells 902117d812 Get rid of IBonusBearer::getBonusesCount it had only one usage 9 лет назад
AI_Base.h cce814c41b * Final commit 14 лет назад
BattleAction.cpp 1c0d4e3f6f Fix filenames in file headers 10 лет назад
BattleAction.h 1657f124e1 - Compile fixes for MVS 12 лет назад
BattleHex.cpp 3f720901ec Minor fixes. 11 лет назад
BattleHex.h 3f720901ec Minor fixes. 11 лет назад
BattleState.cpp 83b3c700dd Handle HYPNOTIZE effect in case of mana drain 9 лет назад
BattleState.h 83b3c700dd Handle HYPNOTIZE effect in case of mana drain 9 лет назад
CArtHandler.cpp 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CArtHandler.h 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CBattleCallback.cpp 730e3b6d0f Explicit use of limit selector in CBattleInfoCallback::getRandomBeneficialSpell 9 лет назад
CBattleCallback.h 9097ffbd8a Handle HYPNOTIZE effect in case of FEAR and ENCHANTED effects 9 лет назад
CBonusTypeHandler.cpp 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CBonusTypeHandler.h 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CBuildingHandler.cpp 54453aee73 get rid of boost::assign 11 лет назад
CBuildingHandler.h 8a8eecd063 * refactoring 12 лет назад
CConfigHandler.cpp cf61837ced replaced std::string with boost::filesystem::path in several places 9 лет назад
CConfigHandler.h 1c0d4e3f6f Fix filenames in file headers 10 лет назад
CConsoleHandler.cpp 10dbbead2d Fix indentation of logging code and around it 9 лет назад
CConsoleHandler.h 1b6f2ea3b7 VCMIDirs update #5 fix 11 лет назад
CCreatureHandler.cpp 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CCreatureHandler.h 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CCreatureSet.cpp 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CCreatureSet.h 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CGameInfoCallback.cpp 68af6a0c19 Refactoring InfoAboutHero + GetHeroInfo 9 лет назад
CGameInfoCallback.h 10f888a483 Fix obelisks puzzle revealing 9 лет назад
CGameInterface.cpp 1c292205df More logging cleanup 9 лет назад
CGameInterface.h ef05a56e49 cleanup 9 лет назад
CGameState.cpp 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CGameState.h c8faca8f39 Refactoring: only use RNGs explicitly to avoid bug prone code in future 9 лет назад
CGameStateFwd.h 68af6a0c19 Refactoring InfoAboutHero + GetHeroInfo 9 лет назад
CGeneralTextHandler.cpp 1c292205df More logging cleanup 9 лет назад
CGeneralTextHandler.h 879eaa47f8 Rumors: client-side proof of concept implementation 10 лет назад
CHeroHandler.cpp 1c292205df More logging cleanup 9 лет назад
CHeroHandler.h a4b6d34ebe Advance map header serialization 9 лет назад
CMakeLists.txt 72f79a3ad7 Draft boost::format based log proxy. 9 лет назад
CModHandler.cpp cf1d5d0bc9 tweaks 9 лет назад
CModHandler.h cf1d5d0bc9 tweaks 9 лет назад
CObstacleInstance.cpp 82ac035340 OO design for obstacle spells. 9 лет назад
CObstacleInstance.h 2b45e13c5c c++03 -> c++11 switch: 12 лет назад
CPathfinder.cpp 2c1dddde33 Fix memory problems with BonusList 9 лет назад
CPathfinder.h b4a35f9c62 CPathfinderHelper: fix memory leak 9 лет назад
CPlayerState.h 22f729a3fe CPlayerState serialize fix. 9 лет назад
CRandomGenerator.cpp 5139378319 - migrated boost::function/ref/bind to std:: variants 11 лет назад
CRandomGenerator.h 492b866806 - Fixed crash caused by randomShuffle 11 лет назад
CScriptingModule.h ad84ae64b0 Clean up. 11 лет назад
CSoundBase.h a491c11305 Fixed sound effect when hero disappears 11 лет назад
CStopWatch.h 1c0d4e3f6f Fix filenames in file headers 10 лет назад
CThreadHelper.cpp 5c356f4415 add support for the HURD 11 лет назад
CThreadHelper.h 5139378319 - migrated boost::function/ref/bind to std:: variants 11 лет назад
CTownHandler.cpp 452e28d183 Remove some useless includes found by cppclean 9 лет назад
CTownHandler.h 2021decb91 Serialize town spells 9 лет назад
CondSh.h 3f720901ec Minor fixes. 11 лет назад
Connection.cpp a50a32405d Use weak_ptr for TypeDescriptor cross-links. Fixed total TypeDescriptor memory leak. 9 лет назад
Connection.h c8bcb14d34 CCallbackBase: add CRandomGenerator to all callbacks 9 лет назад
ConstTransitivePtr.h b62bb096a7 Fixed #1430, work-around to make #1435 non-crashing. 12 лет назад
FunctionList.h dce9880d16 Minor refactoring of FunctionList using variadic templates. 11 лет назад
GameConstants.cpp fdca75b4b0 PlayerColor: add getStr and getStrCap functions with optional L10n 9 лет назад
GameConstants.h 84137dcaa5 Add DLL_LINKAGE to getStr and fix player id logging in VCAI 9 лет назад
HeroBonus.cpp a1ff409080 Tweak 9 лет назад
HeroBonus.h 04f7b4f951 Cleanup 9 лет назад
IBonusTypeHandler.h 2c1dddde33 Fix memory problems with BonusList 9 лет назад
IGameCallback.cpp c8bcb14d34 CCallbackBase: add CRandomGenerator to all callbacks 9 лет назад
IGameCallback.h c8bcb14d34 CCallbackBase: add CRandomGenerator to all callbacks 9 лет назад
IGameEventsReceiver.h c5cfc8467f Battles: change naming from drawbridge to gate for everything 9 лет назад
IHandlerBase.cpp 53b5587c2e Advance map header serialization 9 лет назад
IHandlerBase.h 53b5587c2e Advance map header serialization 9 лет назад
Interprocess.h 3926920103 Rename radious -> radius 9 лет назад
JsonDetail.cpp fc2cbc841a Another fix for JsonWriter::writeString 10 лет назад
JsonDetail.h 9c0df68cb8 Fixing spelling mistakes. Patch from josch, fixes #1759 11 лет назад
JsonNode.cpp 2c1dddde33 Fix memory problems with BonusList 9 лет назад
JsonNode.h 2c1dddde33 Fix memory problems with BonusList 9 лет назад
LogicalExpression.cpp ee1b0459e6 Extended building dependencies: 12 лет назад
LogicalExpression.h e1a1bc89c0 Extract PossibilityVisitor 9 лет назад
NetPacks.h 7874dffa7d fixed http://bugs.vcmi.eu/view.php?id=2282 9 лет назад
NetPacksBase.h 10dbbead2d Fix indentation of logging code and around it 9 лет назад
NetPacksLib.cpp 887794e88b Remove UNTIL_BEING_ATTACKED bonuses after any received damage. 9 лет назад
ResourceSet.cpp 4de0f0f973 Compile fixes for MSVS. 9 лет назад
ResourceSet.h 43ef565e7e Added serializer-based class able to make deep copies of objects — CMemorySerializer. 11 лет назад
ScopeGuard.h c927913f5f - Improved json validation. Now it support most of features from latest json schema draft 12 лет назад
StartInfo.h 10dbbead2d Fix indentation of logging code and around it 9 лет назад
StdInc.cpp 3926920103 Rename radious -> radius 9 лет назад
StdInc.h 74a82c4c9d Moved boost:format log proxy to CLoggerBase 9 лет назад
StringConstants.h 408f346541 Drafts for hero serialization 9 лет назад
UnlockGuard.h 2b45e13c5c c++03 -> c++11 switch: 12 лет назад
VCMIDirs.cpp 70e3c81b9f Replaced CFileInfo with more correct and efficient alternative 9 лет назад
VCMIDirs.h 3926920103 Rename radious -> radius 9 лет назад
VCMI_Lib.cpp cf1d5d0bc9 tweaks 9 лет назад
VCMI_Lib.h 6bd6be0835 Object class handler is now a proper "handler" 11 лет назад
VCMI_lib.cbp 22f729a3fe CPlayerState serialize fix. 9 лет назад
VCMI_lib.vcxproj 772bc9e6c1 Updated MSVS project files. 9 лет назад
VCMI_lib.vcxproj.filters 772bc9e6c1 Updated MSVS project files. 9 лет назад
int3.h 9e7e5b81e4 Merge pull request #143 from vcmi/feature/patrolSupport 10 лет назад
vcmi_endian.h 3c35b3eefe Replace defined(linux) with __linux__/__linux/linux in vcmi_endian.h 11 лет назад