2012-09-15 21:44:55 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="BattleAI" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
2015-08-19 23:38:02 +02:00
|
|
|
<Target title="Debug-win32">
|
2014-05-25 00:00:15 +03:00
|
|
|
<Option platforms="Windows;" />
|
2013-01-08 12:41:28 +03:00
|
|
|
<Option output="../BattleAI" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
2015-08-19 23:38:02 +02:00
|
|
|
<Option object_output="obj/Debug/x86/" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
</Compiler>
|
2015-08-19 23:38:02 +02:00
|
|
|
<Linker>
|
2019-02-10 07:23:16 +02:00
|
|
|
<Add option="-lboost_thread$(#boost.libsuffix32)" />
|
|
|
|
<Add option="-lboost_system$(#boost.libsuffix32)" />
|
|
|
|
<Add option="-lVCMI_lib" />
|
2015-08-19 23:38:02 +02:00
|
|
|
<Add directory="$(#boost.lib32)" />
|
|
|
|
</Linker>
|
2012-09-15 21:44:55 +03:00
|
|
|
</Target>
|
2015-08-19 23:38:02 +02:00
|
|
|
<Target title="Release-win32">
|
2014-05-25 00:00:15 +03:00
|
|
|
<Option platforms="Windows;" />
|
2013-01-08 12:41:28 +03:00
|
|
|
<Option output="../BattleAI" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
2015-08-19 23:38:02 +02:00
|
|
|
<Option object_output="obj/Release/x86/" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O2" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
2019-02-10 07:23:16 +02:00
|
|
|
<Add option="-lboost_thread$(#boost.libsuffix32)" />
|
|
|
|
<Add option="-lboost_system$(#boost.libsuffix32)" />
|
|
|
|
<Add option="-lVCMI_lib" />
|
2015-08-19 23:38:02 +02:00
|
|
|
<Add directory="$(#boost.lib32)" />
|
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
<Target title="Debug-win64">
|
|
|
|
<Option platforms="Windows;" />
|
|
|
|
<Option output="../BattleAI" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Debug/x64/" />
|
|
|
|
<Option type="3" />
|
|
|
|
<Option compiler="gnu_gcc_compiler_x64" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2019-02-10 07:23:16 +02:00
|
|
|
<Add option="-lboost_thread$(#boost.libsuffix64)" />
|
|
|
|
<Add option="-lboost_system$(#boost.libsuffix64)" />
|
|
|
|
<Add option="-lVCMI_lib" />
|
2015-08-19 23:38:02 +02:00
|
|
|
<Add directory="$(#boost.lib64)" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-pedantic" />
|
|
|
|
<Add option="-Wextra" />
|
|
|
|
<Add option="-Wall" />
|
2016-01-18 18:49:07 +02:00
|
|
|
<Add option="-std=gnu++11" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Add option="-fexceptions" />
|
|
|
|
<Add option="-Wpointer-arith" />
|
|
|
|
<Add option="-Wno-switch" />
|
|
|
|
<Add option="-Wno-sign-compare" />
|
|
|
|
<Add option="-Wno-unused-parameter" />
|
|
|
|
<Add option="-Wno-overloaded-virtual" />
|
2019-05-30 19:55:40 +02:00
|
|
|
<Add option="-DBOOST_ALL_DYN_LINK" />
|
2016-11-28 20:00:56 +02:00
|
|
|
<Add option="-DBOOST_SYSTEM_NO_DEPRECATED" />
|
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="-D_WIN32_WINNT=0x0600" />
|
2016-11-28 20:00:56 +02:00
|
|
|
<Add option="-D_WIN32" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Add directory="$(#boost.include)" />
|
2012-12-06 15:16:26 +03:00
|
|
|
<Add directory="../../include" />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2013-01-08 12:41:28 +03:00
|
|
|
<Add directory="../.." />
|
2012-09-15 21:44:55 +03:00
|
|
|
</Linker>
|
2016-11-01 20:53:46 +02:00
|
|
|
<Unit filename="AttackPossibility.cpp" />
|
|
|
|
<Unit filename="AttackPossibility.h" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Unit filename="BattleAI.cpp" />
|
|
|
|
<Unit filename="BattleAI.h" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="CMakeLists.txt" />
|
2016-11-01 20:53:46 +02:00
|
|
|
<Unit filename="EnemyInfo.cpp" />
|
|
|
|
<Unit filename="EnemyInfo.h" />
|
2017-07-20 06:08:49 +02:00
|
|
|
<Unit filename="PossibleSpellcast.cpp" />
|
|
|
|
<Unit filename="PossibleSpellcast.h" />
|
2016-11-01 20:53:46 +02:00
|
|
|
<Unit filename="PotentialTargets.cpp" />
|
|
|
|
<Unit filename="PotentialTargets.h" />
|
|
|
|
<Unit filename="StackWithBonuses.cpp" />
|
|
|
|
<Unit filename="StackWithBonuses.h" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Unit filename="StdInc.h">
|
2016-08-18 12:40:35 +02:00
|
|
|
<Option compile="1" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Option weight="0" />
|
|
|
|
</Unit>
|
2016-11-01 20:53:46 +02:00
|
|
|
<Unit filename="ThreatMap.cpp" />
|
|
|
|
<Unit filename="ThreatMap.h" />
|
|
|
|
<Unit filename="common.cpp" />
|
|
|
|
<Unit filename="common.h" />
|
2012-09-15 21:44:55 +03:00
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|