- added missing include
[supertux.git] / src / worldmap.cpp
2004-05-16 Ryan Flegel- added missing include
2004-05-16 Ricardo CruzGame end screen is drawn by the world map now. This...
2004-05-15 Ricardo CruzFixed Coins text position in world map.
2004-05-14 Ryan Flegel- even more res fixes--we're getting there
2004-05-12 Ricardo CruzFirst implementation of the ice power.
2004-05-12 Ryan Flegel- fixed some enums
2004-05-08 Ricardo CruzThere is no need in saving on exit, since it already...
2004-05-06 Ricardo CruzMade worldmap to save game on exit.
2004-05-02 Matthias Braunfixed that points aren't reset when gameover
2004-04-29 Ingo Ruhnke- fixed align of lives display to handle >10 lives
2004-04-29 Ingo Ruhnke<MatzeB> -updates the TODO file
2004-04-28 Ricardo CruzMade display_text_file() to get the scroll speed as...
2004-04-28 Ingo Ruhnke- added new extro background
2004-04-28 Ingo Ruhnke<MatzeB> fixes some remaining memory leaks
2004-04-27 Ingo Ruhnke- added credit after extro, might need a bit fadeout...
2004-04-27 Ingo Ruhnke- made worldmap CPU independend, needs testing
2004-04-27 Ingo Ruhnke- added extro support to worldmap, crashes however...
2004-04-26 Ingo Ruhnke- woopsy, fix for load/savegame
2004-04-26 Ingo Ruhnke- removed st_abort() from lisp reader, client code...
2004-04-26 Ingo Ruhnke- added small/firetux to worldmap
2004-04-26 Ingo Ruhnke- added automatic walking on worldmap
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-26 Ingo Ruhnke- added way to interupt exit sequence
2004-04-26 Ingo Ruhnke- added bonus loading
2004-04-26 Ingo Ruhnke- added saving of bonuses on worldmap, no loading yet
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-25 Ingo Ruhnke- added new worldmap tux
2004-04-24 Ingo Ruhnke- added start/end tiles
2004-04-24 Ingo Ruhnke- patch from MatzeB to make music handling easier and...
2004-04-24 Ricardo CruzAdded a new concept to the menu, the ID.
2004-04-22 Ricardo CruzMade a START_LIVES definition (in defines.h) that has...
2004-04-22 Ricardo CruzApplied MatzeB (Ryan?) patch that fixes crash and also...
2004-04-21 Ingo Ruhnke- music patch from MatzeB, should fix crash on level...
2004-04-21 Ricardo CruzNow, the worldmap displays the Level's name, instead...
2004-04-20 Ingo Ruhnke- moved joystick mappings into a struct
2004-04-20 Ingo Ruhnke- turned joystick defines into variables
2004-04-20 Ingo Ruhnke- changed Menu::check() semantics a bit
2004-04-19 Ingo Ruhnke- fixed problem with last_menu not being able to handle...
2004-04-19 Ingo Ruhnke- removed menu_process_current()
2004-04-19 Ingo Ruhnke- removed a few menu variables
2004-04-19 Ingo Ruhnke- fixed back direction saving
2004-04-19 Ingo Ruhnke- fixed bug in live counting
2004-04-18 Ricardo CruzFinally!!
2004-04-17 Ingo Ruhnke- implemented locked levels on worldmap
2004-04-17 Ingo Ruhnke- fixed loadgame
2004-04-17 Ingo Ruhnkesik0fewl's worldmap patch
2004-04-17 Ingo Ruhnke- changed/clean up level end detection a bit, still...
2004-04-17 Ingo Ruhnke- added load game support for the worldmap
2004-04-16 Ingo Ruhnke- some more savegame stuff
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