log engine/core/view/renderers/genericrenderer.cpp @ 591:378b588216d6

age author description
Sun, 08 Aug 2010 11:49:09 +0000 helios2000 * Fixed the location segfault of the genericrenderer. fixes[ticket:446]
Sat, 07 Aug 2010 16:36:35 +0000 helios2000 * Improved the floatingtextrenderer. Now you can set an alpha value for font, background quad and border. Splited quad and border into own commands.
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.
Thu, 29 Apr 2010 13:51:45 +0000 helios2000 * Merged the view performance branch back into trunk. fixes[ticket:419]
Wed, 24 Mar 2010 16:11:30 +0000 helios2000 * Fixed GenericRenderer, now it only render to a specific layer. If the node is only a point then it used the last active layer. fixes #[ticket:458]
Tue, 23 Feb 2010 19:25:59 +0000 prock Added the ability to render a vertex on the screen. The vertex is represented by a small square. fixes[t:455]
Sat, 31 Jan 2009 04:15:43 +0000 spq fixed time handling in fife:
Thu, 24 Jul 2008 13:20:39 +0000 spq use strings as grouping in generic renderer, easier for the clients...
Sun, 13 Jul 2008 11:05:12 +0000 mvbarracuda * Final LGPL switch step by adjusting the file headers
Sat, 12 Jul 2008 11:29:41 +0000 aldart Fixed and's and or's.
Fri, 11 Jul 2008 15:37:16 +0000 spq * remove geometric renderer, its not replaced by the more functional generic renderern
Fri, 11 Jul 2008 14:35:31 +0000 spq add animation renderer
Fri, 11 Jul 2008 13:08:44 +0000 spq fix clone constructor
Fri, 11 Jul 2008 13:00:10 +0000 spq make members private and prefix with m_
Fri, 11 Jul 2008 11:57:48 +0000 spq add image and text renderer to generic renderer
Fri, 11 Jul 2008 11:29:13 +0000 spq fix compile errors in node setters...
Fri, 11 Jul 2008 11:25:11 +0000 spq add setter for nodes
Fri, 11 Jul 2008 11:00:10 +0000 spq fix exceptions and cleanup code
Fri, 11 Jul 2008 10:42:31 +0000 spq add generic renderer