Made code -Wshadow clean, missed a bunch of issues in the last commit
[supertux.git] / src / object / moving_sprite.cpp
2014-08-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-17 Ingo RuhnkeRemoved some superfluous Vector() calls, source object...
2014-08-16 Ingo RuhnkeMerge branch 'feature/surface-scaling'
2014-08-16 Ingo RuhnkeFixed code that broke due to changes to Rectf and Sizef
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-14 Ingo RuhnkeAdded SpritePtr
2009-12-06 Ingo RuhnkeRenamed Rect to Rectf
2009-11-25 Mathnerd314* Make it compile again
2009-11-18 Ingo RuhnkeReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2008-06-12 Ryan FlegelGetting rid of nasty tabs
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2006-12-28 Christoph SommerMerged back changes from 0.3.x branch
2006-08-02 Matthias BraunReverted bigger parts of tuxdev patch:
2006-07-23 Christoph SommerTentative checkin of tuxdev's "Object improvement patch...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-05 Christoph SommerShrunk cherry bomb a little, fixed bounding boxes. /
2006-05-12 Christoph SommerSeems like I forgot an include
2006-05-12 Christoph SommerExperiments with a new abstract base class for Moving...