fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / game_session.cpp
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-07 Christoph SommerRemoved broken chain() function
2006-07-07 Ryan FlegelRNG patch from Allen King
2006-07-05 Christoph SommerChanged sprintfs to snprintfs, updated translation
2006-06-18 Christoph SommerGame no longer needs to pause while Tux grows /
2006-06-17 Christoph SommerStatistics are now invalid (i.e. no displaying, no...
2006-04-26 Christoph Sommeron_escape_press is now handled first in GameSession...
2006-04-26 Matthias Braun- fix debugging functions for killing player
2006-04-26 Ryan FlegelCommitting RandomGenerator patch from Allen King, with...
2006-04-19 Matthias Braun2 more evil mainloops are gone
2006-04-18 Christoph SommerStatisticts now also count secret areas found
2006-04-18 Christoph SommerFixed time/badguy errors in statistics, still needs...
2006-04-17 Christoph SommerRemoved a global variable
2006-04-17 Matthias Braunthe boat works now
2006-04-14 Matthias Braunsplit worldmap into several files, updates, use SDL_Del...
2006-04-13 Ondřej Hošek* "Outsourced" cheats from GameSession to scripting...
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-13 Ondřej Hošek* Tux now stops at crossroads on worldmaps
2006-04-12 Matthias Braunfade out console
2006-04-12 Matthias Braun- remove pointless leveltime from world1 levels
2006-04-12 Ondřej HošekWhen invincibility time's running out, the invinc....
2006-04-11 Matthias Braunhopefully fixed the crash on exit, keep sectors script...
2006-04-10 Matthias BraunMajor rewrite of scripting support:
2006-04-10 Christoph SommerMoved some console commands' implementations nearer...
2006-04-09 Christoph SommerLevel statistics panel shown during level's end sequence
2006-04-09 Christoph SommerConsole commands can pass arguments
2006-04-09 Christoph SommerSubtle animation of Console background /
2006-04-09 Christoph SommerMessaging subsystem rewrite, step I
2006-04-08 Marek Moeckeladded commands: "restart" to restart current level...
2006-04-08 Christoph SommerConsole toggle now on caret key / Started work on Backs...
2006-04-07 Matthias Braunmore smaller fixes
2006-04-07 Matthias Braunrefactored some supertux mainloops
2006-04-07 Christoph SommerMinor changes
2006-04-07 Christoph SommerNo lives, no gameover, no worries
2006-04-07 Marek Moeckeladded console commands: "cheats", "cmdlist", "numberoft...
2006-04-06 Christoph SommerCheating handled by Console
2006-04-06 Christoph SommerSimple Console
2006-03-31 Matthias Braunsplit Background into Background and Gradient object
2006-03-31 Matthias Braun- Yet another try in the endless quest for perfect...
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-22 Matthias Brauncamera can move now
2006-01-16 Ondřej HošekTime now stops when you complete a level and get into...
2006-01-15 Ondřej Hošek* Implemented a way to modify extro parameters as a...
2006-01-12 Matthias Braunoops
2006-01-11 Ondřej Hošek* The "time needed" statistic now works again. You...
2006-01-11 Matthias Braunstop invincible music a bit earlier than invinciblility
2006-01-11 Matthias Braunsome startup time debugging, changed skid dust particle...
2006-01-09 Ondřej HošekUpdated the statistics module to be on par with recent...
2005-12-27 Matthias BraunChanged collision code, we now have several collision...
2005-11-03 Ondřej Hošek* Fixed the Yeti's sprite choosing per Groundwater...
2005-10-26 Ondřej Hošek* Added image support to InfoBlocks (useful e.g. to...
2005-10-25 Ondřej HošekAdded a "graceful exit" exception to be called when...
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