Added TexturePtr
[supertux.git] / src / video /
2009-12-14 Ingo RuhnkeAdded TexturePtr
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-14 Ingo RuhnkeAdded Surface::clone() method
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-13 Ingo RuhnkeAdded SurfacePtr
2009-12-13 Mathnerd314change some LAYER_GUI to LAYER_HUD, update tinygettext...
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
2009-12-13 Ingo RuhnkeUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-07 Ingo RuhnkeSwitched from GL_CLAMP to GL_CLAMP_TO_EDGE, fixes some...
2009-12-07 Ingo RuhnkeChanged Font code to use glyph.offset, instead of Rect...
2009-12-07 Ingo RuhnkeAdded reset() and empty constructor to SDLSurfacePtr
2009-12-07 Ingo RuhnkeDisabled debugging output on video mode switch
2009-12-07 Tim Goyamake SDL texture optimization less aggressive and gener...
2009-12-06 Ingo RuhnkeReplaced GL_ARB_texture_non_power_of_two with proper...
2009-12-06 Ingo RuhnkeAdded mipmapping, but disabled it, as it leads to some...
2009-12-06 Ingo RuhnkeCopy the palette of indexed images, fixes issue with...
2009-12-06 Ingo RuhnkeUse a new Texture for each Surface, this should fix...
2009-12-06 Ingo RuhnkeSplitted TextureManager::create_image_texture() into...
2009-12-06 Ingo RuhnkeAdded empty SurfaceData class so we don't have to pass...
2009-12-06 Ingo RuhnkeTurned functions in video_systems.?pp into class VideoS...
2009-12-06 Ingo RuhnkeFixed Rect a bit and started to use Rect in Surface...
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-12-05 Ingo RuhnkeRemoved some unused code
2009-11-28 Ingo RuhnkeReimplemented switch from/to fullscreen
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
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 RuhnkeMoved UTF8Iterator to its own file
2009-11-20 Ingo RuhnkeFixed screenshots of windows that have a sizes not...
2009-11-20 Ingo RuhnkeMoved obstackpp.hpp to util/
2009-11-19 Ingo RuhnkeSwitched from #include "" to #include <> for external...
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
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 RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 Mathnerd314* Comment out resizable flag because it blue-screens...
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2008-11-02 Tim Goyarevert accidentally commited files
2008-11-02 Tim GoyaUpdate INSTALL to tell users to do CMAKE_BUILD_TYPE...
2008-10-18 Wolfgang BeckerG++ 4.3 wants even more includes.
2008-10-06 Mathnerd314Loads more include and header fixes along with eol...
2008-09-18 Mathnerd314- svn:eol-style = native fixes
2008-09-17 Marek Moeckelswitched to the flag used in other places
2008-08-28 Wolfgang BeckerPrevent crash on exit.
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-23 Christoph SommerIf loading dummy texture failed, use an empty one
2008-06-23 Christoph Sommertypo
2008-06-23 Christoph SommerIf loading an image fails, try loading "images/engine...
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2008-06-09 Ryan Flegel#324: Hopefully this fixes the issue with malformed...
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
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 RuhnkeSome harmless space for readability and an assert()
2008-05-21 Ingo RuhnkeMade screen-fill vs black-border an option
2008-05-18 Matthias BraunOpenGL ES uses glOrthof
2008-05-18 Matthias Braunmore opengles changes
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-10 Tim Goyafix lightmap-in-front-of-menu bug
2008-05-06 Ingo RuhnkeDisplay some additional help text on Option Menu entries
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-04-11 Wolfgang Becker* Peek in X and Y direction at the same time.
2008-03-14 Ingo Ruhnke- changed blitting code to not do sin/cos math when...
2008-02-26 Christoph SommerFixed the ever-elusive crash when using lightmaps:...
2008-02-25 Ingo Ruhnke- added support for rounded rectangles for use in the...
2008-02-18 Christoph SommerMerged patch for issue 0000298: supertux fails to compi...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-12-16 Christoph SommerMade compiles on MacOS X a bit smoother, activated...
2007-08-25 Tim GoyaRemove draw_text from renderer.hpp and lightmap.hpp...
2007-08-24 Tim GoyaSDL: don't take note of a color in the optimizer if...
2007-08-24 Tim GoyaSDL: use E(X^2) - E(X)^2 for variance to reduce an...
2007-08-22 Tim GoyaImproved SDL_Surface optimizer to handle images that...
2007-08-21 Stephen Groundwateradded a missing include line.
2007-08-21 Tim GoyaSDL: Remove the alpha channel and approximate with...
2007-08-21 Tim GoyaSDL: use SDL_DisplayFormat instead of SDL_DisplayFormat...
2007-08-20 Tim Goya'auto' option that always picks what it thinks is the...
2007-08-18 Tim GoyaSDL: Implement lightmaps smaller than the screen size...
next