Mercurial > fife-parpg
comparison CHANGES @ 396:81641655bc38
Adding the correct header in a lot of files. Also made a small change to the CHANGES file by adding the 0.3.1 section.
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 27 Jan 2010 15:58:49 +0000 |
parents | fa77b6927d3d |
children | c75f9834f9d0 |
comparison
equal
deleted
inserted
replaced
395:70697641fca3 | 396:81641655bc38 |
---|---|
1 == 0.3.1 (March, 2010) == | |
2 | |
3 === Engine === | |
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) | |
6 | |
7 | |
1 == 0.3.0 (January 20th, 2010) == | 8 == 0.3.0 (January 20th, 2010) == |
2 | 9 |
3 === Engine === | 10 === Engine === |
4 * Moved to Python 2.6 (#345) | 11 * Moved to Python 2.6 (#345) |
5 * Upgraded guichan in ext to 0.8.2 (#420) | 12 * Upgraded guichan in ext to 0.8.2 (#420) |
54 * Ability to select cells and perform actions on them (move, delete, fill, ...) | 61 * Ability to select cells and perform actions on them (move, delete, fill, ...) |
55 * New type of scrolling: Press middle mouse button and move the mouse | 62 * New type of scrolling: Press middle mouse button and move the mouse |
56 * New icons based on Bluesphere | 63 * New icons based on Bluesphere |
57 * Made the editor save its settings to the proper OS folder. | 64 * Made the editor save its settings to the proper OS folder. |
58 * Fixed editor bug where the map didn't render after saving (#333) | 65 * Fixed editor bug where the map didn't render after saving (#333) |
66 * Editor can now re-open a map (#381) | |
67 * Fixed a problem navigating directory structure with the filebrowser (#377) | |
68 * Filebrowser now refreshes when expected (#391) | |
59 * Fixed a lot of bugs, and made a lot of new ones ;-) | 69 * Fixed a lot of bugs, and made a lot of new ones ;-) |
60 | 70 |
61 === PyChan === | 71 === PyChan === |
62 * New greedy layout engine: Widgets is now able to expand in addition to shrinking | 72 * New greedy layout engine: Widgets is now able to expand in addition to shrinking |
63 * New events: mouseWheelMovedUp and mouseWheelMovedDown | 73 * New events: mouseWheelMovedUp and mouseWheelMovedDown |