annotate build/linux/code_blocks/engine_template.xml @ 697:ecaa4d98f05f tip

Abstracted the GUI code and refactored the GUIChan-specific code into its own module. * Most of the GUIChan code has been refactored into its own gui/guichan module. However, references to the GuiFont class still persist in the Engine and GuiManager code and these will need further refactoring. * GuiManager is now an abstract base class which specific implementations (e.g. GUIChan) should subclass. * The GUIChan GUI code is now a concrete implementation of GuiManager, most of which is in the new GuiChanGuiManager class. * The GUI code in the Console class has been refactored out of the Console and into the GUIChan module as its own GuiChanConsoleWidget class. The rest of the Console class related to executing commands was left largely unchanged. * Existing client code may need to downcast the GuiManager pointer received from FIFE::Engine::getGuiManager() to GuiChanGuiManager, since not all functionality is represented in the GuiManager abstract base class. Python client code can use the new GuiChanGuiManager.castTo static method for this purpose.
author M. George Hansen <technopolitica@gmail.com>
date Sat, 18 Jun 2011 00:28:40 -1000
parents b3838661971f
children
rev   line source
47
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
2 <CodeBlocks_project_file>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
3 <FileVersion major="1" minor="6" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
4 <Project>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
5 <Option title="_fife.pyd" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
6 <Option pch_mode="0" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
7 <Option compiler="gcc" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
8 <Build>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
9 <Target title="default">
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
10 <Option output="../../../engine/swigwrappers/python/_fife.so" prefix_auto="0" extension_auto="0" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
11 <Option type="3" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
12 <Option compiler="gcc" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
13 <Option createDefFile="1" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
14 <Compiler>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
15 <Add option="-DHAVE_OPENGL" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
16 <Add option="-DHAVE_ZIP" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
17 <Add directory="../../../engine" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
18 <Add directory="../../../engine/core" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
19 </Compiler>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
20 <Linker>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
21 <Add option="-L/usr/lib" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
22 <Add library="guichan_opengl" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
23 <Add library="guichan_sdl" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
24 <Add library="guichan" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
25 <Add library="vorbis" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
26 <Add library="ogg" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
27 <Add library="vorbisfile" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
28 <Add library="SDL_image" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
29 <Add library="SDL" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
30 <Add library="openal" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
31 <Add library="SDL_ttf" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
32 <Add library="boost_filesystem" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
33 <Add library="boost_regex" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
34 <Add library="png" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
35 <Add library="GL" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
36 <Add library="GLU" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
37 <Add library="python2.5" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
38 <Add directory="../../../ext/install/lib" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
39 </Linker>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
40 </Target>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
41 </Build>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
42 <VirtualTargets>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
43 <Add alias="All" targets="default;" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
44 </VirtualTargets>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
45 <Compiler>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
46 <Add option="-Wall" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
47 <Add option="-O3" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
48 <Add option="-fPIC" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
49 <Add option="-D_GNU_SOURCE=1" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
50 <Add option="-D_REENTRANT" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
51 <Add option="-DHAVE_OPENGL" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
52 <Add directory="/usr/include/python2.5" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
53 <Add directory="/usr/include/SDL" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
54 <Add directory="/usr/include/vorbis" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
55 <Add directory="../../../ext/install/include" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
56 </Compiler>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
57 <Linker>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
58 <Add option="-Wl,-rpath,../ext/install/lib,-rpath,ext/install/lib" />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
59 </Linker>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
60 __FILE_INSERTION_POINT__
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
61 <Extensions>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
62 <code_completion />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
63 <envvars />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
64 <debugger />
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
65 </Extensions>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
66 </Project>
b3838661971f * Applying code::blocks for linux support patch by amo-ej1
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff changeset
67 </CodeBlocks_project_file>