log engine/core/view/camera.cpp @ 633:46b95d06c8c2

age author description
Wed, 06 Oct 2010 14:09:24 +0000 prock * Renamed RenderBackend::isClearNeeded() to RenderBackend::setClearScreen(). It is no longer pure virtual. Also documented it's functionality.
Fri, 01 Oct 2010 14:09:47 +0000 prock * Removed the image chunking size variable from engine settings.
Mon, 13 Sep 2010 19:00:12 +0000 prock Fixed a few compiler warning messages. Also removed a bunch of extra whitespace.
Sat, 31 Jul 2010 17:46:19 +0000 helios2000 * Added the colorbuffer patch with a small change due to SDL. Performance boost between 20-30% under OpenGL.
Fri, 11 Jun 2010 21:29:58 +0000 helios2000 *Removed the ExactModellCoordinate object from the camera constructor.
Fri, 11 Jun 2010 21:10:40 +0000 helios2000 * Corrected the h,w calculation for zooming in layercache.cpp.
Thu, 29 Apr 2010 13:51:45 +0000 helios2000 * Merged the view performance branch back into trunk. fixes[ticket:419]