- commited Michael George's config-file patch
[supertux.git] / src / worldmap.cpp
2004-03-24 Ingo Ruhnke- coverted badguy type into an object
2004-03-24 Ingo Ruhnke- commited Michael George's config-file patch
2004-03-23 Ingo Ruhnke- fixed joystick code a bit
2004-03-21 Ingo Ruhnke- replaced char* with string
2004-03-21 Ingo Ruhnke- fixed file extension, removed pwd.h header
2004-03-21 Ingo Ruhnke- replaced a few char* with std::string
2004-03-20 Ingo Ruhnke- added zlib support to lispreader
2004-03-20 Ingo Ruhnke- moved tux into its own class, removed some clutter
2004-03-20 Ingo Ruhnke- replaced #ifdef LINUX with #ifndef WIN32, should...
2004-03-20 Ingo Ruhnke- reorganized code a bit
2004-03-20 Ingo Ruhnke- added check to catch brocken worldmaps
2004-03-20 Ingo Ruhnke- added music support and support for starting levels...
2004-03-20 Ingo Ruhnke- added tilemap loading for the worldmap
2004-03-19 Ingo Ruhnke- added level starting from command line thingy
2004-03-19 Ingo Ruhnke- added read_string and read_int_vector to LispReader