log tools/editor/scripts/editor.py @ 595:ea80b41c9bd7

age author description
2010-08-03 helios2000 * Improved the floatingtextrenderer. You can now set a background speech quad.
2010-07-31 helios2000 * Added the colorbuffer patch with a small change due to SDL. Performance boost between 20-30% under OpenGL.
2010-06-28 prock Updated the basicapplication extension to initialize pychan and modal execution. Also fixed the demos and editor to reflect this change.
2010-06-24 prock Fixed the built in pychan dialogs as they didin't work at all. Updated the editor to support modal execution and now use the pychan dialog message boxes for displaying some error messages.
2010-05-18 prock Updated the ApplicationBase settings to use the new and improved fife_setting extension. I was able to remove all the setting related functions from the demos and editor so that the ApplicationBase now takes care of all the FIFE related settings.
2010-05-14 prock Combined the settings extension with the editor settings module. It is now a little more robust. Note that the settings file format has changed.
2010-03-02 prock The demos and editor now look for a local copy of FIFE before trying to import the installed version of FIFE. This is to ease development and not force developers to install FIFE every time they make changes to core and/or the extensions. fixes[t:453]
2010-02-12 vtchill Moved the management of cameras into the Map class. The View class no longer exists since it now serves no purpose. The engine class itself holds the renderers and these get passed to each map that is loaded and then passed to each camera on each map. This change makes it possible for multiple maps to be loaded at the same time with the same camera id without a name clash. fixes[t:342]
2010-01-29 cheesesucker * Fixed a bug where the editor would not activate the new mapview after closing a map
2010-01-28 cheesesucker * Fixed a crash when opening two maps and closing them
2010-01-11 vtchill bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.