* Made a few additions to the file formats reference.
[supertux.git] / src / game_session.cpp
2005-10-19 Ondřej Hošek* Made a few additions to the file formats reference.
2005-10-05 Marek Moeckelremoved all flapping code
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-10-02 Matthias Braun- Allow custom leveldots
2005-09-25 Marek Moeckelkeys are displayed on the screen, they can be "collecte...
2005-07-01 Matthias Braunfix music problems, is openal faster now?
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 Braunsupport for fading music
2005-06-26 Matthias Braunrenamed all .h to .hpp
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-06-04 Marek Moeckeldon't restart music everytime tux dies
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 Matthias Braun- Change ScriptInterpreter to a gameobject, so we can...
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 Braunadded experimental support for demo playback (together...
2005-05-01 Matthias Braunaccidently lowered warning level in one of my commits...
2005-05-01 Matthias Braun-Started to move stuff from library back to main game