comparison README @ 660:b0733d998d0f

* Updated the REAMDE * Changed any 0.3.1 references to 0.3.2 in preparation for the upcoming release
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Wed, 03 Nov 2010 13:44:12 +0000
parents adb4b0e7c08c
children 0ac1056c8253
comparison
equal deleted inserted replaced
659:adb4b0e7c08c 660:b0733d998d0f
55 === 3.3) Shooter Demo === 55 === 3.3) Shooter Demo ===
56 The Shooter demo was an attempt to show the versatility and flexibility of FIFE. 56 The Shooter demo was an attempt to show the versatility and flexibility of FIFE.
57 It is a simple side scrolling shooter that has a main menu, one level and an 57 It is a simple side scrolling shooter that has a main menu, one level and an
58 end boss. Try your luck and see if you can defeat the boss! 58 end boss. Try your luck and see if you can defeat the boss!
59 59
60
60 === 3.4) PyChan Example === 61 === 3.4) PyChan Example ===
61 Last but not least there is an example client residing in <FIFE>\demos\pychan_demo 62 Last but not least there is an example client residing in <FIFE>\demos\pychan_demo
62 that shows how the pychan GUI library works. Start the GUI demo application by 63 that shows how the pychan GUI library works. Start the GUI demo application by
63 running pychan_test.py. 64 running pychan_test.py.
64 65
79 * No non-renderable font image when a character is not found (#302) 80 * No non-renderable font image when a character is not found (#302)
80 * Guichan widgets do not correctly handle meta characters (shift, ctrl, alt, 81 * Guichan widgets do not correctly handle meta characters (shift, ctrl, alt,
81 etc) (#412) 82 etc) (#412)
82 * Cameras must be attached to layers and not maps as they should be (#305) 83 * Cameras must be attached to layers and not maps as they should be (#305)
83 * Map editor clobbers custom attribues in map file (#379) 84 * Map editor clobbers custom attribues in map file (#379)
84 * Darwin users will not have UTF8 support if they install guichan from MacPorts. 85 * Must use modified guichan for UTF8 support (#432)
85 86 * Button Doesn't react to click when drawn below mouse poiner (#387)
87 * The spacer concept in pychan does not work as expected (#490)
88 * No soname for libfife.so (#435)
89 * Pychan dropdowns refuse to open if there is no space below (#445)
90 * Slider size is overwritten by label max_size when residing in the same
91 (parent) box (#488)
92 * Map editor clobbers ccustom attributes (#379)
93 * Editor crashes after docking the object editor and closing map (#450)
94 * History bugs and (many) other related bugs (#452, #459)
95 * Cannot default zoom level for a camera (#467)
96 * Cannot add additional import statements (#468)
97 * Loaders contain a circular import (#478)
86 98
87 == 5) Feedback == 99 == 5) Feedback ==
88 We appreciate every kind of feedback concerning the release, the project in general 100 We appreciate every kind of feedback concerning the release, the project in general
89 and the bundled techdemo. Feedback is a great way to help us to improve FIFE. If you 101 and the bundled techdemo. Feedback is a great way to help us to improve FIFE. If you
90 would like to get in contact with us and provide feedback you can either visit our 102 would like to get in contact with us and provide feedback you can either visit our