Mercurial > fife-parpg
changeset 442:631a793fa978
Updating the change log in preparation for the 0.3.1 release.
Updated rio to display 0.3.1 as version number.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 19 Mar 2010 16:03:55 +0000 |
parents | ed01a5c9c7e0 |
children | ff36b24354c7 |
files | CHANGES demos/rio_de_hola/gui/rootpanel.xml |
diffstat | 2 files changed, 13 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Sat Mar 13 12:05:17 2010 +0000 +++ b/CHANGES Fri Mar 19 16:03:55 2010 +0000 @@ -35,8 +35,8 @@ * Added Cursor::getX() and Cursor::getY() === Build System === - * FIFE now builds as expected on win32 using the FIFE dev kit. - * Win32 batch scripts no longer overwrite users PATH variable (#429) + * FIFE now builds as expected on win32 using the FIFE dev kit + * Win32 batch scripts no longer overwrite the users PATH variable (#429) * Requied DLLs are now installed as required on win32 (#430) * CXXFLAGS should now be honored * Fixed a problem with the dependency checks when using pkg-config on linux @@ -53,6 +53,8 @@ * Cleaned up object editor by adding preMapClosed and preMapShown events * Object editor now uses getActionImageAngles() to fetch animation angles * Object editor animation views should now work with all clients + * Object offsets can now be saved to the object.xml file + * Object offsets can now be manipulated by using the mousewheel * Added undo/redo support for the moving of instances === Extensions === @@ -64,6 +66,14 @@ === Pychan === * Fixed a couple python import lines (#440) * Added Widget.requestFocus() + +=== Rio De Hola === + * Fixed the path to the AUTHORS file so the credits are displayed correctly + +=== Misc === + * Added color tester to pychan demo + * Demos now look for a local copy of FIFE before importing the installed version of FIFE +
--- a/demos/rio_de_hola/gui/rootpanel.xml Sat Mar 13 12:05:17 2010 +0000 +++ b/demos/rio_de_hola/gui/rootpanel.xml Fri Mar 19 16:03:55 2010 +0000 @@ -1,5 +1,5 @@ <HBox opaque='1'> - <Label name="Title" text="Rio de hola - FIFE 0.3.0"/> + <Label name="Title" text="Rio de hola - FIFE 0.3.1"/> <Button name="quitButton" text="Quit"/> <Button name="aboutButton" text="About"/> <Button name="optionsButton" text="Options"/>