Arseniy Shestakov 7eed456753 Tower: use bonus system for lookout tower and grail extra sight radius 9 éve
..
battle feba7e1979 tactics distance increased to 1 + bonus (#375) 8 éve
filesystem 654ca96e9d fixed code format and other minor issues 8 éve
logging c9ef773da0 fixed logging after rebase 8 éve
mapObjects 7eed456753 Tower: use bonus system for lookout tower and grail extra sight radius 8 éve
mapping 8c0fab1dcf fixes 8 éve
minizip e3ba491fa1 Use multi-core compile by default, fix VCMI_client path 8 éve
registerTypes f1e5797834 Code style: move or add licensing information on top of every file 8 éve
rmg 0868164147 (int) -> static_cast<int> 8 éve
serializer 5091b117e2 fixed serialization for older savegames 8 éve
spells 03b7da93e2 use logMod for all mod-related logging 8 éve
AI_Base.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CAndroidVMHelper.cpp 80f149e296 Better android input handling: sending notifications about CInputText changes to java so that we can display textinput overlay there; (#354) 8 éve
CAndroidVMHelper.h 80f149e296 Better android input handling: sending notifications about CInputText changes to java so that we can display textinput overlay there; (#354) 8 éve
CArtHandler.cpp 03b7da93e2 use logMod for all mod-related logging 8 éve
CArtHandler.h 9d9c026c85 Code style: serialize everything on own lines for easier debugging (#357) 8 éve
CBonusTypeHandler.cpp 15138c23de Finished conversion to new logging API 8 éve
CBonusTypeHandler.h 18b8e1c7ad Tweaked CBonusTypeHandler 8 éve
CBuildingHandler.cpp f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CBuildingHandler.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CConfigHandler.cpp 046e1a7c29 Prepared JsonNode for new logging API. 8 éve
CConfigHandler.h 2da3d8a563 Code style: remove senseless comments 8 éve
CConsoleHandler.cpp 8c0fab1dcf fixes 8 éve
CConsoleHandler.h 2da3d8a563 Code style: remove senseless comments 8 éve
CCreatureHandler.cpp 8c0fab1dcf fixes 8 éve
CCreatureHandler.h 9d9c026c85 Code style: serialize everything on own lines for easier debugging (#357) 8 éve
CCreatureSet.cpp 15138c23de Finished conversion to new logging API 8 éve
CCreatureSet.h 15138c23de Finished conversion to new logging API 8 éve
CGameInfoCallback.cpp 15138c23de Finished conversion to new logging API 8 éve
CGameInfoCallback.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CGameInterface.cpp 15138c23de Finished conversion to new logging API 8 éve
CGameInterface.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CGameState.cpp c8d8e38a31 Sight map: add asserts to make sure we'll notice if something broke 8 éve
CGameState.h 33f8686ca6 Sight map: new version of FoW. Using TeamState fogOfWarMap as storage 8 éve
CGameStateFwd.h 9d9c026c85 Code style: serialize everything on own lines for easier debugging (#357) 8 éve
CGeneralTextHandler.cpp abdca71828 skill names and descriptions are fully managed by CSkillHandler 8 éve
CGeneralTextHandler.h abdca71828 skill names and descriptions are fully managed by CSkillHandler 8 éve
CHeroHandler.cpp 03b7da93e2 use logMod for all mod-related logging 8 éve
CHeroHandler.h 9d9c026c85 Code style: serialize everything on own lines for easier debugging (#357) 8 éve
CMakeLists.txt 654ca96e9d fixed code format and other minor issues 8 éve
CModHandler.cpp 37df5c9d88 reworked mod loading to follow standard approach 8 éve
CModHandler.h 3cc84e5975 moved contains functions for multimap to Globals.h 8 éve
CPathfinder.cpp 143ff682bc Logging cleanup 8 éve
CPathfinder.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CPlayerState.h 9d9c026c85 Code style: serialize everything on own lines for easier debugging (#357) 8 éve
CRandomGenerator.cpp f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CRandomGenerator.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CScriptingModule.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CSkillHandler.cpp 37df5c9d88 reworked mod loading to follow standard approach 8 éve
CSkillHandler.h 37df5c9d88 reworked mod loading to follow standard approach 8 éve
CSoundBase.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CStack.cpp ef73f416dc fixed resurrection corner case 8 éve
CStack.h 15138c23de Finished conversion to new logging API 8 éve
CStopWatch.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CThreadHelper.cpp f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CThreadHelper.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
CTownHandler.cpp 03b7da93e2 use logMod for all mod-related logging 8 éve
CTownHandler.h 9d9c026c85 Code style: serialize everything on own lines for easier debugging (#357) 8 éve
CondSh.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
ConstTransitivePtr.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
FunctionList.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
GameConstants.cpp 3764ec8be1 more code format issues 8 éve
GameConstants.h 3764ec8be1 more code format issues 8 éve
HeroBonus.cpp a7104377d6 fixed CREATURE_TYPE_LIMITER for creatures without a stack instance (#374) 8 éve
HeroBonus.h 69a538a600 added bonus type MANUAL_CONTROL 8 éve
IBonusTypeHandler.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
IGameCallback.cpp 7eed456753 Tower: use bonus system for lookout tower and grail extra sight radius 8 éve
IGameCallback.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
IGameEventsReceiver.h 4f8c7bd4bb CStack refactoring 8 éve
IHandlerBase.cpp 53b5587c2e Advance map header serialization 9 éve
IHandlerBase.h 03b7da93e2 use logMod for all mod-related logging 8 éve
Interprocess.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
JsonDetail.cpp 03b7da93e2 use logMod for all mod-related logging 8 éve
JsonDetail.h 046e1a7c29 Prepared JsonNode for new logging API. 8 éve
JsonNode.cpp 03b7da93e2 use logMod for all mod-related logging 8 éve
JsonNode.h 046e1a7c29 Prepared JsonNode for new logging API. 8 éve
LogicalExpression.cpp f1e5797834 Code style: move or add licensing information on top of every file 8 éve
LogicalExpression.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
NetPacks.h 06b50d5eb6 Sight map: add enum with readable names to FoWChange netpack 8 éve
NetPacksBase.h 15138c23de Finished conversion to new logging API 8 éve
NetPacksLib.cpp 06b50d5eb6 Sight map: add enum with readable names to FoWChange netpack 8 éve
ResourceSet.cpp 15138c23de Finished conversion to new logging API 8 éve
ResourceSet.h 15138c23de Finished conversion to new logging API 8 éve
ScopeGuard.h c927913f5f - Improved json validation. Now it support most of features from latest json schema draft 12 éve
StartInfo.h 8c0fab1dcf fixes 8 éve
StdInc.cpp 3926920103 Rename radious -> radius 9 éve
StdInc.h 74a82c4c9d Moved boost:format log proxy to CLoggerBase 9 éve
StringConstants.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
UnlockGuard.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
VCMIDirs.cpp 8180e4d5c5 VCMIDirs: improvements for development on Mac and Linux 8 éve
VCMIDirs.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve
VCMI_Lib.cpp fbab52eb18 added basic handler for loading secondary skill bonuses 8 éve
VCMI_Lib.h 5091b117e2 fixed serialization for older savegames 8 éve
VCMI_lib.cbp 3a9d73da23 [c::b] Update project, fixed build 8 éve
VCMI_lib.vcxproj 1162923d93 update VS files 8 éve
VCMI_lib.vcxproj.filters 1162923d93 update VS files 8 éve
int3.h 15138c23de Finished conversion to new logging API 8 éve
vcmi_endian.h f1e5797834 Code style: move or add licensing information on top of every file 8 éve