Replaced Ref and RefCounter with std::shared_ptr<>
[supertux.git] / src / badguy / goldbomb.cpp
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-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-17 Ingo RuhnkeMade code -Wshadow clean
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 LMHCleaned up some junk in bonus_block.
2013-08-26 LMHCleaned up some junk in bonus_block.
2013-07-19 LMHMerge branch 'glow_effects'
2013-07-16 LMHNew BadGuy: GoldBomb - a bomb that throws a bunch of...