Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / main.cpp
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...
2005-05-12 Matthias Braun- Refactored worldmap a bit to reuse GameObject from...
2005-05-08 Matthias Braunrename basest back to data
2005-05-07 Marek Moeckelremoved old data and contrib, new files will follow
2005-05-05 Matthias Braunfix mkdir on win32
2005-05-05 Matthias Braunfixed warnings in squirrel
2005-05-05 Marek Moeckelfixed missing include assert
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 Braun-Started to move stuff from library back to main game