Fixed the not saving bug.
[supertux.git] / src / worldmap.cpp
2004-07-28 Ricardo CruzFixed the not saving bug.
2004-07-28 Ricardo CruzChanges in worldmap:
2004-07-27 Ricardo CruzFixed bug to let the player go through messages with...
2004-07-27 Ricardo CruzRenamed Level by SpecialTile.
2004-07-27 Tobias Gläßer- Cleanups
2004-07-27 Ricardo CruzOoops, almost forgot this!
2004-07-27 Ricardo CruzAdded auto-walk field for world maps.
2004-07-27 Tobias GläßerC++ifyied SuperTux ticks.
2004-07-26 Tobias GläßerMade the SuperTux library again a bit more selfstanding.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-17 Ricardo CruzJust changed the name of a worldmap flag.
2004-07-17 Ricardo CruzOptmized code for reading level's name. Instead of...
2004-07-16 Ricardo CruzImplemented a new special-tile field that should replac...
2004-07-10 Ricardo CruzReplaced USE_ALPHA/IGNORE_ALPHA by booleans.
2004-07-10 Ricardo Cruzdisplay_text_file() now reads the background image...
2004-07-10 Marek MoeckelMade Tux' starting position on the world map settable...
2004-07-09 Ricardo CruzFixed crash when LANG system's variable is not defined.
2004-07-09 Ricardo CruzAdded worldmap choosing from command-line and menu.
2004-07-09 Ricardo CruzFixed aborting behavior.
2004-07-08 Ricardo CruzI18N:
2004-07-07 Ricardo CruzInstead of setting the level to be flipped from the...
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-06-08 Ricardo CruzSave worldmap filename to slot.
2004-06-03 Ricardo CruzMore strings set as translatable.
2004-06-03 Ricardo CruzFixed a couple of evil spaces.
2004-06-03 Ricardo CruzAdded more strings to be translated.
2004-06-02 Matthias Brauncleaned up font drawing code and added support for...
2004-05-31 Matthias Braunintroduce a new SoundManager class and merged MusicMana...
2004-05-31 Matthias Braunbig refactoring of level and world class. A level is...
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-28 Ricardo CruzFixed the fade func problem. Just a simple mistake.
2004-05-28 Ricardo CruzFade when entering a level.
2004-05-17 Ricardo CruzMade player to use the old status when aborting a level.
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
next