Move patch to another directory
[supertux.git] / src / object / bonus_block.cpp
2014-11-09 LMHGraphics for powerups: airflower and earthflower
2014-11-09 LMHBasic code structure to allow for two new powerups
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-17 Ingo RuhnkeMade code -Wshadow clean, missed a bunch of issues...
2014-08-17 Ingo RuhnkeMoved Block code to block.cpp, was in the wrong file...
2014-08-17 Ingo RuhnkeRemoved some superfluous Vector() calls, source object...
2014-08-16 Ingo RuhnkeMerge branch 'feature/surface-scaling'
2014-08-16 Ingo RuhnkeFixed code that broke due to changes to Rectf and Sizef
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-10 Ingo RuhnkeMade WARNING build option usable again
2014-08-03 Ingo RuhnkeRolled file back to version from master, due to imprope...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-07-18 LMHFixed a counting bug when using butt-jump on a multi...
2013-10-26 LMHBonusBlock drawn on same layer as Block again
2013-10-26 LMHSecret areas can also trigger a script
2013-10-26 LMHCleaned up some junk in bonus_block.
2013-10-26 LMHFinish making powerups drop out of bonus blocks when...
2013-10-26 LMHStart working on a bonusblock drop procedure for when...
2013-09-07 LMHBonusBlock drawn on same layer as Block again
2013-09-07 LMHSecret areas can also trigger a script
2013-08-26 LMHCleaned up some junk in bonus_block.
2013-08-21 LMHFinish making powerups drop out of bonus blocks when...
2013-08-21 LMHStart working on a bonusblock drop procedure for when...
2013-07-19 LMHMerge branch 'glow_effects'
2013-07-13 LMHNew BonusBlock content: 'explode' - a coin explosion.
2013-07-11 LMHNew BonusBlock content: 'coinrain'. Causes ten coins...
2013-07-11 LMHCustom BonusBlocks now always run scripts if defined...
2012-12-07 LMHNew bonus_block contnet: trampolines & rock
2012-11-28 LMHNew bonus_block content: light
2012-11-23 LMHMulti-coin bonus block (not bricks) handeled correctly...
2012-05-01 Eric NewberryBracked case statements in bonus_block.cpp fixing build...
2012-02-20 LMHCleaned up code slop in bonus_block.cpp introduced...
2012-01-21 LMHBonusblock enhancements: sprite changable, multi-hit...
2010-03-11 Florian Forsterobject/bonus_block.[ch]pp: Fix a NULL-pointer dereference.
2010-03-07 Mathnerd314Pass player object in to BonusBlock rather than using...
2009-12-28 Mathnerd314include fixes from ohnobinki, video_systems.cpp should...
2009-12-14 Ingo RuhnkeAdded SpritePtr
2009-11-27 Ingo RuhnkeChanged ObjectFactory code so that it works properly...
2009-11-18 Ingo RuhnkeInclude optimizations
2009-11-18 Ingo RuhnkeSplit object/block.?pp