beegee1 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
..
filesystem 937effb649 More or less working project for Visual Studio. hace 12 años
logging 9f7c89d5e3 - more filesystem logging and possible fix for Win hace 12 años
mapping 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
minizip be3da8fcf8 Unique macro for minizip exports. Define to nothing on non-msvc. hace 12 años
rmg 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
AI_Base.h cce814c41b * Final commit hace 14 años
BattleAction.cpp 8769f67c5d * JsonReader can convert to enums hace 13 años
BattleAction.h 8769f67c5d * JsonReader can convert to enums hace 13 años
BattleHex.cpp 146a5e5ef8 Made speed of most of battle animations time-based hace 12 años
BattleHex.h 8ffd482324 - gcc compile fix hace 13 años
BattleState.cpp c81a31c74a - catapult attacks should be identical to H3 hace 12 años
BattleState.h c81a31c74a - catapult attacks should be identical to H3 hace 12 años
CArtHandler.cpp b87897096c Filesystem handling is now more flexible hace 12 años
CArtHandler.h 0eb496fb57 Fixed #1338 and #1341. Introduced post-load step to ease initialization of bonus source ids. hace 12 años
CBattleCallback.cpp 8beee29482 - corrected "isToReverse" check, partially fixes 1397 hace 12 años
CBattleCallback.h 8beee29482 - corrected "isToReverse" check, partially fixes 1397 hace 12 años
CBonusTypeHandler.cpp b87897096c Filesystem handling is now more flexible hace 12 años
CBonusTypeHandler.h 6a88604937 * fixed crash related to cammander's SPELL_AFTER_ATTACK spell id not initialized properly (text id was resolved on copy of bonus) hace 12 años
CBuildingHandler.cpp 6d06710684 * fixes for town building campaign bonus hace 12 años
CBuildingHandler.h 8a8eecd063 * refactoring hace 12 años
CConfigHandler.cpp b87897096c Filesystem handling is now more flexible hace 12 años
CConfigHandler.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
CConsoleHandler.cpp a1f545792b Compile fixes specific for VS 2012" hace 12 años
CConsoleHandler.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
CCreatureHandler.cpp b87897096c Filesystem handling is now more flexible hace 12 años
CCreatureHandler.h 4576719abe Visual Studio 2013 Preview compile fixes: hace 12 años
CCreatureSet.cpp f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported hace 12 años
CCreatureSet.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
CDefObjInfoHandler.cpp 1d9139303a introduced zip support into vcmi hace 12 años
CDefObjInfoHandler.h c6cc6e6301 Large changeset, first part of editing H3 objects via mods feature. Changes: hace 12 años
CGameInterface.cpp dd808ef5cc bugfixing: hace 12 años
CGameInterface.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
CGameState.cpp b87897096c Filesystem handling is now more flexible hace 12 años
CGameState.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
CGeneralTextHandler.cpp b87897096c Filesystem handling is now more flexible hace 12 años
CGeneralTextHandler.h dd808ef5cc bugfixing: hace 12 años
CHeroHandler.cpp c81a31c74a - catapult attacks should be identical to H3 hace 12 años
CHeroHandler.h c920f29c45 More missing serialization items. hace 12 años
CMakeLists.txt 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
CModHandler.cpp b87897096c Filesystem handling is now more flexible hace 12 años
CModHandler.h b87897096c Filesystem handling is now more flexible hace 12 años
CObjectHandler.cpp c81a31c74a - catapult attacks should be identical to H3 hace 12 años
CObjectHandler.h ee09c5301e minor fixes: hace 12 años
CObstacleInstance.cpp ceea466f54 [refactor] spell handling hace 12 años
CObstacleInstance.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
CRandomGenerator.h 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
CScriptingModule.h 7f04ed990b Major refactoring. First part: BattleInterface hace 14 años
CSpellHandler.cpp b87897096c Filesystem handling is now more flexible hace 12 años
CSpellHandler.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
CStopWatch.h 8040a81eec - fixed save games issues (#1044) hace 13 años
CThreadHelper.cpp a1f545792b Compile fixes specific for VS 2012" hace 12 años
CThreadHelper.h a1f545792b Compile fixes specific for VS 2012" hace 12 años
CTownHandler.cpp b57b14b752 - fixed several bugs with siege graphics, including #1389 hace 12 años
CTownHandler.h b57b14b752 - fixed several bugs with siege graphics, including #1389 hace 12 años
CondSh.h e4dc00abac * new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII) hace 13 años
Connection.cpp 1e8c58ecdf Patch from O01eg fixing #1308 http://forum.vcmi.eu/viewtopic.php?t=721 hace 12 años
Connection.h 1e8c58ecdf Patch from O01eg fixing #1308 http://forum.vcmi.eu/viewtopic.php?t=721 hace 12 años
ConstTransitivePtr.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
GameConstants.cpp e8354908c3 Big change: Introduced new mechanism to handle queries. It should not cause any visible changes ATM apart from fixing several long-standing bugs realted to handling post-visit/battle/levelup callback, including infamous creature bank issues: #955, #1053, #1063, #1191. Needs testing. hace 12 años
GameConstants.h 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
HeroBonus.cpp 4ec9faa789 Fixed #1367. Removed confusing code for speed calculation. hace 12 años
HeroBonus.h 4ec9faa789 Fixed #1367. Removed confusing code for speed calculation. hace 12 años
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) hace 12 años
IGameCallback.cpp f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported hace 12 años
IGameCallback.h f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported hace 12 años
IGameEventsReceiver.h f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported hace 12 años
IHandlerBase.h 0eb496fb57 Fixed #1338 and #1341. Introduced post-load step to ease initialization of bonus source ids. hace 12 años
Interprocess.h 1415f8dbf5 - fix for boost 1.49 hace 13 años
JsonNode.cpp b87897096c Filesystem handling is now more flexible hace 12 años
JsonNode.h f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported hace 12 años
NetPacks.h 45c2bd7511 hopefully fixes #1397. Still too much magic in this code :( hace 12 años
NetPacksLib.cpp c81a31c74a - catapult attacks should be identical to H3 hace 12 años
RegisterTypes.cpp ee51c5beb5 - Renamed /lib subfolders to lowercase hace 12 años
RegisterTypes.h 79026bdfde Introduced strongly typed QueryID. hace 12 años
ResourceSet.cpp 66d6aebe32 Fixed all the issues with Quests, #828 and #1223. hace 12 años
ResourceSet.h 66d6aebe32 Fixed all the issues with Quests, #828 and #1223. hace 12 años
ScopeGuard.h c927913f5f - Improved json validation. Now it support most of features from latest json schema draft hace 12 años
StartInfo.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
StdInc.cpp cce814c41b * Final commit hace 14 años
StdInc.h 2f5d6f2684 * CHexField renamed to CBattleHex hace 14 años
StringConstants.h c6cc6e6301 Large changeset, first part of editing H3 objects via mods feature. Changes: hace 12 años
UnlockGuard.h 2b45e13c5c c++03 -> c++11 switch: hace 12 años
VCMIDirs.cpp 4ac2a6e8b6 minor refactoring of VCMIDirs, bugfixing hace 12 años
VCMIDirs.h 4ac2a6e8b6 minor refactoring of VCMIDirs, bugfixing hace 12 años
VCMI_Lib.cpp 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
VCMI_Lib.h 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
VCMI_lib.cbp feea589648 - Bug-fixing for last commit - Moved CMapGenOptions to CMapGenerator hace 12 años
VCMI_lib.vcxproj 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
VCMI_lib.vcxproj.filters 1ac328635a - Added handler classes CRmgTemplateStorage and CTerrainViewPatternConfig to LibClasses hace 12 años
int3.h f82122d9be second part of c++11 update. gcc 4.5 and VS 2010 are no longer supported hace 12 años
vcmi_endian.h 8ffd482324 - gcc compile fix hace 13 años