New grow and skid sounds from remaxim
[supertux.git] / src / mainloop.cpp
2009-08-26 Wolfgang BeckerPatch by Matt McCutchen to fix active waiting in main...
2009-07-29 Miloš KloučekFix for #453 (Menu frame lingers)
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2009-06-10 Miloš Klouček*possible* fix for bugs #453 and #373
2009-05-01 Ryan Flegel- Fixed formatting in credits
2008-09-18 Mathnerd314Big CMakeLists update.
2008-08-21 Ingo RuhnkeqMax <qwiglydee@gmail.com>'s font patch, adds unicode...
2008-07-01 Christoph SommerLevelIntro screen
2008-06-12 Ryan FlegelF10 toggles show FPS
2008-06-09 Ryan Flegel#303: Typo fixes from mathnerd314
2008-05-25 Ingo RuhnkeReposition menu on fullscreen toggle
2008-05-22 Ingo RuhnkeAdded F12 as shortcut for screenshots since Print key...
2008-05-21 Ingo RuhnkeAdded ugly default key for console (Ctrl-c then F1...
2008-05-15 Ingo RuhnkeSome more messing around with aspect-ratio, window...
2008-05-14 Ingo RuhnkeAdded experimental and unfinished window resize more...
2008-05-08 Matthias Braunfix a few warnings
2008-05-05 Ingo RuhnkeCrude hack to slow down the game, use set_game_speed...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...
2007-04-16 Matthias Braunmake game_session do main_loop->set_speed(0) on pause...
2007-04-09 Christoph Sommer"Print Screen"-Key takes screenshots
2007-03-03 Tim GoyaConvert cnames back to .h
2007-03-02 Tim Goyaminimize some #includes and replace with forward decls
2007-02-28 Matthias Braun- Use obstacks for memory allocation for lispfiles...
2007-02-19 Ingo Ruhnke- added fullscreen/window switch to F11 (gnome-like)
2007-01-28 Ingo Ruhnke- renamed LEFT_ALLIGN to ALIGN_LEFT
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2007-01-23 Ingo Ruhnke- rewrote frameskip code, reinserted SDL_Delay()
2007-01-22 Wolfgang BeckerFixed tiles in village.
2007-01-21 Matthias Braun- Cleanup and rewrite some mainloop code
2006-08-13 Matthias Braunnicer
2006-08-13 Matthias Braunmore small adjustments from Tron
2006-08-09 Wolfgang BeckerLAYER_HUD and above ignore lightmap
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-07 Ryan FlegelRNG patch from Allen King
2006-04-26 Ryan FlegelCommitting RandomGenerator patch from Allen King, with...
2006-04-23 Ryan Flegelfixed 'uninitialised' warning
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
2006-04-20 Matthias Braun- make sure all log messages get displayed, even when...
2006-04-19 Matthias Braunfix stupid crashbug when quitting from subscreen
2006-04-19 Matthias Braun2 more evil mainloops are gone
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šekMassive copyright update. I'm sorry if I'm crediting...
2006-04-13 Matthias Braunfix menu width, didn't committ the tileset fix, miscela...
2006-04-13 Ondřej Hošek* Tux now stops at crossroads on worldmaps
2006-04-12 Matthias Braun- remove pointless leveltime from world1 levels
2006-04-11 Matthias Braunhopefully fixed the crash on exit, keep sectors script...
2006-04-10 Matthias BraunMajor rewrite of scripting support:
2006-04-07 Matthias Braunrefactored some supertux mainloops