log engine/core/video/opengl/renderbackendopengl.cpp @ 417:14e8087cde2c

age author description
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
Tue, 15 Jul 2008 15:34:47 +0000 spq fix initialization of opengl, SDL_GL_DOUBLEBUFFER was accidently used as flag for SDL_SetVideoMode, instead it has to be used with SDL_GL_SetAttribute, thanks to austin_, who reported that.