alexvins 66d9edf76e small refactor secskill limit check. преди 13 години
..
Filesystem 04358ed0c6 multiple changes in config system, breaks existing mods. See upcoming post on forums. преди 13 години
Map 94c55e2632 - string ID's for spells (not configurable due to hardcode) преди 13 години
RMG 9d68b9d58d Compile fix. Keep StdInc consistent. преди 13 години
AI_Base.h cce814c41b * Final commit преди 14 години
BattleAction.cpp 156aa6e4d9 * Updated class - file - handling преди 14 години
BattleAction.h 25bdcd3cab - Fixed wrong creature teleported преди 13 години
BattleHex.cpp 95b866c131 * Further work on Battle AI. Now it is able to cast a number of offensive spells. Battle callback exposes more spell-casting info. преди 13 години
BattleHex.h 95b866c131 * Further work on Battle AI. Now it is able to cast a number of offensive spells. Battle callback exposes more spell-casting info. преди 13 години
BattleState.cpp a7cea94247 - Hopefully fixed #1103 преди 13 години
BattleState.h 95b866c131 * Further work on Battle AI. Now it is able to cast a number of offensive spells. Battle callback exposes more spell-casting info. преди 13 години
CArtHandler.cpp 99e7177d57 Fixed unitialized ptrs in CArtifacts. преди 13 години
CArtHandler.h 99e7177d57 Fixed unitialized ptrs in CArtifacts. преди 13 години
CBattleCallback.cpp ca9033d0e4 - Support for "Enchanted" WoG ability. преди 13 години
CBattleCallback.h 52242692f1 Fixed #1130. преди 13 години
CBuildingHandler.cpp 44cc848edc first part of town configuration: преди 13 години
CBuildingHandler.h 44cc848edc first part of town configuration: преди 13 години
CConfigHandler.cpp c9dd80ea6d - moved json-related functions (e.g. ParseBonus) into JsonUtils namespace преди 13 години
CConfigHandler.h a602d7e9da - build system update преди 13 години
CConsoleHandler.cpp 369f0ae9c6 [PLATFORM] MinGW support added преди 13 години
CConsoleHandler.h f7915d9e61 - removed creature-related code from ModHandler преди 13 години
CCreatureHandler.cpp cff758cfba Moved artifact-related text to CArtifact class. преди 13 години
CCreatureHandler.h 85a23e298c - generic string ID -> numeric ID resolution system преди 13 години
CCreatureSet.cpp ca9033d0e4 - Support for "Enchanted" WoG ability. преди 13 години
CCreatureSet.h 6a81c8b1af * campaign against magic numbers преди 13 години
CDefObjInfoHandler.cpp 9f0441a0be - adventure map defs are now part of town config. Should be the last part преди 13 години
CDefObjInfoHandler.h f7915d9e61 - removed creature-related code from ModHandler преди 13 години
CGameInterface.cpp 53169abea7 - Foundation for starting a random map is done - Moved StdInc.h to header file in some /Map and /RMG compilation units(better syntax highlighting, should have no negative impact) преди 13 години
CGameInterface.h f8a27a9fdb * Moved CConfigHandler from client to lib, CMake/Makefile need updating. I believe other projects besides client also need access to settings. (surprisingly there was a "server" category used only by client... and now VCAI.) преди 13 години
CGameState.cpp 94c55e2632 - string ID's for spells (not configurable due to hardcode) преди 13 години
CGameState.h 100dad889a * much better callback function declaration (previous version inspired me to write a new coding guideline) преди 13 години
CGeneralTextHandler.cpp e36bc50504 - support for new heroes and hero classes преди 13 години
CGeneralTextHandler.h e36bc50504 - support for new heroes and hero classes преди 13 години
CHeroHandler.cpp ff146a80fe - fixed empty tavern in new towns преди 13 години
CHeroHandler.h ff146a80fe - fixed empty tavern in new towns преди 13 години
CLogger.cpp cce814c41b * Final commit преди 14 години
CLogger.h cce814c41b * Final commit преди 14 години
CMakeLists.txt ffe8b99369 - reorganized hero classes преди 13 години
CModHandler.cpp 99e7177d57 Fixed unitialized ptrs in CArtifacts. преди 13 години
CModHandler.h d2ee602b29 - fix uninitialized cursor преди 13 години
CObjectHandler.cpp 66d9edf76e small refactor secskill limit check. преди 13 години
CObjectHandler.h 66d9edf76e small refactor secskill limit check. преди 13 години
CObstacleInstance.cpp e4c88d5088 - moved ParseBonus to JsonNode.cpp (linkage errors) преди 13 години
CObstacleInstance.h e4c88d5088 - moved ParseBonus to JsonNode.cpp (linkage errors) преди 13 години
CScriptingModule.h 7f04ed990b Major refactoring. First part: BattleInterface преди 14 години
CSpellHandler.cpp 94c55e2632 - string ID's for spells (not configurable due to hardcode) преди 13 години
CSpellHandler.h 94c55e2632 - string ID's for spells (not configurable due to hardcode) преди 13 години
CStopWatch.h 8040a81eec - fixed save games issues (#1044) преди 13 години
CThreadHelper.cpp 2643762f08 Mac OS patch from stopiccot преди 13 години
CThreadHelper.h 613172fa45 - fixed #582, #1019 and #1022 преди 13 години
CTownHandler.cpp 94c55e2632 - string ID's for spells (not configurable due to hardcode) преди 13 години
CTownHandler.h ffe8b99369 - reorganized hero classes преди 13 години
CondSh.h e4dc00abac * new file lib/UnlockGuard.h — unlock_guard is for unlocking a mutex for the scope time (RAII) преди 13 години
Connection.cpp 53169abea7 - Foundation for starting a random map is done - Moved StdInc.h to header file in some /Map and /RMG compilation units(better syntax highlighting, should have no negative impact) преди 13 години
Connection.h 53169abea7 - Foundation for starting a random map is done - Moved StdInc.h to header file in some /Map and /RMG compilation units(better syntax highlighting, should have no negative impact) преди 13 години
ConstTransitivePtr.h 7f04ed990b Major refactoring. First part: BattleInterface преди 14 години
GameConstants.h ffe8b99369 - reorganized hero classes преди 13 години
HeroBonus.cpp 71cbde7bbc Bonus limiters are now implemented using Decorator design pattern, which allows to chain them. преди 13 години
HeroBonus.h ffe8b99369 - reorganized hero classes преди 13 години
IGameCallback.cpp 53169abea7 - Foundation for starting a random map is done - Moved StdInc.h to header file in some /Map and /RMG compilation units(better syntax highlighting, should have no negative impact) преди 13 години
IGameCallback.h 100dad889a * much better callback function declaration (previous version inspired me to write a new coding guideline) преди 13 години
IGameEventsReceiver.h edccbd4809 Rewritten many parts of query handling. Fixed several scenarios leading to a hang (including #1012). Purged boost::function from player interface (handy but impossible to serialize). VCAI will keep description for each unanswered query, so the further debugging will be easier. преди 13 години
Interprocess.h 1415f8dbf5 - fix for boost 1.49 преди 13 години
JsonNode.cpp e36bc50504 - support for new heroes and hero classes преди 13 години
JsonNode.h 04358ed0c6 multiple changes in config system, breaks existing mods. See upcoming post on forums. преди 13 години
Makefile.am 89196c577e autotools compile fix преди 13 години
NetPacks.h c336abcf4a * Added RMG tab to pregame(disabled by default, activate with: enableRMG=true in settings.json) * Fixed tab intendation * Renamed colors to more comprehensible names преди 13 години
NetPacksLib.cpp 105083dd70 * Code convention updates * Default values for CMap types * Updated BinaryReader c-tor * Converted "bool" int types to bool in CMap classes * Removed map event operators in favor of member methods преди 13 години
RegisterTypes.h f7915d9e61 - removed creature-related code from ModHandler преди 13 години
ResourceSet.cpp ffe8b99369 - reorganized hero classes преди 13 години
ResourceSet.h 59fcc15254 * last revision reverted, mysterious bug преди 13 години
StartInfo.h 1c5a4c669c - merged minimap.json into terrains.json преди 13 години
StdInc.cpp cce814c41b * Final commit преди 14 години
StdInc.h 2f5d6f2684 * CHexField renamed to CBattleHex преди 14 години
StringConstants.h d2ee602b29 - fix uninitialized cursor преди 13 години
UnlockGuard.h f426a48d09 - fixes for gcc-4.7 преди 13 години
VCMIDirs.h 41480a489e Win compile fix (#974) преди 13 години
VCMI_Lib.cpp ffe8b99369 - reorganized hero classes преди 13 години
VCMI_Lib.h 04358ed0c6 multiple changes in config system, breaks existing mods. See upcoming post on forums. преди 13 години
VCMI_lib.vcxproj c5d9110176 Compile fix for last commit. преди 13 години
int3.h c54b983663 Some improvements for AI logging. преди 13 години
vcmi_endian.h a878f5f79a * Separated map loading from the map object * Moved map classes to lib/Map * Renamed map.h/cpp to CMap.h/cpp * Profiling of map loading is now optional * Updated CMemoryStream преди 13 години