AlexVinS 394d6e0677 Fixed random crash on resurrection 9 anos atrás
..
filesystem 96bc191480 Fixed CID 1366296 9 anos atrás
logging 34cf92cb9b Change logging style 9 anos atrás
mapObjects c23d3ac83c Fixed CID 1366432 9 anos atrás
mapping 609c6f81bd Fixed a few CWE-457 9 anos atrás
minizip e7b639898e Final compilation fix suggested by AVS. 9 anos atrás
registerTypes 86e33a4c45 [Refactoring] Unified SetResources NetPack API. 9 anos atrás
rmg 609c6f81bd Fixed a few CWE-457 9 anos atrás
serializer 47085e8d78 Fixed CID 1366361 9 anos atrás
spells 60bd54c9b3 Changed playerToSide return type to signed 9 anos atrás
AI_Base.h cce814c41b * Final commit 14 anos atrás
BattleAction.cpp 1c0d4e3f6f Fix filenames in file headers 10 anos atrás
BattleAction.h 1657f124e1 - Compile fixes for MVS 12 anos atrás
BattleHex.cpp 3f720901ec Minor fixes. 11 anos atrás
BattleHex.h 3f720901ec Minor fixes. 11 anos atrás
BattleState.cpp db40e125eb Fixed CID 1243181, CID 1197449, CID 1366374, CID 1366377, CID 1366359 9 anos atrás
BattleState.h 52c610bbb0 Silence "X doesn't have a base stack!" warning (fixed version) 9 anos atrás
CArtHandler.cpp 2a62ca9522 Fixed CID 1197353 9 anos atrás
CArtHandler.h 2a62ca9522 Fixed CID 1197353 9 anos atrás
CBattleCallback.cpp 60bd54c9b3 Changed playerToSide return type to signed 9 anos atrás
CBattleCallback.h 60bd54c9b3 Changed playerToSide return type to signed 9 anos atrás
CBonusTypeHandler.cpp 2c1dddde33 Fix memory problems with BonusList 9 anos atrás
CBonusTypeHandler.h 2c1dddde33 Fix memory problems with BonusList 9 anos atrás
CBuildingHandler.cpp 54453aee73 get rid of boost::assign 11 anos atrás
CBuildingHandler.h 8a8eecd063 * refactoring 12 anos atrás
CConfigHandler.cpp cf61837ced replaced std::string with boost::filesystem::path in several places 9 anos atrás
CConfigHandler.h 1c0d4e3f6f Fix filenames in file headers 10 anos atrás
CConsoleHandler.cpp 10dbbead2d Fix indentation of logging code and around it 9 anos atrás
CConsoleHandler.h 1b6f2ea3b7 VCMIDirs update #5 fix 11 anos atrás
CCreatureHandler.cpp 3216422307 Fixed a few CWE-457 9 anos atrás
CCreatureHandler.h 2c1dddde33 Fix memory problems with BonusList 9 anos atrás
CCreatureSet.cpp 2c1dddde33 Fix memory problems with BonusList 9 anos atrás
CCreatureSet.h 9f967b4d7a Fix formatting 9 anos atrás
CGameInfoCallback.cpp a8a661b159 Map handler refactoring, part 2. 9 anos atrás
CGameInfoCallback.h 10f888a483 Fix obelisks puzzle revealing 9 anos atrás
CGameInterface.cpp 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 anos atrás
CGameInterface.h 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 anos atrás
CGameState.cpp 3216422307 Fixed a few CWE-457 9 anos atrás
CGameState.h c8faca8f39 Refactoring: only use RNGs explicitly to avoid bug prone code in future 9 anos atrás
CGameStateFwd.h 3216422307 Fixed a few CWE-457 9 anos atrás
CGeneralTextHandler.cpp 9f967b4d7a Fix formatting 9 anos atrás
CGeneralTextHandler.h 9f967b4d7a Fix formatting 9 anos atrás
CHeroHandler.cpp 3216422307 Fixed a few CWE-457 9 anos atrás
CHeroHandler.h 153af6e07b cleanup 9 anos atrás
CMakeLists.txt 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 anos atrás
CModHandler.cpp 3216422307 Fixed a few CWE-457 9 anos atrás
CModHandler.h 3216422307 Fixed a few CWE-457 9 anos atrás
CObstacleInstance.cpp d81c611ad7 Fixed CID 1197423, CID 1197567 9 anos atrás
CObstacleInstance.h 2b45e13c5c c++03 -> c++11 switch: 12 anos atrás
CPathfinder.cpp 3216422307 Fixed a few CWE-457 9 anos atrás
CPathfinder.h b4a35f9c62 CPathfinderHelper: fix memory leak 9 anos atrás
CPlayerState.h 22f729a3fe CPlayerState serialize fix. 9 anos atrás
CRandomGenerator.cpp 5139378319 - migrated boost::function/ref/bind to std:: variants 11 anos atrás
CRandomGenerator.h 492b866806 - Fixed crash caused by randomShuffle 11 anos atrás
CScriptingModule.h ad84ae64b0 Clean up. 11 anos atrás
CSoundBase.h a491c11305 Fixed sound effect when hero disappears 11 anos atrás
CStopWatch.h 1c0d4e3f6f Fix filenames in file headers 10 anos atrás
CThreadHelper.cpp 6d3259909e Fixed CID 1288858 9 anos atrás
CThreadHelper.h 153af6e07b cleanup 9 anos atrás
CTownHandler.cpp 3216422307 Fixed a few CWE-457 9 anos atrás
CTownHandler.h 3216422307 Fixed a few CWE-457 9 anos atrás
CondSh.h abe4beebc6 Fixed CID 1197516 9 anos atrás
ConstTransitivePtr.h b62bb096a7 Fixed #1430, work-around to make #1435 non-crashing. 12 anos atrás
FunctionList.h dce9880d16 Minor refactoring of FunctionList using variadic templates. 11 anos atrás
GameConstants.cpp db13d7a708 Version 0.99 updates. 9 anos atrás
GameConstants.h 86e33a4c45 [Refactoring] Unified SetResources NetPack API. 9 anos atrás
HeroBonus.cpp c4ab962cc0 Fixed a few CWE-457 9 anos atrás
HeroBonus.h f8bf2c3746 Fixed http://bugs.vcmi.eu/view.php?id=2611 9 anos atrás
IBonusTypeHandler.h 2c1dddde33 Fix memory problems with BonusList 9 anos atrás
IGameCallback.cpp 5b76c3f4eb Rebase of codebase changes for refactored serializer 9 anos atrás
IGameCallback.h c8bcb14d34 CCallbackBase: add CRandomGenerator to all callbacks 9 anos atrás
IGameEventsReceiver.h 86e33a4c45 [Refactoring] Unified SetResources NetPack API. 9 anos atrás
IHandlerBase.cpp 53b5587c2e Advance map header serialization 9 anos atrás
IHandlerBase.h 53b5587c2e Advance map header serialization 9 anos atrás
Interprocess.h 3926920103 Rename radious -> radius 9 anos atrás
JsonDetail.cpp fc2cbc841a Another fix for JsonWriter::writeString 10 anos atrás
JsonDetail.h 9c0df68cb8 Fixing spelling mistakes. Patch from josch, fixes #1759 11 anos atrás
JsonNode.cpp baa7a84db3 Fix memory corruption during loading artifacts from mods 9 anos atrás
JsonNode.h baa7a84db3 Fix memory corruption during loading artifacts from mods 9 anos atrás
LogicalExpression.cpp ee1b0459e6 Extended building dependencies: 12 anos atrás
LogicalExpression.h e1a1bc89c0 Extract PossibilityVisitor 9 anos atrás
NetPacks.h 7793a57b0a Fixed remaining CWE-457 in NetPacks.h 9 anos atrás
NetPacksBase.h 3216422307 Fixed a few CWE-457 9 anos atrás
NetPacksLib.cpp 394d6e0677 Fixed random crash on resurrection 9 anos atrás
ResourceSet.cpp 5c3f84138b fixed random reward generation in CGVisitableOPW 9 anos atrás
ResourceSet.h 5c3f84138b fixed random reward generation in CGVisitableOPW 9 anos atrás
ScopeGuard.h c927913f5f - Improved json validation. Now it support most of features from latest json schema draft 12 anos atrás
StartInfo.h 10dbbead2d Fix indentation of logging code and around it 9 anos atrás
StdInc.cpp 3926920103 Rename radious -> radius 9 anos atrás
StdInc.h 74a82c4c9d Moved boost:format log proxy to CLoggerBase 9 anos atrás
StringConstants.h 408f346541 Drafts for hero serialization 9 anos atrás
UnlockGuard.h 2b45e13c5c c++03 -> c++11 switch: 12 anos atrás
VCMIDirs.cpp 70e3c81b9f Replaced CFileInfo with more correct and efficient alternative 9 anos atrás
VCMIDirs.h 3926920103 Rename radious -> radius 9 anos atrás
VCMI_Lib.cpp 3216422307 Fixed a few CWE-457 9 anos atrás
VCMI_Lib.h 3216422307 Fixed a few CWE-457 9 anos atrás
VCMI_lib.cbp 3a040c1730 Updated project files 9 anos atrás
VCMI_lib.vcxproj 9db3bfcbf2 Merge pull request #212 from vcmi/refactoring/serialization2 9 anos atrás
VCMI_lib.vcxproj.filters aa0c745202 Compile fixes for MSVS. 9 anos atrás
int3.h 9e7e5b81e4 Merge pull request #143 from vcmi/feature/patrolSupport 10 anos atrás
vcmi_endian.h 3c35b3eefe Replace defined(linux) with __linux__/__linux/linux in vcmi_endian.h 11 anos atrás