hopefully fixed the crash on exit, keep sectors script bundled in the sector and...
[supertux.git] / src / worldmap.cpp
2006-04-11 Matthias Braunhopefully fixed the crash on exit, keep sectors script...
2006-04-10 Matthias BraunMajor rewrite of scripting support:
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-07 Matthias Braunmore smaller fixes
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-04-07 Christoph SommerNo lives, no gameover, no worries
2006-04-06 Christoph SommerSimple Console
2006-04-02 Christoph SommerWorldmap teleporter is now animated / All Worldmap...
2006-04-02 Christoph SommerTux can no longer stop on arbitrary positions / Can...
2006-04-02 Matthias Braunchange worldmap format to be the same as levels (basically)
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-22 Matthias Braunmusic and image paths in levels are now absolute (from...
2006-01-16 Matthias Brauna few fixes that I had lying around here, select walk...
2006-01-12 Matthias Braunfix tux not dying when falling out of screen in invinci...
2006-01-10 Matthias Braunmoved some more sprites
2005-12-31 Ondřej Hošek* Added "Id" attribute to a few files lacking it
2005-12-27 Matthias Brauncreate directory for savegames if it doesn't exist yet
2005-10-25 Ondřej HošekSuppressed error messages of savegame not opened when...
2005-10-25 Ondřej HošekAdded a "graceful exit" exception to be called when...
2005-10-22 Ondřej Hošek* Moved my docs to the wiki
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-10-03 Matthias Braunmoved some sprites to separate files
2005-10-02 Matthias Braun- Allow custom leveldots
2005-09-25 Marek Moeckelkeys are displayed on the screen, they can be "collecte...
2005-07-20 Marek Moeckelconverted sounds back to .wav
2005-07-20 Marek Moeckelmoved and sorted worldmap tiles
2005-06-29 Marek Moeckelconverted all sound files to .ogg (to avoid problems...
2005-06-28 Matthias Braunfix miniswig using wrong stack numbers in functions...
2005-06-27 Matthias Brauncleanup and fixes to openal code
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-26 Matthias Braunupdated squirrel version
2005-06-24 Marek Moeckelconverted all music files to Ogg Vorbis
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-05-18 Ondřej HošekFixed bug with worldmap messages not being shown (we...
2005-05-18 Matthias Braunbonusblock can now contain custom MovingObjects, added...
2005-05-12 Matthias Braun- Added a new script command to display text files
2005-05-12 Matthias Braun- Refactored worldmap a bit to reuse GameObject from...
2005-05-10 Matthias Braunchanged worldmap format a bit to be more consistent...
2005-05-07 Marek Moeckelre-organized resource files
2005-05-07 Marek Moeckelremoved old data and contrib, new files will follow
2005-05-06 Matthias Braun- Made miniswig support HSQUIRRELVM arguments (and...
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-01 Matthias Braun-Started to move stuff from library back to main game
2005-04-04 Ingo Ruhnke- added geometry option which allows SuperTux to run...
2005-04-01 Matthias Braun-Apply door fix to hatch as well (evil code duplication...
2005-04-01 Matthias Braun-Worldmap cleanups (use DrawingContext transformstack)
2005-03-30 Matthias Braun-Some cleanups in text scrolling code
2005-03-25 Matthias BraunHad a bit of time today and worked on supertux:
2004-12-05 Matthias Braun-Incorporated Marcin Ko��cielnicki patch that reintrodu...
2004-12-02 Matthias BraunMade lispfiles translatable. This time the translations...
2004-12-02 Matthias Braunchanged worldmap to be stored inside the same directory...
2004-11-28 Matthias Braunmove over rewritten lispreader from tuxkart (with addit...
2004-11-26 Matthias Braunlazily load tile images to speedup startup times
2004-11-25 Matthias Braunmake supertux accepts normal paths on the commandline
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:
next