New sound effects
[supertux.git] / src / main.cpp
2014-08-11 Ingo RuhnkeUpdated email address, grumbel@gmx.de -> grumbel@gmail.com
2014-08-03 Mathnerd314Merge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'master' of https://code.google.com/p...
2014-08-03 Ingo RuhnkeMerge branch 'feature/sdl2'
2014-07-30 Ingo RuhnkeFixed SDL2 include, should just be SDL.h
2013-08-24 Benjamin Leduc modified: CMakeLists.txt
2009-11-26 Ingo RuhnkeRenamed main() to run
2009-11-26 Mathnerd314* Fix main.cpp again
2009-11-25 Ingo RuhnkeSDL_main() is not supposed to be written by us, see:
2009-11-25 Mathnerd314* Make it compile again
2009-11-19 Ingo RuhnkeTurned main.cpp into a class
2009-11-17 Ingo RuhnkeMerged changes from branches/supertux-milestone2-grumbe...
2009-09-03 Mathnerd314Option --renderer to select video renderer
2009-06-14 Mathnerd314Random stuff that I should have committed ages ago.
2009-01-01 Christoph SommerSmall, quick compile fixes
2008-08-15 Wolfgang Becker* Switch -d was used twice. Script debugger now is -s
2008-07-01 Christoph Sommerreplaced main.cpp's NO_CATCH define by DEBUG
2008-06-23 Christoph SommerDon't die when main icon cannot be loaded
2008-05-23 Ingo RuhnkeSome more aspect ratio stuff
2008-05-22 Ingo RuhnkeAnother text fix from Mathnerd314 <man.is.allan@gmail...
2008-05-22 Ingo RuhnkeFixed segfault in --aspect scanning
2008-05-21 Ingo RuhnkeSome harmless space for readability and an assert()
2008-05-21 Ingo RuhnkeRemoved some unused code (handled in video/gl_renderer...
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-11 Christoph SommerAdd-on Manager rewrite
2008-05-08 Ingo RuhnkeChanged the logic of aspect ratio, aspect_width/height...
2008-05-07 Ingo RuhnkeWhen custom aspect ratio is set, add it to the list...
2008-04-29 Wolfgang BeckerCommand line switch -d, --default to reset video settin...
2008-01-05 Marek Moeckelfixed a warning that prevented the game from compiling
2008-01-03 Christoph SommerBigger icon for Mac OS X
2007-12-20 Christoph SommerPorted changes from 0.3.1 and bumped version to 0.3...
2007-12-16 Tim Goyarestore trunk
2007-12-16 Tim Goyaclean out source
2007-12-16 Tim GoyaInitial integration, lots of broken stuff
2007-12-16 Christoph SommerCommented out aspect ratio autodetection.
2007-12-16 Christoph SommerMade compiles on MacOS X a bit smoother, activated...
2007-10-27 Ondřej HošekFix for #245: OS X bundles can now be renamed.
2007-10-07 Tim GoyaFix minor memory leaks
2007-10-01 Tim GoyaFinish up CMake support, created a couple scripts to...
2007-08-15 Tim GoyaFix problems with ordering and dependencies when initia...
2007-08-15 Tim GoyaRefactored video/ subsystem to make adding other method...
2007-06-24 Christoph SommerAdded menu option to select language
2007-05-26 Matthias Braunround not chop so it isn't calculating strange WIDTH...
2007-05-26 Wolfgang Beckerplay sound when willowisp is caught
2007-05-25 Matthias Braunonly try vsync, when set in config
2007-04-16 Matthias Braundon't adjust aspect-ratio in non-fullscreen modes,...
2007-04-15 Wolfgang BeckerIncreased precision when saving configuration.
2007-04-14 Matthias Brauntry to force vsyncing for opengl, the desktop resolutio...
2007-04-14 Matthias Braunauto detect aspect ratio of monitor, so that you don...
2007-03-07 Christoph SommerGot rid of a superfluous debug message
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-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2007-01-12 Wolfgang BeckerWidescreen-Patch by Klaus Denker. It includes a new
2007-01-01 Wolfgang BeckerDisable scripting console and fps display via command...
2006-12-30 Wolfgang Beckertuxdev: [ Patch #1776 ] Remedy Jam's 10240 limit issue...
2006-12-28 Christoph SommerMerged back changes from 0.3.x branch
2006-07-25 Christoph SommerCommitted some code beautification patches by Tron
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-09 Wolfgang Beckersave config to ~/.supertux2 to avoid collision with...
2006-07-07 Wolfgang BeckerFixed uninitialized random problem on starting level...
2006-07-07 Ryan FlegelRNG patch from Allen King
2006-05-20 Matthias Braunload worldmaps passed on commandline
2006-05-14 Matthias Braunfix bug with player not stopping when deactivated,...
2006-04-26 Ryan FlegelCommitting RandomGenerator patch from Allen King, with...
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-20 Wolfgang BeckerNo SDL_INIT_EVERYTHING so we don't block sound dev.
2006-04-17 Matthias Braunthe boat works now
2006-04-13 Matthias Braunload default.nut for all scripts, have own roottable...
2006-04-13 Matthias Braunbe compatible with opengl 1.1 headers (stupid MS win...)
2006-04-13 Ondřej HošekMassive copyright update. I'm sorry if I'm crediting...
2006-04-12 Matthias Braunfade out console
2006-04-12 Matthias Braun- remove pointless leveltime from world1 levels
2006-04-11 Matthias Braunuse GL.h
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 Braunrefactored some supertux mainloops
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-03-12 Matthias Braunnot needed anymore
2006-01-11 Matthias Braunsome startup time debugging, changed skid dust particle...
2006-01-06 Ondřej Hošek* In the usage help, put LEVELFILE into brackets since...
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-25 Ondřej HošekAdded a "graceful exit" exception to be called when...
2005-10-03 Matthias Braun- Reworked Surface class and drawing stuff:
2005-07-11 Marek Moeckelupdated --help text
2005-06-27 Matthias Brauncleanup and fixes to openal code
2005-06-26 Matthias Braunrenamed all .h to .hpp
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...
2005-06-07 Matthias Braunonly add installdir to searchpath if nothing was found...
2005-06-07 Matthias Braunalways catch exceptions
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
2005-06-04 Matthias Braunfix for my latest commit
2005-06-04 Matthias Brauntry current directory if reading /proc/exe/self failed
2005-05-13 Ondřej Hošek* From now on, there is UTF-8 decoding in the Font...
next