1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib
AlexVinS ecaa9f5d0b Entities redesign and a few ERM features
* Made most Handlers derived from CHandlerBase and moved service API there.
* Declared existing Entity APIs.
* Added basic script context caching
* Started Lua script module
* Started Lua spell effect API
* Started script state persistence
* Started battle info callback binding
* CommitPackage removed
* Extracted spells::Caster to own header; Expanded Spell API.
* implemented !!MC:S, !!FU:E, !!FU:P, !!MA, !!VR:H, !!VR:C
* !!BU:C, !!BU:E, !!BU:G, !!BU:M implemented
* Allow use of "MC:S@varName@" to declare normal variable (technically v-variable with string key)
* Re-enabled VERM macros.
* !?GM0 added
* !?TM implemented
* Added !!MF:N
* Started !?OB, !!BM, !!HE, !!OW, !!UN
* Added basic support of w-variables
* Added support for ERM indirect variables
* Made !?FU regular trigger
* !!re (ERA loop receiver) implemented
* Fixed ERM receivers with zero args.
2021-02-14 19:05:43 +03:00
..
abilities Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
battle Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
events Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
filesystem Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
logging More formatting 2020-05-17 11:21:49 +03:00
mapObjects Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
mapping Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
minizip Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
registerTypes Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
rmg Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
serializer Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
spells Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
vstd Entities redesign and a few ERM features 2021-02-14 19:05:43 +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 apply review comments for CAndroidVMHelper 2018-05-26 14:50:49 +03:00
CAndroidVMHelper.h apply review comments for CAndroidVMHelper 2018-05-26 14:50:49 +03:00
CArtHandler.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CArtHandler.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CBonusTypeHandler.cpp Finished conversion to new logging API 2017-08-11 23:06:27 +03:00
CBonusTypeHandler.h Tweaked CBonusTypeHandler 2017-08-09 12:18:49 +03:00
CBuildingHandler.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07: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 Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CConfigHandler.h Revert only launcher saving to settings.json from PR441 2018-07-16 22:05:42 +02:00
CConsoleHandler.cpp fixes 2017-08-12 14:36:37 +03:00
CConsoleHandler.h Code style: remove senseless comments 2017-07-18 00:04:00 +03:00
CCreatureHandler.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CCreatureHandler.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CCreatureSet.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CCreatureSet.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CGameInfoCallback.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CGameInfoCallback.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CGameInterface.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CGameInterface.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CGameState.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CGameState.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CGameStateFwd.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CGeneralTextHandler.cpp Catch exceptions by const-ref, not by value 2018-10-29 16:41:54 +01:00
CGeneralTextHandler.h Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CHeroHandler.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CHeroHandler.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CMakeLists.txt Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CModHandler.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CModHandler.h Mod system improvement Part I : Fix content losing after deserialization 2020-10-10 00:31:23 +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 Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CPathfinder.h Feature: Lodestar Grail should work. 2020-12-10 04:05:37 +03:00
CPlayerState.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CPlayerState.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CRandomGenerator.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CRandomGenerator.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
CScriptingModule.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CScriptingModule.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CSkillHandler.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CSkillHandler.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CSoundBase.h Implement configurable object sounds: ambient, visit and removal 2018-01-02 09:49:03 +01:00
CStack.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CStack.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +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 Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CThreadHelper.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CTownHandler.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
CTownHandler.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +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 Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
GameConstants.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
HeroBonus.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
HeroBonus.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
IBonusTypeHandler.h Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
IGameCallback.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
IGameCallback.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
IGameEventsReceiver.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
IHandlerBase.cpp Advance map header serialization 2016-02-21 21:21:22 +03:00
IHandlerBase.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
int3.h Warnings fixes (#538) 2019-01-19 13:52:02 +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 Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
JsonDetail.h print json in compact format 2018-02-18 19:27:24 +13:00
JsonNode.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
JsonNode.h Feature: Mods system improvement, Part III. Bunusing buildings customization. 2021-01-14 01:02:13 +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 Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
NetPacksBase.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
NetPacksLib.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
NetPacksLobby.h Full rework of pre-game interface and networking 2018-04-04 14:24:26 +07:00
PathfinderUtil.h VCAI performance improvements 2019-01-17 10:50:56 +03:00
ResourceSet.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
ResourceSet.h I have no idea what I'm doing 2018-07-26 12:14:29 +02:00
ScopeGuard.h
ScriptHandler.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
ScriptHandler.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
StartInfo.cpp Full rework of pre-game interface and networking 2018-04-04 14:24:26 +07:00
StartInfo.h Fixed lots of warnings. 2020-10-04 02:20:18 -07: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 Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
VCMI_Lib.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
VCMI_Lib.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
VCMI_lib.vcxproj Update VS files to 2019, partially fix test project 2019-06-09 17:28:55 +02:00
VCMI_lib.vcxproj.filters Update visual studio project files 2018-08-22 17:31:48 +03:00
VCMIDirs.cpp VCMIDirs: improvements for development on Mac and Linux 2017-08-25 08:43:27 +03:00
VCMIDirs.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00