log engine/python/fife/extensions/serializers/xmlmap.py @ 697:ecaa4d98f05f tip

age author description
Mon, 06 Dec 2010 19:25:27 +0000 helios2000 * Merged the 0.3.3dev branche changes to the trunk.
Mon, 08 Nov 2010 18:21:05 +0000 helios2000 * Removed the instance id unique check from the loader.
Fri, 05 Nov 2010 15:21:10 +0000 helios2000 * Merged the light branch back into trunk.
Sun, 08 Aug 2010 15:56:19 +0000 chewie - added debug flag to loaders to enable/disable annoying print spam on maploading
Fri, 11 Jun 2010 21:29:58 +0000 helios2000 *Removed the ExactModellCoordinate object from the camera constructor.
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]
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.