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