Mercurial > fife-parpg
graph
- Added fast path for Widget.findChild(name=name). Roughly 10x faster.2009-08-24, by phoku
- PyChan: adaptLayout performance fix.2009-08-24, by phoku
- Fixed docstring for Model::deleteMaps() (Really fixes #343)2009-08-21, by cheesesucker
- Replaced dataset with Model in documentation for Object. Closes #3432009-08-21, by cheesesucker
- * ObjectSelector will now select and scroll to selected object automatically2009-08-21, by cheesesucker
- * Split EventListener into several internal subclasses. This fixes issue with multiple inheritance where each BaseClass.__init__() call would overwrite the previous one. This meant that you could only add EventListener to one type of event managers.2009-08-21, by cheesesucker
- LayerTool:2009-08-18, by cheesesucker
- - small changes to code layout to make it more readable2009-08-17, by chewie
- Fixed a crash when removing the layer which the editor camera uses2009-08-16, by cheesesucker
- Forgot to add layereditor.xml ...2009-08-16, by cheesesucker
- * Improved layertool: Ability to add, remove and edit layers2009-08-16, by cheesesucker
- * Added tooltips and hotkey information for some buttons2009-08-15, by cheesesucker
- Fixes crashes when attempting to draw/move when no layers are active2009-08-15, by cheesesucker
- Disabled recursing for some adaptLayout calls. This will make the editor more responsive2009-08-15, by cheesesucker
- Made panels only try to dock when the window has moved2009-08-14, by cheesesucker
- * Modified status bar to use a simpler and more efficient way of displaying tool tips2009-08-14, by cheesesucker
- clean up the code2009-08-14, by wenlin_fife
- updated2009-08-14, by wenlin_fife
- fixed the test due to removing linearpather2009-08-14, by wenlin_fife
- merged the pathfinding branch to trunk2009-08-14, by wenlin_fife
- * TEST file for svn testing purposes2009-08-12, by mvbarracuda
- - added a workaround for the rotation issue of groundtiles in rio de hola maps2009-08-11, by chewie
- - added LightEdit editor plugin (needs light branch to work; deactivated if lighting renderer is not available)2009-08-11, by chewie
- - added new method to object class: getActionIds()2009-08-08, by chewie
- * Mac build script patch by Prock2009-08-07, by fife
- - fixed silly bug in object serializer; missing int cast broke setBlocking / setStatic functionality2009-07-20, by chewie
- - eliminated magic number2009-07-11, by chewie
- * Small fix to make scons work in a fakeroot environment on ArchLinux. If this causes breakage please contact me.2009-07-10, by nihathrael
- * Updated LICENSE file for upcoming packaging efforts2009-07-09, by mvbarracuda
- * Reverting revisions 2937 - 2947; these have been pathfinding related changes that partially broke some FIFE-based 3rd party games2009-07-06, by mvbarracuda
- Changed the location where rio_de_hola client puts the savefile.xml by using the getUserDataDirectory utility function to fix the permission denied error seen by LinuxDonald.2009-07-06, by vtchill
- *hope i fixed script-without-shebang part 3 the last one2009-07-05, by LinuxDonald
- *hope i fixed script-without-shebang part 22009-07-05, by LinuxDonald
- *hope i fixed script-without-shebang2009-07-05, by LinuxDonald
- Removed the deletion of the search space from the the RoutePatherSearch class. This will fix the path finding so it now will calculate paths correctly. It should not be deleting the search space because it does not own it, it is only using it for calculations. Need to investigate further as to why the memory consumption continually increases when running UH. Also removed the need to store a local pointer in RoutePatherSearch to the singleton instance of a Heuristic, this will eliminate the possibly of having a dangling pointer or deleting something that it shouldn't.2009-07-03, by vtchill
- removed the deleted of the heuristic in the RoutePatherSearch class. Don't want to delete the heuristic since it is holding a pointer to a singleton object. If this is ever not holding a pointer returned by a singleton then it will leak since it is not being deleted.2009-07-02, by vtchill
- Added destructor to the routepathersearch class.2009-06-30, by wenlin_fife
- combine routepathersearch and search class to clean up the code.2009-06-26, by wenlin_fife
- delete linearpather folder2009-06-24, by wenlin_fife
- remove linear pather2009-06-24, by wenlin_fife
- remove the reference of the LinearPather2009-06-24, by wenlin_fife
- 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