Mercurial > fife-parpg
annotate README @ 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 | 2a1e47d3dab2 |
children |
rev | line source |
---|---|
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
1 |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
2 __/\\\\\\\\\\\\\\\___/\\\\\\\\\\\___/\\\\\\\\\\\\\\\___/\\\\\\\\\\\\\\\_ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
3 _\/\\\///////////___\/////\\\///___\/\\\///////////___\/\\\///////////__ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
4 _\/\\\__________________\/\\\______\/\\\______________\/\\\_____________ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
5 _\/\\\\\\\\\\\__________\/\\\______\/\\\\\\\\\\\______\/\\\\\\\\\\\_____ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
6 _\/\\\///////___________\/\\\______\/\\\///////_______\/\\\///////______ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
7 _\/\\\__________________\/\\\______\/\\\______________\/\\\_____________ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
8 _\/\\\__________________\/\\\______\/\\\______________\/\\\_____________ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
9 _\/\\\_______________/\\\\\\\\\\\__\/\\\______________\/\\\\\\\\\\\\\\\_ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
10 _\///_______________\///////////___\///_______________\///////////////__ |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
11 |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
12 == Introduction == |
685
2a1e47d3dab2
Patch by barra:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
683
diff
changeset
|
13 Welcome to the FIFE v0.3.2r2 README. This snapshot is based on SVN revision 3525. |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
14 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
15 == Table of contents == |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
16 1 Features |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
17 2 License |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
18 3 FIFE Clients |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
19 4 Known Issues |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
20 5 Feedback |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
21 6 Closing Notes |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
22 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
23 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
24 == 1) Features == |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
25 A complete list of the features that FIFE offers can be found at the project wiki: |
683
4fe9747d5f88
Patch by barra:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
670
diff
changeset
|
26 * http://wiki.fifengine.net/Features |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
27 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
28 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
29 == 2) License == |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
30 The source code (*.cpp, *.h & *.py) is licensed under LGPL 2.1 or newer: |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
31 * http://www.gnu.org/licenses/lgpl-2.1.html |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
32 |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
33 Content was taken from a lot a lot of different 3rd party sources. Therefore each |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
34 client directory comes with a separate LICENSE file that states the origin of the |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
35 content, the author and the actual license it was published under. |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
36 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
37 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
38 == 3) FIFE Clients == |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
39 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
40 === 3.1) Editor === |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
41 The editor tool can be found within the <FIFE>/tools/editor directory. You can |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
42 launch it by running 'run.py'. It is used to edit map files for the tech demo |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
43 (rio do hola). Other clients extend it and use it to edit their maps. |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
44 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
45 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
46 === 3.2) Rio De Hola === |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
47 Rio de hola is a technology demo showing off many of the FIFE features. It is |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
48 located in the <FIFE>/demos/rio_de_hola directory and can be launched by running |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
49 run.py. It was at one time meant to be an example game but we have moved away |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
50 from that idea and it is now more of a technology demo and a playground for |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
51 developers to test their code. It does serve as a good starting point for people |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
52 wishing to play around with FIFE or base your game off of. |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
53 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
54 |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
55 === 3.3) Shooter Demo === |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
56 The Shooter demo was an attempt to show the versatility and flexibility of FIFE. |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
57 It is a simple side scrolling shooter that has a main menu, one level and an |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
58 end boss. Try your luck and see if you can defeat the boss! |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
59 |
660
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
60 |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
61 === 3.4) PyChan Example === |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
62 Last but not least there is an example client residing in <FIFE>\demos\pychan_demo |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
63 that shows how the pychan GUI library works. Start the GUI demo application by |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
64 running pychan_test.py. |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
65 |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
66 |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
67 === 3.5) Configuring the Clients === |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
68 The engine utilizes special settings files for configuring FIFE. This file is called |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
69 settings.py and resides in the same directory as the <FIFE>/clients/<CLIENT>/run.py |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
70 scripts. You can customize FIFE by editing this file. |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
71 |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
72 |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
73 == 4) Known issues == |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
74 * Cannot build a usable debug version of _fife_d.pyd with mingw |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
75 * Win32 users tend to suffer from problems with the OpenAL drivers. If you don't |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
76 hear sound while running a FIFE client, run oalinst.exe that ships with the |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
77 Win32 FIFE Development Kit. This is the latest OpenAL driver for Win32. |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
78 * The unittests are broken on Win32 (if used in combination with scons & mingw). |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
79 * Cannot show/hide child widgets in containers (#357) |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
80 * No non-renderable font image when a character is not found (#302) |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
81 * Guichan widgets do not correctly handle meta characters (shift, ctrl, alt, |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
82 etc) (#412) |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
83 * Cameras must be attached to layers and not maps as they should be (#305) |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
84 * Map editor clobbers custom attribues in map file (#379) |
660
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
85 * Must use modified guichan for UTF8 support (#432) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
86 * Button Doesn't react to click when drawn below mouse poiner (#387) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
87 * The spacer concept in pychan does not work as expected (#490) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
88 * No soname for libfife.so (#435) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
89 * Pychan dropdowns refuse to open if there is no space below (#445) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
90 * Slider size is overwritten by label max_size when residing in the same |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
91 (parent) box (#488) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
92 * Map editor clobbers ccustom attributes (#379) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
93 * Editor crashes after docking the object editor and closing map (#450) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
94 * History bugs and (many) other related bugs (#452, #459) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
95 * Cannot default zoom level for a camera (#467) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
96 * Cannot add additional import statements (#468) |
b0733d998d0f
* Updated the REAMDE
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
659
diff
changeset
|
97 * Loaders contain a circular import (#478) |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
98 |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
99 == 5) Feedback == |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
100 We appreciate every kind of feedback concerning the release, the project in general |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
101 and the bundled techdemo. Feedback is a great way to help us to improve FIFE. If you |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
102 would like to get in contact with us and provide feedback you can either visit our |
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
103 IRC channel or our forums: |
683
4fe9747d5f88
Patch by barra:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
670
diff
changeset
|
104 * http://wiki.fifengine.net/IRC |
4fe9747d5f88
Patch by barra:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
670
diff
changeset
|
105 * http://forums.fifengine.net/index.php?board=5.0 |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
106 |
659
adb4b0e7c08c
* Added a bunch of changes to CHANGES. It should now be up to date
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
443
diff
changeset
|
107 |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
108 == 6) Closing Notes == |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
109 Have fun with the release and let us know what you think about it! |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
110 -- The FIFE team. |
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
111 |
670
0ac1056c8253
* Some updates to CHANGES, INSTALL, and README
prock@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
660
diff
changeset
|
112 http://www.fifengine.net/ |
378
64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
diff
changeset
|
113 |
683
4fe9747d5f88
Patch by barra:
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents:
670
diff
changeset
|
114 2010/12/06 |