Mercurial > fife-parpg
log engine/core/view/camera.cpp @ 605:d242e6ce6f9f
age | author | description |
---|---|---|
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] |
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. |