Added empty SurfaceData class so we don't have to pass around void* pointers and...
[supertux.git] / src / video / gl /
2009-12-06 Ingo RuhnkeAdded empty SurfaceData class so we don't have to pass...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-28 Ingo RuhnkeReimplemented switch from/to fullscreen
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-20 Ingo RuhnkeUse GLEW to check for OpenGL extensions
2009-11-20 Ingo RuhnkeOnly use power-of-two texture on OpenGL-ES, as newer...
2009-11-20 Ingo RuhnkeAdded Size class
2009-11-20 Ingo RuhnkeFixed screenshots of windows that have a sizes not...
2009-11-20 Ingo RuhnkeMoved obstackpp.hpp to util/
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-18 Ingo RuhnkeReplaced <c*> headers with <*.h>
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...