Mercurial > fife-parpg
changeset 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 | e3140f01749d |
files | README demos/rio_de_hola/gui/rootpanel.xml demos/rio_de_hola/misc/infotext.txt setup.py |
diffstat | 4 files changed, 20 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/README Tue Nov 02 18:51:10 2010 +0000 +++ b/README Wed Nov 03 13:44:12 2010 +0000 @@ -57,6 +57,7 @@ It is a simple side scrolling shooter that has a main menu, one level and an end boss. Try your luck and see if you can defeat the boss! + === 3.4) PyChan Example === Last but not least there is an example client residing in <FIFE>\demos\pychan_demo that shows how the pychan GUI library works. Start the GUI demo application by @@ -81,8 +82,19 @@ etc) (#412) * Cameras must be attached to layers and not maps as they should be (#305) * Map editor clobbers custom attribues in map file (#379) - * Darwin users will not have UTF8 support if they install guichan from MacPorts. - + * Must use modified guichan for UTF8 support (#432) + * Button Doesn't react to click when drawn below mouse poiner (#387) + * The spacer concept in pychan does not work as expected (#490) + * No soname for libfife.so (#435) + * Pychan dropdowns refuse to open if there is no space below (#445) + * Slider size is overwritten by label max_size when residing in the same + (parent) box (#488) + * Map editor clobbers ccustom attributes (#379) + * Editor crashes after docking the object editor and closing map (#450) + * History bugs and (many) other related bugs (#452, #459) + * Cannot default zoom level for a camera (#467) + * Cannot add additional import statements (#468) + * Loaders contain a circular import (#478) == 5) Feedback == We appreciate every kind of feedback concerning the release, the project in general
--- a/demos/rio_de_hola/gui/rootpanel.xml Tue Nov 02 18:51:10 2010 +0000 +++ b/demos/rio_de_hola/gui/rootpanel.xml Wed Nov 03 13:44:12 2010 +0000 @@ -1,5 +1,5 @@ <HBox opaque='1'> - <Label name="Title" text="Rio de hola - FIFE 0.3.1"/> + <Label name="Title" text="Rio de hola - FIFE 0.3.2"/> <Button name="quitButton" text="Quit"/> <Button name="aboutButton" text="About"/> <Button name="optionsButton" text="Options"/>
--- a/demos/rio_de_hola/misc/infotext.txt Tue Nov 02 18:51:10 2010 +0000 +++ b/demos/rio_de_hola/misc/infotext.txt Wed Nov 03 13:44:12 2010 +0000 @@ -1,4 +1,4 @@ -Welcome to the FIFE Rio de hola game, release 0.3.1 +Welcome to the FIFE Rio de hola game, release 0.3.2 Keybindings: -------------- @@ -15,4 +15,4 @@ Have fun, The FIFE team -http://www.fifengine.de +http://www.fifengine.net
--- a/setup.py Tue Nov 02 18:51:10 2010 +0000 +++ b/setup.py Wed Nov 03 13:44:12 2010 +0000 @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # #################################################################### -# Copyright (C) 2005-2009 by the FIFE team -# http://www.fifengine.de +# Copyright (C) 2005-2010 by the FIFE team +# http://www.fifengine.net # This file is part of FIFE. # # FIFE is free software; you can redistribute it and/or @@ -33,7 +33,7 @@ setup(name='fife', - version='0.3.1', + version='0.3.2', description='Flexible Isometric Free Engine', url='www.fifengine.net', packages = ['fife', 'fife.extensions', 'fife.extensions.pychan', 'fife.extensions.pychan.widgets', 'fife.extensions.pychan.widgets.ext', 'fife.extensions.serializers' ],