- added 1up to tileset
[supertux.git] / src / collision.cpp
2004-04-11 Ingo Ruhnke- made some more global variables, local
2004-04-11 Ingo Ruhnke- moved some collision code into the world class, since...
2004-04-11 Ingo Ruhnke- moved gameobjects into there own file
2004-04-11 Ingo Ruhnke- moved stuff from gamesession to world
2004-04-10 Ingo Ruhnke- moved stuff from scene into a World class, just an...
2004-04-04 Tobias Gläßer- Physic C++ rewrite (Matze Braun)
2004-03-28 Tobias Gläßer- Leveleditor improvements and fixes.
2004-03-26 Tobias Gläßermerged bad_guy patch from Matze Braun. (recycling Ricar...
2004-03-25 Ingo Ruhnke- fixed brick-bug (or maybe not, they still behave...
2004-03-24 Ingo Ruhnke- converted Player into a class (naming still needs...
2004-03-24 Ingo Ruhnke- coverted badguy type into an object
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-21 Tobias Gläßerconverted game object arrays to std::vector
2004-03-20 Tobias Gläßernew level-format, many changes to level-related stuff
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx