Doors can run scripts now.
[supertux.git] / src / object /
2010-01-17 mathnerd314UnstableTile and WeakBlock are affected by Explosions.
2010-01-13 mmloshFix for bug 544 and it's duplicates.
2010-01-01 mathnerd314Make it build with -DCOMPILE_AMALGATION=ON. Still not...
2009-12-29 mathnerd314* Revert breaking changes from last revision
2009-12-28 mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-25 mathnerd314Add a constant for how long electrify lasts
2009-12-25 mathnerd314Thunderstorm sounds (from Auria and Some_Person)
2009-12-24 mathnerd314- sounds are on both channels
2009-12-16 wolfgangbPlay kill.wav when Tux is killed, hurt.wav when he...
2009-12-14 grumbelAdded FontPtr
2009-12-14 grumbelAdded SpritePtr
2009-12-13 grumbelMore use of SurfacePtr
2009-12-13 grumbelUse boost::shared_ptr<Surface> instead of std::auto_ptr...
2009-12-06 grumbelRenamed Rect to Rectf
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-29 grumbelFixe for g++-4.1
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-25 mathnerd314* Make it compile again
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelReplaced .reset(new Surface()) with a factory method
2009-11-21 grumbelRenamed namespaces to all lowercase
2009-11-20 grumbelSplit particlesystem_interactive.?pp into separate...
2009-11-19 tuxdevplay with CMakeLists.txt compile flags, change from...
2009-11-19 grumbelRenamed MainLoop to ScreenManager
2009-11-19 grumbelTurned stuff in supertux/resources.cpp into a class...
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelAdded supertux/globals.?pp to collect all the random...
2009-11-18 grumbelInclude optimizations
2009-11-18 grumbelSplit object/block.?pp
2009-11-18 grumbelReplaced <c*> headers with <*.h>
2009-11-18 grumbelSplit object/particlesystem.?pp
2009-11-18 grumbelSplitted supertux/textscroller.?pp
2009-11-17 grumbelFinished -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup, almost done
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 mathnerd314* Add Airship (regular above-ground theme) and Battle...
2009-10-29 mathnerd314* Finish work on Path through the Clouds
2009-08-30 mathnerd314* Update squirrel to 2.2.3
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.