graph
- change the Linear Pather in the tests to the RoutePather2009-06-24, by wenlin_fife
- * Create an autorelease pool, so autoreleased SDL objects don't leak (Mac OS X specific issue)2009-06-21, by mvbarracuda
- * Adding missing comma to fix Mac OS X build script2009-06-21, by mvbarracuda
- * Replaced preprocessor variable __linux__ with __unix__2009-06-19, by cheesesucker
- Reverted changes from 2924 as it broke compatibility with python 2.52009-06-19, by cheesesucker
- Screenshot function for editor2009-06-17, by cheesesucker
- * Buttons and functions for importing objects in the editor2009-06-17, by cheesesucker
- * Updated the information text file with some more detailed info about the patch and why it can't be applied to trunk at the moment2009-06-16, by mvbarracuda
- *sorry for spaming2009-06-16, by LinuxDonald
- *my last final fife commint :)2009-06-16, by LinuxDonald
- *renamed the patch file2009-06-16, by LinuxDonald
- *revert part2 of fixing warnings because it donĀ“t work with windows fife sdk2009-06-16, by LinuxDonald
- *fixed scons warnings part22009-06-16, by LinuxDonald
- *fixed scons warnings part12009-06-16, by LinuxDonald
- Fixed a small bug in getUserDataDirectory2009-06-16, by cheesesucker
- * Added function to fife_utils: getUserDataDirectory. Returns the proper path to save setting and data files depending on OS.2009-06-16, by cheesesucker
- * Reverted the latest pathfinding module changes as they broke building trunk2009-06-16, by mvbarracuda
- Save editor settings to proper directory (~/.fife on linux, %APPDATA%\fife on Win32)2009-06-16, by cheesesucker
- remove entire linearpather2009-06-15, by wenlin_fife
- remove linearpather class2009-06-15, by wenlin_fife
- * Mac OS X build script fixes; wiki article is planned to be updated according to it2009-06-14, by mvbarracuda
- * Removed ObjectLoader as it was both unused and unusable (Closes #353)2009-06-13, by cheesesucker
- Fixed undo/redo for remove- and placeInstance2009-06-13, by cheesesucker
- * _ListItem in HistoryManager will now return a string object in __str__2009-06-13, by cheesesucker
- * Fixed a bug where resizing a listbox with non-ascii characters would give errors2009-06-13, by cheesesucker
- Fixed a bug in the OpenGl renderer where the last chunk of images would not be displayed when image_height % chunk_size was 0.2009-06-11, by cheesesucker
- Fix for buildscripts, so linux mint will detect Xcursor. Thanks to chewie for patch2009-06-09, by cheesesucker
- A workaround for a bug in SDL which makes the cursor jump when SDL_ShowCursor() is called. This patch does not completely fix the problem, but at least makes the editor usable in fullscreen mode.2009-06-09, by cheesesucker
- * Really fixed proper support for non-ascii filenames for FileBrowser2009-06-08, by cheesesucker
- * Mirrored selection tool icon (looks better this way)2009-06-08, by mvbarracuda
- Proper decoding of file names for filebrowser2009-06-08, by cheesesucker
- * Cursor will now respect image shift values when drawing the cursor2009-06-08, by cheesesucker
- * Fixed HistoryManager to work with linear undo2009-06-08, by cheesesucker
- Merged editor_rewrite branch to trunk.2009-06-08, by cheesesucker
- * Fixed a small unicode bug for the dropdown menu2009-06-03, by nihathrael
- * Added patch by MadMonk that exposes the guichan focus functions to pychan2009-05-08, by nihathrael
- Added christoph's patch to add support for newer boost versions2009-04-29, by nihathrael
- Documentation cross reference fixes.2009-03-27, by phoku
- Extension widgets 'namespace' created.2009-03-26, by phoku
- Further split up the containers.py; bugfix.2009-03-26, by phoku
- widgets.py split up.2009-03-26, by phoku
- More documentation.2009-03-25, by phoku
- Documentation for the World2009-03-25, by phoku
- Fixed second camera in rio.2009-03-25, by phoku
- 'Fixed' segfault in rio de hola. Font system in FIFE is odd.2009-03-25, by phoku
- Switched to FreeSans for rio de hola.2009-03-25, by phoku
- Switched default font in the editor to FreeSans.2009-03-25, by phoku
- Made add/removeChildren also accept a single iterable as2009-03-25, by phoku
- Removed unused TimerListener.2009-03-24, by phoku
- Removed some weird stubs.2009-03-24, by phoku
- Removed HelpText from C++.2009-03-24, by phoku
- Fix error when no object namespaces were loaded2009-03-24, by cheesesucker
- Added removeAllChildren method. (untested)2009-03-24, by phoku
- Added the 'position_techinque' attr, so it can be used from XML.2009-03-24, by phoku
- Workaround for a crash on Win32 when trying to print an event.2009-03-23, by cheesesucker
- - small fix for the TextField widget - it's setText() method lacked utf8 conversion via _text2gui()2009-03-23, by chewie
- Memory leak fix for pychan2009-03-23, by cheesesucker
- Case-insensitive multi-word search2009-03-21, by cheesesucker
- Incremental search for object selector2009-03-21, by cheesesucker
- * Search functionality for object selector2009-03-21, by cheesesucker