Replaced Ref and RefCounter with std::shared_ptr<>
[supertux.git] / src / object / weak_block.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-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2013-10-26 LMHNew sounds: cracking, icecrash, pop, and sizzle.
2013-10-26 LMHWeakBlocks draw in front of other objects allowing...
2013-09-21 Benjamin LeducMerge branch 'master' of https://code.google.com/p...
2013-09-17 LMHNew sounds: cracking, icecrash, pop, and sizzle.
2013-09-10 LMHWeakBlocks draw in front of other objects allowing...
2013-07-19 LMHMerge branch 'glow_effects'
2013-04-16 LMHStrawboxes glow when burning in the dark
2012-01-24 LMHweakblock: ice-themed sprite/behavior added, fire bulle...
2010-01-17 Mathnerd314UnstableTile and WeakBlock are affected by Explosions.
2009-11-27 Ingo RuhnkeChanged ObjectFactory code so that it works properly...
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2006-08-02 Matthias BraunReverted bigger parts of tuxdev patch:
2006-07-23 Christoph SommerTentative checkin of tuxdev's "Object improvement patch...
2006-07-11 Christoph SommerStraw block lights nearby straw blocks. See demo level.
2006-05-12 Christoph SommerExperiments with a new abstract base class for Moving...
2006-04-30 Christoph SommerNew object weak_block: a block that can be destroyed...