- did some C++ifying. let's try to follow suit :)
[supertux.git] / src / sector.cpp
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-06-08 Ryan Flegel- oops, forgot to remove commented area
2004-06-08 Ryan Flegel- don't add new objects until end of Sector::action()
2004-06-08 Marek MoeckelFixed crashes at tiles that are not defined in supertux...
2004-06-01 Ryan Flegel- fixed some crashes where there was an invalid tile...
2004-05-31 Matthias Braunintroduce a new SoundManager class and merged MusicMana...
2004-05-31 Matthias Brauna first implementation of doors to switch between sectors
2004-05-31 Matthias Braunbig refactoring of level and world class. A level is...