New grow and skid sounds from remaxim
[supertux.git] / src / video / gl_renderer.cpp
2009-11-14 Mathnerd314* Comment out resizable flag because it blue-screens...
2008-11-02 Tim Goyarevert accidentally commited files
2008-11-02 Tim GoyaUpdate INSTALL to tell users to do CMAKE_BUILD_TYPE...
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-07-27 Matthias BraunSDL_GL_SWAP_CONTROL depends on SDL version
2008-07-25 Ingo RuhnkeImplemented rounded rects with GL_TRIANGLE_STRIP
2008-07-25 Marek Moeckelsome GP2X-related workarounds
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-06-01 Ondřej HošekFixed usage of glEnable/glDisable where glEnableClientS...
2008-05-25 Ingo RuhnkeFixed flicker issue due to dual buffering
2008-05-23 Ingo RuhnkeSome more aspect ratio stuff
2008-05-23 Ingo RuhnkeSome more aspect ratio stuff
2008-05-21 Ingo RuhnkeAnother debug cout disabled
2008-05-21 Ingo RuhnkeDisabled another debugging cout
2008-05-21 Ingo RuhnkeProperly init the screen on startup with the stored...
2008-05-21 Ingo RuhnkeMade screen-fill vs black-border an option
2008-05-18 Matthias BraunOpenGL ES uses glOrthof
2008-05-18 Matthias Brauna few more opengles changes
2008-05-18 Matthias Braunreplace some of the glBegin,glEnd calls with glDrawArrays
2008-05-15 Ingo RuhnkeDo not change video mode when changing fullscreen-res...
2008-05-15 Ingo RuhnkeSwitched magnification to percentage, added black-borde...
2008-05-15 Ingo RuhnkeSome more messing around with aspect-ratio, window...
2008-05-14 Ingo RuhnkePatched some aspect ratio back in (PS: screwed up code...
2008-05-14 Ingo RuhnkeAdded experimental and unfinished window resize more...
2008-05-05 Ingo RuhnkeLet shrink view zoom in on Tux not the level spot
2008-05-05 Ingo RuhnkeReplaced rectangular shrinkfade with a circular one
2008-03-14 Ingo Ruhnke- changed blitting code to not do sin/cos math when...
2008-02-25 Ingo Ruhnke- added support for rounded rectangles for use in the...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-08-25 Tim GoyaRemove draw_text from renderer.hpp and lightmap.hpp...
2007-08-22 Tim GoyaImproved SDL_Surface optimizer to handle images that...
2007-08-18 Tim GoyaPrecalculated renderer specific surface data, better...
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...