Console commands can pass arguments
[supertux.git] / src / sector.cpp
2004-07-07 Ricardo CruzInstead of setting the level to be flipped from the...
2004-07-07 Ricardo CruzAdded vertical flipping to levels!
2004-07-02 Matthias Braunsave spawnpoints
2004-06-29 Ricardo CruzChanges:
2004-06-28 Ricardo CruzA few changes to make the code ready for the new level...
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class
2004-06-14 Ingo Ruhnke- fixed the bouncybrick artifact bug
2004-06-13 Ingo Ruhnke- read gravity has real, instead of int
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...