log demos/rio_de_hola/scripts/world.py @ 583:47b49b9b0c0a

age author description
Sat, 07 Aug 2010 16:36:35 +0000 helios2000 * Improved the floatingtextrenderer. Now you can set an alpha value for font, background quad and border. Splited quad and border into own commands.
Tue, 03 Aug 2010 13:57:12 +0000 helios2000 * Improved the floatingtextrenderer. You can now set a background speech quad.
Mon, 02 Aug 2010 10:26:21 +0000 chewie - small fix due to latest changes on Floatingtextrenderer (renderer has to be enabled)
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 16:09:46 +0000 prock Added the fife_settings.py extension. This provides a small utility class for loading and saving settings along with a dialog box for setting screen resolution and other things.
Fri, 07 May 2010 21:46:25 +0000 prock Adapted rio_do_hola to use the new SoundManager.
Wed, 24 Feb 2010 20:03:52 +0000 prock This changes the behavior of Camera::resetRenderers(). It will no longer activate all layers for every renderer. This is now up to the clients to do.
Fri, 12 Feb 2010 06:34:50 +0000 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]
Wed, 27 Jan 2010 04:36:03 +0000 prock Adding the correct FIFE header to rio_de_hola and pychan_demo files.
Mon, 11 Jan 2010 23:34:52 +0000 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.