Removed trailing whitespace from all *.?pp files
[supertux.git] / src / object / background.cpp
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2010-03-01 Ingo RuhnkeImplemented proper clipping
2010-02-11 Florian ForsterVarious objects: Use "reader_get_layer" to parse the...
2010-02-11 Florian ForsterBug 527: Limit tilemap and background layers to (LAYER_...
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-13 Ingo RuhnkeMore use of SurfacePtr
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-11-30 Ingo RuhnkeBackground drawing now starts at the center of the...
2009-11-28 Ingo RuhnkeAdded support for scrolling backgrounds
2009-11-28 Ingo RuhnkeIf speed-y isn't given, use speed
2009-11-27 Ingo RuhnkeChanged ObjectFactory code so that it works properly...
2009-11-21 Ingo RuhnkeReplaced .reset(new Surface()) with a factory method
2009-11-18 Ingo RuhnkeAdded supertux/globals.?pp to collect all the random...
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-05-03 Mathnerd314* Use overloading in Lisp and Writer
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-12 Matthias Braunfade out console
2006-03-31 Matthias Braunsplit Background into Background and Gradient object
2006-03-31 Matthias Braunfix memory leak in background object
2006-03-30 Christoph SommerBackground can now render three images: Top, Center...
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-22 Matthias Braunmusic and image paths in levels are now absolute (from...
2005-10-29 Ondřej Hošek* Fixed gradient background bug
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-05-10 Matthias Braunchanged worldmap format a bit to be more consistent...
2005-05-04 Matthias Braun- More work on scripting interface
2005-04-04 Ingo Ruhnke- added geometry option which allows SuperTux to run...
2005-04-03 Matthias Braunmake gradient parsing a bit more robust
2004-12-20 Matthias Braunimplemented a new object factory mechanism which is...
2004-11-28 Matthias Braunmove over rewritten lispreader from tuxkart (with addit...
2004-11-26 Matthias Braunsome cleanups memory leak fixes and moving of source...