Changeset 3489
- Timestamp:
- 11/03/10 13:44:12 (3 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
README (modified) (2 diffs)
-
demos/rio_de_hola/gui/rootpanel.xml (modified) (1 diff)
-
demos/rio_de_hola/misc/infotext.txt (modified) (2 diffs)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r3488 r3489 58 58 end boss. Try your luck and see if you can defeat the boss! 59 59 60 60 61 === 3.4) PyChan Example === 61 62 Last but not least there is an example client residing in <FIFE>\demos\pychan_demo … … 82 83 * Cameras must be attached to layers and not maps as they should be (#305) 83 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 85 * Must use modified guichan for UTF8 support (#432) 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 99 == 5) Feedback == -
trunk/demos/rio_de_hola/gui/rootpanel.xml
r3240 r3489 1 1 <HBox opaque='1'> 2 <Label name="Title" text="Rio de hola - FIFE 0.3. 1"/>2 <Label name="Title" text="Rio de hola - FIFE 0.3.2"/> 3 3 <Button name="quitButton" text="Quit"/> 4 4 <Button name="aboutButton" text="About"/> -
trunk/demos/rio_de_hola/misc/infotext.txt
r3236 r3489 1 Welcome to the FIFE Rio de hola game, release 0.3. 11 Welcome to the FIFE Rio de hola game, release 0.3.2 2 2 3 3 Keybindings: … … 16 16 The FIFE team 17 17 18 http://www.fifengine. de18 http://www.fifengine.net -
trunk/setup.py
r3310 r3489 3 3 4 4 # #################################################################### 5 # Copyright (C) 2005-20 09by the FIFE team6 # http://www.fifengine. de5 # Copyright (C) 2005-2010 by the FIFE team 6 # http://www.fifengine.net 7 7 # This file is part of FIFE. 8 8 # … … 34 34 35 35 setup(name='fife', 36 version='0.3. 1',36 version='0.3.2', 37 37 description='Flexible Isometric Free Engine', 38 38 url='www.fifengine.net',
Note: See TracChangeset
for help on using the changeset viewer.
