Mercurial > fife-parpg
log engine/core/video/sdl/renderbackendsdl.cpp @ 583:47b49b9b0c0a
age | author | description |
---|---|---|
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. |
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, 20 Feb 2010 19:11:01 +0000 | vtchill | A client can now specify a global color key to be used with all images. The default color key is (255,0,255) in RGB format. Also the client can enable/disable the color key feature by using the setColorKeyEnabled function in the EngineSettings class. By default the color key feature is disabled. fixes[t:451] |