Mercurial > fife-parpg
log tools/editor/scripts/mapview.py @ 451:f463ab431cc0
age | author | description |
---|---|---|
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] |
Fri, 29 Jan 2010 11:04:06 +0000 | cheesesucker | Use list() instead of slice. Python did not like to use the slice on an empty C++ vector. |
Fri, 29 Jan 2010 10:55:21 +0000 | cheesesucker | * Fixed a bug where the editor would not activate the new mapview after closing a map |