supertux.git
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 RuhnkeRemoved Unicode byte-order mark, which confuses the...
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 RuhnkeTODO updates
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 Goyaminor tweaks for the extra warnings so the giant list...
2009-12-07 Tim Goyamake SDL texture optimization less aggressive and gener...
2009-12-07 Ingo RuhnkeAdded some notes about supported resolutions
2009-12-07 Ingo RuhnkeTODO updates
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 RuhnkeAdded basic integer rectangle class
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-12-06 Mathnerd314Use data instead of throwaway_data for slope and short...
2009-12-06 Ingo RuhnkeRemoved friendship between TileSetParser and Tile,...
2009-12-06 Ingo RuhnkeMoved parsing of "tiles" section into separate function
2009-12-06 Ingo RuhnkeSmall const cleanup
2009-12-06 Ingo RuhnkeRemoved tile_path from tileset, instead give fully...
2009-12-06 Ingo RuhnkeRemoved unused code
2009-12-06 Ingo RuhnkeMoved Tile parsing code into TileSetParser
2009-12-06 Ingo RuhnkeStarted moving TileSet parsing code into separate class
2009-12-06 Ingo RuhnkeGot rid of some friend'ship, reducing some access of...
2009-12-05 Ingo RuhnkeRemoved some unused code
2009-12-01 Ingo RuhnkeTODO updates
2009-12-01 Ingo RuhnkeFixed off-by-one
2009-12-01 Ingo RuhnkeUpdated background images for proper alignment usage
2009-12-01 Ingo RuhnkeTODO updates
2009-12-01 Ingo RuhnkeFixed draw range in Background
2009-12-01 Ingo RuhnkeMake use of alignment for resolution independent parall...
2009-12-01 Ingo RuhnkeImplemented background alignment for resolution indepen...
2009-12-01 Ingo RuhnkeUse float instead of int
2009-11-30 Ingo RuhnkeBackground drawing now starts at the center of the...
2009-11-29 Ingo RuhnkeFixe for g++-4.1
2009-11-29 Ingo RuhnkeFixes for g++-4.2
2009-11-29 Ingo RuhnkeMinor cleanup
2009-11-28 Ingo RuhnkeAdded support for scrolling backgrounds
2009-11-28 Ingo RuhnkeIf speed-y isn't given, use speed
2009-11-28 Ingo RuhnkeAdded more backgrounds
2009-11-28 Ingo RuhnkeAdded backgrounds
2009-11-28 Ingo RuhnkeReplaced tiles and enlarged level
2009-11-28 Ingo RuhnkeReimplemented switch from/to fullscreen
2009-11-28 Ingo RuhnkeTODO updates
2009-11-28 Ingo RuhnkeExperimenting with new background
2009-11-28 Ingo RuhnkeTODO updates
2009-11-27 Ingo RuhnkeEnlarged the level to 40 tiles height
2009-11-27 Ingo RuhnkeChanged ObjectFactory code so that it works properly...
2009-11-27 Mathnerd314update supertux-coop.diff
2009-11-27 Tim GoyaTweak CMakeLists and physfs initialization a bit to...
2009-11-26 Mathnerd314Update tinygettext + CMakeLists.txt to use command...
2009-11-26 Tim GoyaMake INSTALL_SUBDIR_* an option
2009-11-26 Ingo RuhnkeRenamed main() to run
2009-11-26 Mathnerd314* Fix main.cpp again
2009-11-25 Ingo RuhnkeMiniswig build stuff
2009-11-25 Ingo RuhnkeSDL_main() is not supposed to be written by us, see:
2009-11-25 Mathnerd314* Make it compile again
2009-11-23 Ingo RuhnkeCreated trunk/supertux-editor/TODO
2009-11-22 Tim GoyaLouder versions of airship remix and battle theme,...
2009-11-22 Ingo RuhnkeUse StringUtil::numeric_less to sort list of resolutions
2009-11-22 Ingo RuhnkeAdded numeric string compare
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-21 Ingo Ruhnke-Weffc++ cleanup for miniswig
2009-11-21 Ingo RuhnkeAdded some build rules for miniswig and the wrapper...
2009-11-21 Ingo RuhnkeRenamed namespaces to all lowercase
2009-11-21 Ingo RuhnkeMoved Direction related code to worldmap/direction.cpp
2009-11-20 Ingo RuhnkeUse GLEW to check for OpenGL extensions
2009-11-20 Ingo Ruhnketinygettext revision increment
2009-11-20 Ingo RuhnkeSmall TODO, CODINGSTYLE update
2009-11-20 Ingo RuhnkeUse some more auto_ptr<>
2009-11-20 Ingo RuhnkeRewrote Size/Sizef classes
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-20 Ingo RuhnkeMinor cleanup
2009-11-20 Ingo RuhnkeMade some stuff private
2009-11-20 Ingo RuhnkeSplit particlesystem_interactive.?pp into separate...
2009-11-20 Ingo RuhnkeRemoved "const char*" versions of tinygettext for now...
2009-11-19 Ingo RuhnkeAdded StringUtil class, some small cleanup in World
2009-11-19 Ingo RuhnkeMoved more menu related code into the Menu classes
2009-11-19 Ingo RuhnkeFixed some include path
2009-11-19 Ingo RuhnkeFixed some include path
2009-11-19 Ingo RuhnkeSwitched from #include "" to #include <> for external...
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Ingo RuhnkeMove some more globals to supertux/globals.hpp
2009-11-19 Tim GoyaLithuanian translation minor fix
2009-11-19 Tim Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
next