Mercurial > fife-parpg
comparison CHANGES @ 433:c75f9834f9d0
Updating the change log.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Thu, 25 Feb 2010 17:13:10 +0000 |
parents | 81641655bc38 |
children | ef7d4aa4100a |
comparison
equal
deleted
inserted
replaced
432:4f2752d45458 | 433:c75f9834f9d0 |
---|---|
1 == 0.3.1 (March, 2010) == | 1 == 0.3.1 (March, 2010) == |
2 | 2 |
3 === Engine === | 3 === Engine === |
4 * Updated a lot of the python source files to have the correct headers | 4 * Updated a lot of the python source files to have the correct headers |
5 * Fixed SWIG wrappers that didn't handle simple output parameters (#340) | 5 * Fixed SWIG wrappers that didn't handle simple output parameters (#340) |
6 | 6 * Added color key support for both OpenGL and SDL renderer (#451, #146) |
7 * Changed the EventManager to use deque rather than vectors for storing listeners (#454) | |
8 * Added the ability to prepend event listeners to the front of the listener list (#454) | |
9 * Updated instance rotation values to be valid in all cases (#361) | |
10 * Fixed an instance where pychan widgets get filled with unknown characters (#383) | |
11 * VFS no longer crashes when entering a restricted path (#413) | |
12 * Filename case is no longer transformed to be lower case (#418) | |
13 * OpenGL renderer now clears the backbuffer correctly (#392) | |
14 * Added the ability to render Vertexes (#455) | |
15 * Camera names no longer clash when loading multiple maps (#342) | |
16 * All layers are no longer activated when calling Camera::resetRenderers() (#457) | |
17 * Word wrapping in a pychan label now works as expected (#408) | |
18 * SWIG wrappers now handle all simple output parameters (#340) | |
19 * Added ActionVisual::getActionImageAngles() | |
20 * Added Cursor::getX() and Cursor::getY() | |
21 | |
22 === Build System === | |
23 * FIFE now builds as expected on win32 using the FIFE dev kit. | |
24 * Win32 batch scripts no longer overwrite users PATH variable (#429) | |
25 * Requied DLLs are now installed as required on win32 (#430) | |
26 * CXXFLAGS should now be honored | |
27 * Fixed a problem with the dependency checks when using pkg-config on linux | |
28 * Added OpenBSD support | |
29 | |
30 === Editor === | |
31 * Can now re-load a map (#381) | |
32 * Opening more than one map open and then closing them no longer causes a crash (#441) | |
33 * Undo/Redo works properly if you select different layers (#443) | |
34 * Docked widgets no longer shrink when you click inside them (#444) | |
35 * Object editor can now skip to first and last frames of an animation (#448) | |
36 * Object editor sends some messages for the user to the editor status bar | |
37 * Cleaned up object editor by adding preMapClosed and preMapShown events | |
38 * Object editor now uses getActionImageAngles() to fetch animation angles | |
39 * Object editor animation views should now work with all clients | |
40 * Added undo/redo support for the moving of instances | |
41 | |
42 === Extensions === | |
43 * File Browser now refreshes correctly (#391) | |
44 | |
45 === Docs === | |
46 * Fixed the Linux:Scons tutorial (#422) | |
47 | |
48 === Pychan === | |
49 * Fixed a couple python import lines (#440) | |
50 * Added Widget.requestFocus() | |
7 | 51 |
8 == 0.3.0 (January 20th, 2010) == | 52 == 0.3.0 (January 20th, 2010) == |
9 | 53 |
10 === Engine === | 54 === Engine === |
11 * Moved to Python 2.6 (#345) | 55 * Moved to Python 2.6 (#345) |