Disabled confirmation dialog on Quit
[supertux.git] / src / badguy / haywire.cpp
2014-10-01 Ingo RuhnkeMerge branch 'feature/smart-ptr'
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-17 Ingo RuhnkeMerge branch 'feature/init-cleanup'
2014-08-17 Ingo RuhnkeTurned a lot of other global objects into Currentons
2014-08-12 Ingo RuhnkeUse std::unique_ptr<> throughout the audio system
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2014-08-10 Ingo RuhnkeMade WARNING build option usable again
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-06-14 LMHPowerup: Iceflower improvements
2013-10-26 Tobias MarkusHaywire not moving when jumping on it after freezing
2013-10-26 LMHHaywire makes noise when enraged
2013-10-13 Tobias MarkusHaywire not moving when jumping on it after freezing
2013-09-10 LMHHaywire makes noise when enraged
2010-03-05 Florian Forsterbadguy/haywire.cpp: Use the x-acceleration to follow...
2010-03-02 Florian ForsterHaywire: Fix a null-pointer dereference when Haywire...
2010-02-28 Ingo RuhnkeCompiler warning fix, init variables to 0
2010-02-28 Ingo RuhnkeCompiler warning fix, init variables to 0
2010-02-28 Florian Forsterbadguy/haywire.cpp: Use BadGuy::get_nearest_player().
2010-02-28 Florian ForsterIcecrusher and Haywire: Use the bounding box to find...
2010-02-28 Florian ForsterHaywire: Walk towards the player if possible.
2010-02-28 Florian ForsterHaywire: Implemented a first version of the "crazy...