Use boost::shared_ptr<Surface> instead of std::auto_ptr<Surface>
[supertux.git] / src / object / background.hpp
2009-12-13 grumbelUse boost::shared_ptr<Surface> instead of std::auto_ptr...
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-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.