log engine/python/fife/extensions/fife_settings.py @ 532:4da56756a617

age author description
Sat, 29 May 2010 17:27:49 +0000 nihathrael Fixed a small bug that didn't allow to use xml files as gui input for the setting extension
Tue, 25 May 2010 15:02:16 +0000 prock Added a loadSettings function. Added the ability to set the valid screen resolutions. Fixed a problem with the settings dialog that kept the settings you selected even though you pressed cancel. When you press the "defaults" button it now applies the defaults and prompts the user to restart the game.
Tue, 25 May 2010 13:21:48 +0000 nihathrael Honour the "settings_gui_xml" paramater in the Settings class
Tue, 18 May 2010 19:37:31 +0000 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.
Fri, 14 May 2010 17:37:42 +0000 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.
Wed, 12 May 2010 22:03:32 +0000 prock Forgot to add fife_settings.py in my last commit. Adding it now.