Mercurial > fife-parpg
log engine/core/model/model.h @ 501:6614a5446352
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] |
Wed, 03 Feb 2010 01:50:37 +0000 | vtchill | quick fix for missing standard includes. |
Fri, 21 Aug 2009 23:54:39 +0000 | cheesesucker | Fixed docstring for Model::deleteMaps() (Really fixes #343) |