1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00
vcmi/lib
Dydzio 0cb6515ae8 VCAI tweaks (#311)
* Add extra priority support for town capture evaluation
* Improve building algorithm
* GatherArmy: check free gold instead of total for when hiring heroes
2017-07-15 01:15:08 +03:00
..
battle Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
filesystem Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
logging Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
mapObjects VCAI tweaks (#311) 2017-07-15 01:15:08 +03:00
mapping Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
minizip Change minizip library output path to match vcmi 2017-07-07 13:08:53 +03:00
registerTypes Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
rmg Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
serializer Add option to toggle monthly artifact change in black market (#341) 2017-07-15 00:46:18 +03:00
spells Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
AI_Base.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CAndroidVMHelper.cpp Code cleanup: remove double and unneded semicolons 2017-07-12 22:01:10 +03:00
CAndroidVMHelper.h CMake: update all CMakeLists to include actual sources and headers 2017-06-29 02:03:37 +03:00
CArtHandler.cpp Fix old savegame corruption in PR 301 2017-06-14 01:43:26 +03:00
CArtHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CBonusTypeHandler.cpp Fix memory problems with BonusList 2016-09-29 15:08:00 +02:00
CBonusTypeHandler.h Fix memory problems with BonusList 2016-09-29 15:08:00 +02:00
CBuildingHandler.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CBuildingHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CConfigHandler.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CConfigHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CConsoleHandler.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CConsoleHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CCreatureHandler.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CCreatureHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CCreatureSet.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CCreatureSet.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CGameInfoCallback.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CGameInfoCallback.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CGameInterface.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CGameInterface.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CGameState.cpp Campaigns: fix crash on CMap::instanceNames serialization 2017-07-14 15:37:40 +03:00
CGameState.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CGameStateFwd.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CGeneralTextHandler.cpp Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
CGeneralTextHandler.h Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
CHeroHandler.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CHeroHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMakeLists.txt Change the output path for cmake so all files go into the same root directory 2017-07-07 13:08:53 +03:00
CModHandler.cpp Add option to toggle monthly artifact change in black market (#341) 2017-07-15 00:46:18 +03:00
CModHandler.h Add option to toggle monthly artifact change in black market (#341) 2017-07-15 00:46:18 +03:00
CondSh.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
ConstTransitivePtr.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CPathfinder.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CPathfinder.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CPlayerState.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CRandomGenerator.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CRandomGenerator.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CScriptingModule.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CSoundBase.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CStack.cpp fixed wrong battle result 2017-07-14 23:43:03 +03:00
CStack.h Added some CHealth tests. 2017-07-09 22:15:06 +03:00
CStopWatch.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CThreadHelper.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CThreadHelper.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CTownHandler.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CTownHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
FunctionList.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
GameConstants.cpp Client: implement spectator mode via command-line options 2017-06-06 07:30:16 +03:00
GameConstants.h Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
HeroBonus.cpp Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
HeroBonus.h Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
IBonusTypeHandler.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
IGameCallback.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
IGameCallback.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
IGameEventsReceiver.h CStack refactoring 2017-07-01 19:17:08 +03:00
IHandlerBase.cpp Advance map header serialization 2016-02-21 21:21:22 +03:00
IHandlerBase.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
int3.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
Interprocess.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
JsonDetail.cpp Code cleanup: remove double and unneded semicolons 2017-07-12 22:01:10 +03:00
JsonDetail.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
JsonNode.cpp * WIP on event condition format 2017-05-27 00:23:19 +03:00
JsonNode.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
LogicalExpression.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
LogicalExpression.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
NetPacks.h Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
NetPacksBase.h Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
NetPacksLib.cpp Merge pull request #323 from vcmi/CStackTweaks 2017-07-15 00:42:08 +03:00
ResourceSet.cpp * WIP on event condition format 2017-05-27 00:23:19 +03:00
ResourceSet.h * WIP on event condition format 2017-05-27 00:23:19 +03:00
ScopeGuard.h - Improved json validation. Now it support most of features from latest json schema draft 2013-04-02 17:06:43 +00:00
StartInfo.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
StdInc.cpp Rename radious -> radius 2016-01-31 18:01:58 +03:00
StdInc.h Moved boost:format log proxy to CLoggerBase 2016-08-13 16:57:18 +03:00
StringConstants.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
UnlockGuard.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
vcmi_endian.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
VCMI_lib.cbp Fix more includes and move SideInBattle / SiegeInfo into battle 2017-06-29 02:02:05 +03:00
VCMI_Lib.cpp Code cleanup: remove double and unneded semicolons 2017-07-12 22:01:10 +03:00
VCMI_Lib.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
VCMI_lib.vcxproj Fix more includes and move SideInBattle / SiegeInfo into battle 2017-06-29 02:02:05 +03:00
VCMI_lib.vcxproj.filters Visual Studio files tweaks 2017-07-13 13:18:40 +02:00
VCMIDirs.cpp Android support (#299) 2017-05-25 20:57:20 +03:00
VCMIDirs.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00