Use boost::shared_ptr<Surface> instead of std::auto_ptr<Surface>
[supertux.git] / src / video / surface.cpp
2009-12-13 grumbelUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-06 grumbelUse a new Texture for each Surface, this should fix...
2009-12-06 grumbelAdded empty SurfaceData class so we don't have to pass...
2009-12-06 grumbelTurned functions in video_systems.?pp into class VideoS...
2009-12-06 grumbelFixed Rect a bit and started to use Rect in Surface...
2009-12-05 grumbelRemoved some unused code
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...