Various objects: Use "reader_get_layer" to parse the "z-pos" and "layer" options.
[supertux.git] / src / object / background.cpp
2010-02-11 florianfVarious objects: Use "reader_get_layer" to parse the...
2010-02-11 florianfBug 527: Limit tilemap and background layers to (LAYER_...
2009-12-28 mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-13 grumbelMore use of SurfacePtr
2009-12-01 grumbelFixed off-by-one
2009-12-01 grumbelFixed draw range in Background
2009-12-01 grumbelImplemented background alignment for resolution indepen...
2009-11-30 grumbelBackground drawing now starts at the center of the...
2009-11-28 grumbelAdded support for scrolling backgrounds
2009-11-28 grumbelIf speed-y isn't given, use speed
2009-11-27 grumbelChanged ObjectFactory code so that it works properly...
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-18 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.