Replaced Ref and RefCounter with std::shared_ptr<>
[supertux.git] / src / object / block.cpp
2014-10-01 Ingo RuhnkeReplaced Ref and RefCounter with std::shared_ptr<>
2014-08-31 Ingo RuhnkeFixed numerous issues that caused errors in clang
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 RuhnkeMoved Block code to block.cpp, was in the wrong file...
2014-08-12 Ingo RuhnkeRemoved trailing whitespace from all *.?pp files
2009-12-14 Ingo RuhnkeAdded SpritePtr
2009-11-25 Mathnerd314* Make it compile again
2009-11-18 Ingo RuhnkeInclude optimizations
2009-11-18 Ingo RuhnkeSplit object/block.?pp
2009-11-17 Ingo RuhnkeMore -Weffc++ cleanup
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-10-29 Mathnerd314* Finish work on Path through the Clouds
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2008-02-24 Christoph SommerFixed check for Block killing Badguy from below
2008-02-24 Christoph SommerFixed crash when using Mr. Iceblock to break a brick
2008-02-24 Christoph SommerPatch by mathnerd314 <man.is.allan@gmail.com> resolves...
2008-02-18 Christoph SommerMerged patch for issue 0000298: supertux fails to compi...
2008-02-18 Christoph SommerResolves issue 0000304: Blocks don't return to original...
2008-02-18 Ingo Ruhnkecommited Ed <icelus2k5@gmail.com>'s coin and block...
2008-02-11 Christoph SommerMade buttjump a bit easier to perform
2008-01-19 Christoph SommerButt Jump. As Big Tux, gain lots of speed and press...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-06-13 Christoph SommerFixed typo in Block.cpp that kept bonus blocks from...
2007-05-23 Tim GoyaExperimental feature: Allow Tux to throw stuff straight up
2007-01-28 Ondřej Hošek* Coins inside boxes are now being counted. (We'll...
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2007-01-14 Wolfgang BeckerUpdated monodevelop files.
2007-01-14 Wolfgang BeckerMake boxes hit by bigtux from below bounce before they...
2006-08-02 Matthias BraunReverted bigger parts of tuxdev patch:
2006-07-23 Christoph SommerTentative checkin of tuxdev's "Object improvement patch...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-18 Christoph SommerBonus block items' spawn direction depends on player...
2006-07-14 Wolfgang BeckerBadguys break bricks based on hitbox instead of position.
2006-07-12 Wolfgang BeckerBonusblock and Bricks now break themself when hit by...
2006-07-09 Matthias Braunmerged new collision detection branch back into mainline
2006-07-02 Wolfgang BeckerAdd some more sound_manager->preloads into object const...
2006-04-23 Matthias Braunmake igloo the first level
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-13 Matthias Braunfix menu width, didn't committ the tileset fix, miscela...
2006-04-12 Matthias Braunfade out console
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-03-19 Christoph SommerSplit game objects into separate .sprite files
2005-12-27 Matthias BraunChanged collision code, we now have several collision...
2005-07-20 Marek Moeckelconverted sounds back to .wav
2005-06-29 Marek Moeckelconverted all sound files to .ogg (to avoid problems...
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-26 Matthias Braunupdated squirrel version
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...
2005-05-18 Marek Moeckelcommented out two lines in block.cpp that caused a...
2005-05-18 Matthias Braunbonusblock can now contain custom MovingObjects, added...
2005-05-10 Matthias Braunchanged worldmap format a bit to be more consistent...
2005-05-01 Matthias Braun-Started to move stuff from library back to main game
2005-04-01 Matthias Braun-Worldmap cleanups (use DrawingContext transformstack)
2005-03-30 Matthias Braun-Some cleanups in text scrolling code
2005-03-25 Matthias BraunHad a bit of time today and worked on supertux:
2004-12-20 Matthias Braunimplemented a new object factory mechanism which is...
2004-11-29 Matthias Braunmake badguys bounce of each other again, make bombs...
2004-11-24 Matthias Braunsome cleanups in the sprite class, increased delta...
2004-11-24 Matthias Braunfurhter improve collision detection by reintroducing...
2004-11-24 Matthias BraunImproved collision detection by taking movement into...
2004-11-23 Matthias Braunmake it possible to put background images in each layer
2004-11-22 Matthias Braunproperly implement invisible blocks
2004-11-20 Matthias BraunThe BIG COMMIT(tm)