DjWarmonger 8e1e8abe90 Default constructors for Scholar, Pandora and Event. 11 år sedan
..
filesystem b551bdb725 Final part of the merge 11 år sedan
logging 53ab0593b7 VCMIDirs update #6 11 år sedan
mapObjects 8e1e8abe90 Default constructors for Scholar, Pandora and Event. 11 år sedan
mapping d1dd7eef48 Proper fix for #1712 - Building requirement tests are now fixed 11 år sedan
minizip 8b10f70afd Migrating to MSVS 2013, which allows to delete inttypes.h file. 11 år sedan
registerTypes 78709e223b Breaking things - trying to remove server-side knowledge of selected objects 11 år sedan
rmg 3e36d0d88b Possible tweak for underground. 11 år sedan
AI_Base.h cce814c41b * Final commit 14 år sedan
BattleAction.cpp 69eee05ccc - Partially fixed mantis #1065 (Gate with hex 95 can't be attacked) 12 år sedan
BattleAction.h 1657f124e1 - Compile fixes for MVS 12 år sedan
BattleHex.cpp 3f720901ec Minor fixes. 11 år sedan
BattleHex.h 3f720901ec Minor fixes. 11 år sedan
BattleState.cpp 32240da34e Reduced number of #include's in headers. May break compilation on Win 11 år sedan
BattleState.h 32240da34e Reduced number of #include's in headers. May break compilation on Win 11 år sedan
CArtHandler.cpp ab475195ac Banks now use new scheme as well 11 år sedan
CArtHandler.h 32240da34e Reduced number of #include's in headers. May break compilation on Win 11 år sedan
CBattleCallback.cpp d918621d66 - fixed casting sacrifice spell (was broken and now fixed partially) 11 år sedan
CBattleCallback.h 6f65d2484b Extract battleStackIsImmune from battleIsImmune 11 år sedan
CBonusTypeHandler.cpp f837afdc47 CBonusTypeHandler small refactoring 11 år sedan
CBonusTypeHandler.h 4203d69525 Part 2 of new spell configuration 11 år sedan
CBuildingHandler.cpp 78609871ae bugfixing: 11 år sedan
CBuildingHandler.h 8a8eecd063 * refactoring 12 år sedan
CConfigHandler.cpp d2ae847ecf - files in local directories (saves & configs) now always have higher 11 år sedan
CConfigHandler.h 9a4aa8749f Fall back to first available resolution if config contains invalid value. 11 år sedan
CConsoleHandler.cpp 37bd4790f7 VCMIDirs update #6 fix 11 år sedan
CConsoleHandler.h 1b6f2ea3b7 VCMIDirs update #5 fix 11 år sedan
CCreatureHandler.cpp 44742814cd More cleanup: 11 år sedan
CCreatureHandler.h fe1b16a7ec Some preparation towards mantis #1743: 11 år sedan
CCreatureSet.cpp a0689fa377 Refactoring of hoverText from objects: 11 år sedan
CCreatureSet.h 7f07a30d7d More fixes for map-specific crashes, fixes #1427 and #733 11 år sedan
CGameInfoCallback.cpp 78709e223b Breaking things - trying to remove server-side knowledge of selected objects 11 år sedan
CGameInfoCallback.h 78709e223b Breaking things - trying to remove server-side knowledge of selected objects 11 år sedan
CGameInterface.cpp 864fa0388f Android fix 11 år sedan
CGameInterface.h 6c0c03d74b Refactoing of pathfinder <-> client/AI interaction to remove dependency on selected hero 11 år sedan
CGameState.cpp fc16c8d207 Merge branch 'optimization/swiftAI' into develop 11 år sedan
CGameState.h 6c0c03d74b Refactoing of pathfinder <-> client/AI interaction to remove dependency on selected hero 11 år sedan
CGameStateFwd.h 6c0c03d74b Refactoing of pathfinder <-> client/AI interaction to remove dependency on selected hero 11 år sedan
CGeneralTextHandler.cpp 92d22bae63 Merge branch 'feature/creatureWindow' into refactoring/guiClasses 11 år sedan
CGeneralTextHandler.h 9797372dbe Implement Unicode support for ingame console 11 år sedan
CHeroHandler.cpp db221829aa Modding-related bugfixes: 11 år sedan
CHeroHandler.h 1d57b75bc5 - random number generation refactoring 11 år sedan
CMakeLists.txt 9bef590960 use system version of minizip 11 år sedan
CModHandler.cpp db221829aa Modding-related bugfixes: 11 år sedan
CModHandler.h 89b89ff85d Bugfixing. Game seems to be working without major bugs. 11 år sedan
CObstacleInstance.cpp 55577d0ac4 - fixed missing DLL_LINKAGE 12 år sedan
CObstacleInstance.h 2b45e13c5c c++03 -> c++11 switch: 12 år sedan
CRandomGenerator.cpp 5139378319 - migrated boost::function/ref/bind to std:: variants 11 år sedan
CRandomGenerator.h 492b866806 - Fixed crash caused by randomShuffle 11 år sedan
CScriptingModule.h ad84ae64b0 Clean up. 11 år sedan
CSoundBase.h a491c11305 Fixed sound effect when hero disappears 11 år sedan
CSpellHandler.cpp eff801f39a Extract "inherit node" function 11 år sedan
CSpellHandler.h f2b61f7e69 Spell configuration: introduce simplifaction mechanism for level conficuration 11 år sedan
CStopWatch.h 8040a81eec - fixed save games issues (#1044) 13 år sedan
CThreadHelper.cpp 1b6f2ea3b7 VCMIDirs update #5 fix 11 år sedan
CThreadHelper.h 5139378319 - migrated boost::function/ref/bind to std:: variants 11 år sedan
CTownHandler.cpp 33acdc51bb Fixes 1852 - fixed typo in tower config and added check to detect such cases 11 år sedan
CTownHandler.h 836c466f81 - Implementation of overrides for towns 11 år sedan
CondSh.h 3f720901ec Minor fixes. 11 år sedan
Connection.cpp 380c100783 Disabled Nagle algorithm for net packs. 11 år sedan
Connection.h 53ab0593b7 VCMIDirs update #6 11 år sedan
ConstTransitivePtr.h b62bb096a7 Fixed #1430, work-around to make #1435 non-crashing. 12 år sedan
FunctionList.h 5139378319 - migrated boost::function/ref/bind to std:: variants 11 år sedan
GameConstants.cpp 0afdfa529c Moved all object-related files to lib/mapObjects directory. 11 år sedan
GameConstants.h abd6fe73dd Version 0.96 release. 11 år sedan
HeroBonus.cpp 36a7cff998 Cleaning error messages at access to players. 11 år sedan
HeroBonus.h 8683c8c0eb - Added and improved some propagators, including Crystal Dragons ability (#1232) 11 år sedan
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) 12 år sedan
IGameCallback.cpp 32240da34e Reduced number of #include's in headers. May break compilation on Win 11 år sedan
IGameCallback.h a0689fa377 Refactoring of hoverText from objects: 11 år sedan
IGameEventsReceiver.h 9c0df68cb8 Fixing spelling mistakes. Patch from josch, fixes #1759 11 år sedan
IHandlerBase.cpp 32240da34e Reduced number of #include's in headers. May break compilation on Win 11 år sedan
IHandlerBase.h 32240da34e Reduced number of #include's in headers. May break compilation on Win 11 år sedan
Interprocess.h 1415f8dbf5 - fix for boost 1.49 13 år sedan
JsonDetail.cpp 345df14d60 Update JsonDetail.cpp 11 år sedan
JsonDetail.h 9c0df68cb8 Fixing spelling mistakes. Patch from josch, fixes #1759 11 år sedan
JsonNode.cpp 836c466f81 - Implementation of overrides for towns 11 år sedan
JsonNode.h 44742814cd More cleanup: 11 år sedan
LogicalExpression.cpp ee1b0459e6 Extended building dependencies: 12 år sedan
LogicalExpression.h d1dd7eef48 Proper fix for #1712 - Building requirement tests are now fixed 11 år sedan
NetPacks.h aa0433228a Fixed cheats - sendMesssage will also pass current object. 11 år sedan
NetPacksBase.h c7dc4c05b8 fix mingw build 11 år sedan
NetPacksLib.cpp 78709e223b Breaking things - trying to remove server-side knowledge of selected objects 11 år sedan
ResourceSet.cpp 66d6aebe32 Fixed all the issues with Quests, #828 and #1223. 12 år sedan
ResourceSet.h 43ef565e7e Added serializer-based class able to make deep copies of objects — CMemorySerializer. 11 år sedan
ScopeGuard.h c927913f5f - Improved json validation. Now it support most of features from latest json schema draft 12 år sedan
StartInfo.h 3560bbb7f3 two patches/pull requests from janisozaur 12 år sedan
StdInc.cpp cce814c41b * Final commit 14 år sedan
StdInc.h 2f5d6f2684 * CHexField renamed to CBattleHex 14 år sedan
StringConstants.h c6cc6e6301 Large changeset, first part of editing H3 objects via mods feature. Changes: 12 år sedan
UnlockGuard.h 2b45e13c5c c++03 -> c++11 switch: 12 år sedan
VCMIDirs.cpp 22deb07b66 [c::b] update prejects, fix build 11 år sedan
VCMIDirs.h 958839668c VCMIDirs update #5 11 år sedan
VCMI_Lib.cpp ab475195ac Banks now use new scheme as well 11 år sedan
VCMI_Lib.h 6bd6be0835 Object class handler is now a proper "handler" 11 år sedan
VCMI_lib.cbp 195eae48ca Merge branch 'develop' into SDL2 11 år sedan
VCMI_lib.vcxproj 8b10f70afd Migrating to MSVS 2013, which allows to delete inttypes.h file. 11 år sedan
VCMI_lib.vcxproj.filters 57fa905a2b Something that compiles. 11 år sedan
int3.h 80998b9dc3 Minor fixes. fix 11 år sedan
vcmi_endian.h 3c35b3eefe Replace defined(linux) with __linux__/__linux/linux in vcmi_endian.h 11 år sedan