Mercurial > fife-parpg
log engine/core/video/opengl/renderbackendopengl.cpp @ 425:ad7969d9460b
age | author | description |
---|---|---|
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] |
Wed, 03 Feb 2010 20:04:39 +0000 | prock | Fixed the problem where the opengl renderer was leaving traces on the screen after closing maps in the editor. [t:392] |
Tue, 25 Aug 2009 14:45:14 +0000 | phoku | Removed some leftover print statement. |
Wed, 16 Jul 2008 12:37:41 +0000 | spq | allow clients to set a custom window title and icon |