Update Swedish translation.
[supertux.git] / src /
2009-12-30 Ingo RuhnkeAdded cast around GLEW_ARB_texture_non_power_of_two...
2009-12-29 Mathnerd314* Revert breaking changes from last revision
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-25 Mathnerd314Add a constant for how long electrify lasts
2009-12-25 Mathnerd314Thunderstorm sounds (from Auria and Some_Person)
2009-12-24 Mathnerd314Change anim_fps to fps in snail (fixes sprite; frames...
2009-12-24 Mathnerd314- sounds are on both channels
2009-12-23 Mathnerd314svn:eol-style native + comment fixes
2009-12-16 Wolfgang BeckerPlay kill.wav when Tux is killed, hurt.wav when he...
2009-12-14 Ingo RuhnkeAdded TexturePtr
2009-12-14 Ingo RuhnkeAdded FontPtr
2009-12-14 Ingo RuhnkeAdded SpritePtr
2009-12-14 Ingo RuhnkeAdded Surface::clone() method
2009-12-14 Ingo RuhnkeRemoved some unused code
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 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 RuhnkeFixed off-by-one
2009-12-01 Ingo RuhnkeFixed draw range in Background
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 RuhnkeReimplemented switch from/to fullscreen
2009-11-27 Ingo RuhnkeChanged ObjectFactory code so that it works properly...
2009-11-27 Tim GoyaTweak CMakeLists and physfs initialization a bit to...
2009-11-26 Ingo RuhnkeRenamed main() to run
2009-11-26 Mathnerd314* Fix main.cpp again
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-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 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 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 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 Goyaplay with CMakeLists.txt compile flags, change from...
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeRenamed MainLoop to ScreenManager
2009-11-19 Ingo RuhnkeInclude optimizations
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to AddonMenu
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribMenu
2009-11-19 Ingo RuhnkeMove some code from TitleScreen to ContribWorldMenu
2009-11-19 Ingo RuhnkeMove all Menus into separate classes
2009-11-19 Ingo RuhnkeMoved some more menu stuff out of control/joystickkeybo...
2009-11-19 Ingo RuhnkeTurned main.cpp into a class
2009-11-19 Ingo RuhnkeTurned stuff in supertux/resources.cpp into a class...
2009-11-19 Ingo RuhnkeRenamed MenuManager to MenuStorage and MenuManager2...
2009-11-19 Ingo RuhnkeTrying to separate Menu and Menu management stuff
2009-11-19 Ingo RuhnkeAdded MenuManager to keep track of created Menus
2009-11-19 Mathnerd314Forgot to change a line in dispenser.cpp (thanks bug...
2009-11-19 Ingo RuhnkeMoved Menu stuff to its own directory
next