- added 1up to tileset
[supertux.git] / src / worldmap.cpp
2004-04-15 Ingo Ruhnke- added primitiv scrolling to the worldmap
2004-04-13 Ingo Ruhnke- converted texture_type into a Surface class
2004-04-12 Ingo Ruhnke- added menu to worldmap
2004-04-11 Ingo Ruhnke- made some more global variables, local
2004-04-11 Ingo Ruhnke- fixed worldmap a bit
2004-04-10 Ingo Ruhnke- turned gameloop into a class, in the hope to reduce...
2004-04-10 Ingo Ruhnke- reorganized menu flow as descripted in the todo,...
2004-04-03 Tobias Gläßerlots of improvements all over the code.
2004-03-25 Ingo Ruhnke- cleanup in the worldmap
2004-03-25 Ingo Ruhnke- fixed file extension
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