2014-04-02 07:39:15 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Test" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Option compiler="gnu_gcc_compiler_x64" />
|
2014-04-02 07:39:15 +03:00
|
|
|
<Build>
|
2015-08-19 23:38:02 +02:00
|
|
|
<Target title="Debug-win32">
|
2014-05-25 00:00:15 +03:00
|
|
|
<Option platforms="Windows;" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Option output="../VCMI_Test" prefix_auto="1" extension_auto="1" />
|
2015-07-27 07:33:47 +02:00
|
|
|
<Option working_dir="../." />
|
2016-08-18 12:40:35 +02:00
|
|
|
<Option object_output="obj/Debug/x86/" />
|
2014-04-02 07:39:15 +03:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Option parameters="--gtest_filter=*TM_T*" />
|
2014-04-02 07:39:15 +03:00
|
|
|
<Compiler>
|
2015-08-19 23:38:02 +02:00
|
|
|
<Add option="-Og" />
|
2014-04-02 07:39:15 +03:00
|
|
|
<Add option="-g" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Add directory="mock/" />
|
2014-04-02 07:39:15 +03:00
|
|
|
</Compiler>
|
2015-08-19 23:38:02 +02:00
|
|
|
<Linker>
|
2019-02-10 07:23:16 +02:00
|
|
|
<Add option="-lboost_filesystem$(#boost.libsuffix32)" />
|
|
|
|
<Add option="-lboost_system$(#boost.libsuffix32)" />
|
|
|
|
<Add option="-lboost_thread$(#boost.libsuffix32)" />
|
2015-08-19 23:38:02 +02:00
|
|
|
<Add directory="$(#boost.lib32)" />
|
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
<Target title="Debug-win64">
|
|
|
|
<Option platforms="Windows;" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Option output="../VCMI_Test" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option working_dir="../." />
|
2015-08-19 23:38:02 +02:00
|
|
|
<Option object_output="obj/Debug/x64/" />
|
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gnu_gcc_compiler_x64" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Og" />
|
|
|
|
<Add option="-g" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Add directory="mock/" />
|
2015-08-19 23:38:02 +02:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2019-02-10 07:23:16 +02:00
|
|
|
<Add option="-lboost_filesystem$(#boost.libsuffix64)" />
|
|
|
|
<Add option="-lboost_system$(#boost.libsuffix64)" />
|
|
|
|
<Add option="-lboost_thread$(#boost.libsuffix64)" />
|
2015-08-19 23:38:02 +02:00
|
|
|
<Add directory="$(#boost.lib64)" />
|
|
|
|
</Linker>
|
2014-04-02 07:39:15 +03:00
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Add option="-Wextra" />
|
2014-04-02 07:39:15 +03:00
|
|
|
<Add option="-Wall" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Add option="-std=gnu++11" />
|
2014-04-02 07:39:15 +03:00
|
|
|
<Add option="-fexceptions" />
|
2014-04-07 09:06:03 +03:00
|
|
|
<Add option="-Wpointer-arith" />
|
|
|
|
<Add option="-Wno-switch" />
|
|
|
|
<Add option="-Wno-sign-compare" />
|
|
|
|
<Add option="-Wno-unused-parameter" />
|
|
|
|
<Add option="-Wno-overloaded-virtual" />
|
|
|
|
<Add option="-Wno-unused-local-typedefs" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Add option="-Wno-noexcept-type" />
|
|
|
|
<Add option="-D_WIN32_WINNT=0x0600" />
|
2016-11-28 20:00:56 +02:00
|
|
|
<Add option="-D_WIN32" />
|
2019-05-30 19:55:40 +02:00
|
|
|
<Add option="-DBOOST_ALL_DYN_LINK" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Add option="-DBOOST_ALL_NO_LIB" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Add option="-DBOOST_SYSTEM_NO_DEPRECATED" />
|
|
|
|
<Add option="-DVCMI_NO_EXTRA_VERSION" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Add option="-DVCMI_DUMP_TEST_SCRIPTS" />
|
2015-08-11 20:20:13 +02:00
|
|
|
<Add directory="$(#zlib.include)" />
|
2014-04-07 09:06:03 +03:00
|
|
|
<Add directory="$(#boost.include)" />
|
2017-07-19 07:16:36 +02:00
|
|
|
<Add directory="googletest/googlemock/include" />
|
|
|
|
<Add directory="googletest/googletest/include" />
|
2016-08-12 10:35:47 +02:00
|
|
|
<Add directory="../include" />
|
2018-12-30 23:03:31 +02:00
|
|
|
<Add directory="../AI/FuzzyLite/fuzzylite" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Add directory="googletest/googlemock" />
|
|
|
|
<Add directory="googletest/googletest" />
|
2014-04-02 07:39:15 +03:00
|
|
|
</Compiler>
|
2014-04-07 09:06:03 +03:00
|
|
|
<Linker>
|
|
|
|
<Add option="-lVCMI_lib" />
|
2018-07-29 21:07:40 +02:00
|
|
|
<Add library="../AI/VCAI.dll" />
|
2014-04-07 09:06:03 +03:00
|
|
|
<Add directory="../" />
|
|
|
|
</Linker>
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="CMakeLists.txt" />
|
2015-08-13 23:16:31 +02:00
|
|
|
<Unit filename="CMemoryBufferTest.cpp" />
|
2014-04-07 09:06:03 +03:00
|
|
|
<Unit filename="CVcmiTestConfig.cpp" />
|
|
|
|
<Unit filename="CVcmiTestConfig.h" />
|
2018-03-05 20:26:00 +02:00
|
|
|
<Unit filename="JsonComparer.cpp" />
|
|
|
|
<Unit filename="JsonComparer.h" />
|
2014-04-07 09:06:03 +03:00
|
|
|
<Unit filename="StdInc.cpp">
|
2017-07-20 06:08:49 +02:00
|
|
|
<Option compile="0" />
|
|
|
|
<Option link="0" />
|
2014-04-07 09:06:03 +03:00
|
|
|
<Option weight="0" />
|
|
|
|
</Unit>
|
2016-08-18 12:40:35 +02:00
|
|
|
<Unit filename="StdInc.h">
|
2016-11-28 18:34:20 +02:00
|
|
|
<Option weight="0" />
|
2016-08-18 12:40:35 +02:00
|
|
|
</Unit>
|
2017-07-19 07:16:36 +02:00
|
|
|
<Unit filename="battle/BattleHexTest.cpp" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="battle/CBattleInfoCallbackTest.cpp" />
|
2017-07-12 14:43:03 +02:00
|
|
|
<Unit filename="battle/CHealthTest.cpp" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="battle/CUnitStateMagicTest.cpp" />
|
|
|
|
<Unit filename="battle/CUnitStateTest.cpp" />
|
|
|
|
<Unit filename="battle/battle_UnitTest.cpp" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="entity/CArtifactTest.cpp" />
|
|
|
|
<Unit filename="entity/CCreatureTest.cpp" />
|
|
|
|
<Unit filename="entity/CFactionTest.cpp" />
|
|
|
|
<Unit filename="entity/CHeroClassTest.cpp" />
|
|
|
|
<Unit filename="entity/CHeroTest.cpp" />
|
|
|
|
<Unit filename="entity/CSkillTest.cpp" />
|
|
|
|
<Unit filename="erm/ERMPersistenceTest.cpp" />
|
|
|
|
<Unit filename="erm/ERM_BM.cpp" />
|
|
|
|
<Unit filename="erm/ERM_BU.cpp" />
|
|
|
|
<Unit filename="erm/ERM_FU.cpp" />
|
|
|
|
<Unit filename="erm/ERM_GM_T.cpp" />
|
|
|
|
<Unit filename="erm/ERM_MA.cpp" />
|
|
|
|
<Unit filename="erm/ERM_MC.cpp" />
|
|
|
|
<Unit filename="erm/ERM_MF.cpp" />
|
|
|
|
<Unit filename="erm/ERM_OB_T.cpp" />
|
|
|
|
<Unit filename="erm/ERM_TM_T.cpp" />
|
|
|
|
<Unit filename="erm/ERM_UN.cpp" />
|
|
|
|
<Unit filename="erm/ERM_VR.cpp" />
|
|
|
|
<Unit filename="erm/ExamplesTest.cpp" />
|
2021-04-10 00:48:09 +02:00
|
|
|
<Unit filename="erm/interpretter/ERM_VR.cpp" />
|
|
|
|
<Unit filename="erm/interpretter/ErmRunner.cpp" />
|
|
|
|
<Unit filename="erm/interpretter/ErmRunner.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="events/ApplyDamageTest.cpp" />
|
|
|
|
<Unit filename="events/EventBusTest.cpp" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="game/CGameStateTest.cpp" />
|
2017-07-19 07:16:36 +02:00
|
|
|
<Unit filename="googletest/googlemock/src/gmock-all.cc" />
|
|
|
|
<Unit filename="googletest/googletest/src/gtest-all.cc" />
|
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
<Unit filename="map/CMapEditManagerTest.cpp" />
|
|
|
|
<Unit filename="map/CMapFormatTest.cpp" />
|
|
|
|
<Unit filename="map/MapComparer.cpp" />
|
|
|
|
<Unit filename="map/MapComparer.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="mock/BattleFake.cpp" />
|
|
|
|
<Unit filename="mock/BattleFake.h" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="mock/mock_BonusBearer.cpp" />
|
|
|
|
<Unit filename="mock/mock_BonusBearer.h" />
|
2018-07-29 21:07:40 +02:00
|
|
|
<Unit filename="mock/mock_CPSICallback.cpp" />
|
|
|
|
<Unit filename="mock/mock_CPSICallback.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="mock/mock_Creature.h" />
|
|
|
|
<Unit filename="mock/mock_CreatureService.h" />
|
|
|
|
<Unit filename="mock/mock_Environment.h" />
|
|
|
|
<Unit filename="mock/mock_IBattleInfoCallback.h" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="mock/mock_IGameCallback.cpp" />
|
|
|
|
<Unit filename="mock/mock_IGameCallback.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="mock/mock_IGameEventCallback.h" />
|
|
|
|
<Unit filename="mock/mock_IGameInfoCallback.h" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="mock/mock_MapService.cpp" />
|
|
|
|
<Unit filename="mock/mock_MapService.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="mock/mock_ServerCallback.h" />
|
|
|
|
<Unit filename="mock/mock_Services.h" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="mock/mock_UnitEnvironment.h" />
|
|
|
|
<Unit filename="mock/mock_UnitInfo.h" />
|
|
|
|
<Unit filename="mock/mock_battle_IBattleState.h" />
|
|
|
|
<Unit filename="mock/mock_battle_Unit.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="mock/mock_events_ApplyDamage.h" />
|
|
|
|
<Unit filename="mock/mock_scripting_Context.h" />
|
|
|
|
<Unit filename="mock/mock_scripting_Pool.h" />
|
|
|
|
<Unit filename="mock/mock_scripting_Script.h" />
|
|
|
|
<Unit filename="mock/mock_scripting_Service.h" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="mock/mock_spells_Mechanics.h" />
|
|
|
|
<Unit filename="mock/mock_spells_Problem.h" />
|
|
|
|
<Unit filename="mock/mock_spells_Spell.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="mock/mock_spells_SpellService.h" />
|
|
|
|
<Unit filename="mock/mock_spells_effects_Registry.h" />
|
|
|
|
<Unit filename="mock/mock_vstd_CLoggerBase.h" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="mock/mock_vstd_RNG.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="netpacks/EntitiesChangedTest.cpp" />
|
|
|
|
<Unit filename="netpacks/NetPackFixture.cpp" />
|
|
|
|
<Unit filename="netpacks/NetPackFixture.h" />
|
2018-03-09 20:11:20 +02:00
|
|
|
<Unit filename="rmg/CRmgTemplateTest.cpp" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="scripting/LuaSandboxTest.cpp" />
|
|
|
|
<Unit filename="scripting/LuaSpellEffectAPITest.cpp" />
|
|
|
|
<Unit filename="scripting/LuaSpellEffectTest.cpp" />
|
|
|
|
<Unit filename="scripting/PoolTest.cpp" />
|
|
|
|
<Unit filename="scripting/ScriptFixture.cpp" />
|
|
|
|
<Unit filename="scripting/ScriptFixture.h" />
|
|
|
|
<Unit filename="serializer/JsonUpdaterTest.cpp" />
|
2018-03-02 12:22:51 +02:00
|
|
|
<Unit filename="spells/AbilityCasterTest.cpp" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="spells/CSpellTest.cpp" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="spells/TargetConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/CatapultTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/CloneTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/DamageTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/DispelTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/EffectFixture.cpp" />
|
|
|
|
<Unit filename="spells/effects/EffectFixture.h" />
|
|
|
|
<Unit filename="spells/effects/HealTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/SacrificeTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/SummonTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/TeleportTest.cpp" />
|
|
|
|
<Unit filename="spells/effects/TimedTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/AbsoluteLevelConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/AbsoluteSpellConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/BonusConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/CreatureConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/ElementalConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/HealthValueConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/ImmunityNegationConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/NormalLevelConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/NormalSpellConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/ReceptiveFeatureConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/SpellEffectConditionTest.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/TargetConditionItemFixture.cpp" />
|
|
|
|
<Unit filename="spells/targetConditions/TargetConditionItemFixture.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Unit filename="testdata/MiniTest/header.json" />
|
|
|
|
<Unit filename="testdata/MiniTest/objects.json" />
|
|
|
|
<Unit filename="testdata/MiniTest/surface_terrain.json" />
|
|
|
|
<Unit filename="testdata/ObjectPropertyTest/header.json" />
|
|
|
|
<Unit filename="testdata/ObjectPropertyTest/objects.ex.json" />
|
|
|
|
<Unit filename="testdata/ObjectPropertyTest/objects.json" />
|
|
|
|
<Unit filename="testdata/ObjectPropertyTest/surface_terrain.json" />
|
|
|
|
<Unit filename="testdata/ObjectPropertyTest/underground_terrain.json" />
|
|
|
|
<Unit filename="testdata/TerrainTest/header.json" />
|
|
|
|
<Unit filename="testdata/TerrainTest/objects.json" />
|
|
|
|
<Unit filename="testdata/TerrainTest/surface_terrain.json" />
|
|
|
|
<Unit filename="testdata/TerrainTest/underground_terrain.json" />
|
|
|
|
<Unit filename="testdata/erm/DO1.json" />
|
|
|
|
<Unit filename="testdata/erm/DO1.verm" />
|
|
|
|
<Unit filename="testdata/erm/list-manipulation.json" />
|
|
|
|
<Unit filename="testdata/erm/list-manipulation.verm" />
|
|
|
|
<Unit filename="testdata/erm/re1.json" />
|
|
|
|
<Unit filename="testdata/erm/re1.verm" />
|
|
|
|
<Unit filename="testdata/erm/std.json" />
|
|
|
|
<Unit filename="testdata/erm/std.verm" />
|
|
|
|
<Unit filename="testdata/erm/testy.json" />
|
|
|
|
<Unit filename="testdata/erm/testy.verm" />
|
|
|
|
<Unit filename="testdata/lua/SandboxTest.lua" />
|
|
|
|
<Unit filename="testdata/lua/SpellEffectAPIMoveUnit.lua" />
|
|
|
|
<Unit filename="testdata/lua/SpellEffectAPITest.lua" />
|
2018-03-09 20:11:20 +02:00
|
|
|
<Unit filename="testdata/rmg/1.json" />
|
2018-07-29 21:07:40 +02:00
|
|
|
<Unit filename="vcai/ResourceManagerTest.h" />
|
|
|
|
<Unit filename="vcai/ResurceManagerTest.cpp" />
|
|
|
|
<Unit filename="vcai/mock_ResourceManager.cpp" />
|
|
|
|
<Unit filename="vcai/mock_ResourceManager.h" />
|
|
|
|
<Unit filename="vcai/mock_VCAI.cpp" />
|
|
|
|
<Unit filename="vcai/mock_VCAI.h" />
|
|
|
|
<Unit filename="vcai/mock_VCAI_CGoal.h" />
|
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.
2018-03-17 16:58:30 +02:00
|
|
|
<Extensions />
|
2014-04-02 07:39:15 +03:00
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|