Make it compile with 4.6.1.
[supertux.git] / src / math /
2010-03-11 florianfRename "AATriangle::DEFORM[1234]" to more meaningfull...
2010-03-01 grumbelAdded constructor te Rectf() that takes a Sizef
2010-02-28 florianfRectf: Implement distance().
2010-02-21 mathnerd314* Split systemRandom into graphicsRandom (particles...
2010-01-30 florianfCleanups related to tilemap positions:
2010-01-30 florianfsrc/math/aatriangle.cpp: Added forgotten new file.
2010-01-30 florianfBug 100: Flip slopes properly.
2009-12-29 mathnerd314* Revert breaking changes from last revision
2009-12-28 mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-06 grumbelFixed Rect a bit and started to use Rect in Surface...
2009-12-06 grumbelAdded basic integer rectangle class
2009-12-06 grumbelRenamed Rect to Rectf
2009-12-01 grumbelUse float instead of int
2009-11-20 grumbelRewrote Size/Sizef classes
2009-11-20 grumbelAdded Size class
2009-11-18 grumbelReplaced <c*> headers with <*.h>
2009-11-17 grumbelFinished -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup, almost done
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.