fix some more timings and the long standing gradient software bug (which was function...
[supertux.git] / src / worldmap.cpp
2004-11-23 Matthias Braunfix some more timings and the long standing gradient...
2004-11-21 Matthias Braunimplemented an install target in scons
2004-11-20 Matthias Braunforgot to update makefiles
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-10-31 Ricardo CruzShow combos when a new record is reached.
2004-10-25 Ricardo CruzLet navigate through the worldmap using Tux keys as...
2004-10-25 Ryan Flegel- committed patch from Richard Smith
2004-10-24 Ryan Flegelcommitted patches from Richard Smith
2004-10-21 Ricardo CruzBugfix: only level 1 title and statistics were being...
2004-10-06 Ricardo CruzSplited out level stuff from SpecialTile to a Level...
2004-10-04 Ricardo CruzAdded support for tile animation on worldmap.
2004-09-22 Ryan Flegel- newgame player status bugfix
2004-09-18 Ricardo CruzContrib worldmaps are now being saved.
2004-09-17 Ricardo CruzFixed Score = -1 on worldmap display when no level...
2004-09-16 Ricardo CruzChanged behavior of centered text drawing and added...
2004-09-15 Ricardo CruzAdded drawing of statistics on levels messages and...
2004-09-15 Ricardo CruzMade statistics to keep track of also: bad guys squishe...
2004-09-14 Ricardo CruzImplemented a statistics system. I believe this feature...
2004-09-08 Matthias Braunapplied netsrot's patch
2004-08-26 Ricardo CruzUpdated code to support new stuff from 0.1.2.
2004-07-29 Tobias Gläßer- FrameRate class is more flexible
2004-07-28 Ricardo CruzImproved passive messages code. Fixed bug of showing...
2004-07-28 Ricardo CruzBug fix: When using map-message field and there is...
2004-07-28 Ricardo CruzNew field: (passive-message "blabla") . This will show...
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
next