Bug 565: Support "editor-images" within "tiles".
[supertux.git] / src / badguy /
2010-01-30 florianfBug 471: Fix upward release of ice block, and grabbing...
2010-01-25 mathnerd314Use supertux2 on Windows, zeekling squish animation...
2010-01-25 mathnerd314MrIceBlock stops after bouncing a lot.
2010-01-21 mathnerd314Badguy activation/deactivation (Matt's patch from bug...
2010-01-21 mathnerd314Matt's patch for Stalactite shaking (bug 543)
2010-01-19 mathnerd314MrBomb, MrIceBlock, and Snail now die on invincibility...
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-24 mathnerd314- sounds are on both channels
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-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 grumbelRenamed namespaces to all lowercase
2009-11-19 mathnerd314Forgot to change a line in dispenser.cpp (thanks bug...
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-18 grumbelReplaced more lisp::Lisp/lisp::Writer with Reader/Writer
2009-11-17 grumbelMore -Weffc++ cleanup
2009-11-17 grumbelMerged changes from branches/supertux-milestone2-grumbe...
2009-11-14 mathnerd314Use run_dead_script wherever possible and make kill_...
2009-11-14 mathnerd314* Add Airship (regular above-ground theme) and Battle...
2009-08-30 wolfgangbPatchs by Matt McCutche to fix Treeboss related Bugs...
2009-08-30 wolfgangbPatch by Matt McCutchen to prevent division by zero...
2009-06-27 wolfgangbDo not apply friction if Tux's x-velocity is zero.