Replaced .reset(new Surface()) with a factory method
[supertux.git] / src / video /
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-20 grumbelUse GLEW to check for OpenGL extensions
2009-11-20 grumbelOnly use power-of-two texture on OpenGL-ES, as newer...
2009-11-20 grumbelAdded Size class
2009-11-20 grumbelMoved UTF8Iterator to its own file
2009-11-20 grumbelFixed screenshots of windows that have a sizes not...
2009-11-20 grumbelMoved obstackpp.hpp to util/
2009-11-19 grumbelSwitched from #include "" to #include <> for external...
2009-11-19 tuxdevplay with CMakeLists.txt compile flags, change from...
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-18 grumbelReplaced <c*> headers with <*.h>
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 mathnerd314* Comment out resizable flag because it blue-screens...
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.