Mercurial > fife-parpg
comparison CHANGES @ 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 | a00cc3039abb |
children | f648bfbae5fe |
comparison
equal
deleted
inserted
replaced
441:ed01a5c9c7e0 | 442:631a793fa978 |
---|---|
33 * SWIG wrappers now handle all simple output parameters (#340) | 33 * SWIG wrappers now handle all simple output parameters (#340) |
34 * Added ActionVisual::getActionImageAngles() | 34 * Added ActionVisual::getActionImageAngles() |
35 * Added Cursor::getX() and Cursor::getY() | 35 * Added Cursor::getX() and Cursor::getY() |
36 | 36 |
37 === Build System === | 37 === Build System === |
38 * FIFE now builds as expected on win32 using the FIFE dev kit. | 38 * FIFE now builds as expected on win32 using the FIFE dev kit |
39 * Win32 batch scripts no longer overwrite users PATH variable (#429) | 39 * Win32 batch scripts no longer overwrite the users PATH variable (#429) |
40 * Requied DLLs are now installed as required on win32 (#430) | 40 * Requied DLLs are now installed as required on win32 (#430) |
41 * CXXFLAGS should now be honored | 41 * CXXFLAGS should now be honored |
42 * Fixed a problem with the dependency checks when using pkg-config on linux | 42 * Fixed a problem with the dependency checks when using pkg-config on linux |
43 * Added OpenBSD support | 43 * Added OpenBSD support |
44 | 44 |
51 * Object editor can now skip to first and last frames of an animation (#448) | 51 * Object editor can now skip to first and last frames of an animation (#448) |
52 * Object editor sends some messages for the user to the editor status bar | 52 * Object editor sends some messages for the user to the editor status bar |
53 * Cleaned up object editor by adding preMapClosed and preMapShown events | 53 * Cleaned up object editor by adding preMapClosed and preMapShown events |
54 * Object editor now uses getActionImageAngles() to fetch animation angles | 54 * Object editor now uses getActionImageAngles() to fetch animation angles |
55 * Object editor animation views should now work with all clients | 55 * Object editor animation views should now work with all clients |
56 * Object offsets can now be saved to the object.xml file | |
57 * Object offsets can now be manipulated by using the mousewheel | |
56 * Added undo/redo support for the moving of instances | 58 * Added undo/redo support for the moving of instances |
57 | 59 |
58 === Extensions === | 60 === Extensions === |
59 * File Browser now refreshes correctly (#391) | 61 * File Browser now refreshes correctly (#391) |
60 | 62 |
62 * Fixed the Linux:Scons tutorial (#422) | 64 * Fixed the Linux:Scons tutorial (#422) |
63 | 65 |
64 === Pychan === | 66 === Pychan === |
65 * Fixed a couple python import lines (#440) | 67 * Fixed a couple python import lines (#440) |
66 * Added Widget.requestFocus() | 68 * Added Widget.requestFocus() |
69 | |
70 === Rio De Hola === | |
71 * Fixed the path to the AUTHORS file so the credits are displayed correctly | |
72 | |
73 === Misc === | |
74 * Added color tester to pychan demo | |
75 * Demos now look for a local copy of FIFE before importing the installed version of FIFE | |
76 | |
67 | 77 |
68 | 78 |
69 | 79 |
70 ================================================================================ | 80 ================================================================================ |
71 == 0.3.0 (January 20th, 2010) == | 81 == 0.3.0 (January 20th, 2010) == |