log engine/core/video/opengl/glimage.cpp @ 697:ecaa4d98f05f tip

age author description
Fri, 05 Nov 2010 15:21:10 +0000 helios2000 * Merged the light branch back into trunk.
Thu, 21 Oct 2010 18:50:50 +0000 prock * Added the ability to change screen modes on the fly. This works both in OpenGL and SDL modes.
Tue, 05 Oct 2010 15:44:16 +0000 prock * Added drawRectangle() and fillRectangle() functions to the renderers
Mon, 04 Oct 2010 18:15:03 +0000 prock * GLImage now uses the optimal next power of 2 size for both width and height.
Fri, 01 Oct 2010 21:27:37 +0000 prock * This fixes a small bug that causes some primitives to not be rendered by the OpenGL renderbackend
Thu, 30 Sep 2010 21:24:55 +0000 prock * Moved the GLEnable and GLDisable structures from opengl_gui_graphics.cpp to fife_opengl.h as they may prove to be useful elsewhere.
Wed, 08 Sep 2010 13:47:16 +0000 helios2000 * Fixed a bug in glimage.cpp. Now scale_x and scale_y is used.