Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / title.cpp
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2007-01-25 Christoph SommerExperiments with Addon Manager. To try it out, install...
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2007-01-21 Wolfgang BeckerKlaus Denker's widescreen_fixes.patch:
2007-01-20 Wolfgang BeckerSet a speed limit for Tux. Used at the endsequence...
2006-08-12 Christoph SommerMagic Blocks only turn solid when nothing's blocking...
2006-07-21 Matthias Braunfix cr/lfs and remove trailing whitespaces...
2006-07-18 Christoph SommerFun stuff
2006-07-18 Christoph SommerSectors support multiple solid tilemaps, tilemaps can...
2006-04-26 Ryan FlegelCommitting RandomGenerator patch from Allen King, with...
2006-04-23 Matthias Braun- Avoid some expensive SDL_GetTicks() calls
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-12 Matthias Braunfade out console
2006-04-12 Matthias Braun- remove pointless leveltime from world1 levels
2006-04-12 Matthias Braunmore work on worlds
2006-04-11 Matthias Braunseveral bugfixes to squirrel serialisation code, serial...
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-04-06 Christoph SommerSimple Console
2006-03-31 Matthias Braun- Yet another try in the endless quest for perfect...
2006-03-30 Christoph SommerRemoved stray code from -nogl branch
2006-03-27 Christoph SommerTitlescreen features a jumping Tux again
2006-03-25 Christoph SommerUnified Messaging Subsystem
2006-01-06 Ondřej Hošek* In the usage help, put LEVELFILE into brackets since...
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-09-25 Marek Moeckelkeys are displayed on the screen, they can be "collecte...
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 Braunrenamed all .h to .hpp
2005-06-23 Matthias BraunAdded a new SoundManager based on OpenAL. I also simpli...
2005-06-07 Matthias Braunfixed bug in title.cpp reported by laprican
2005-06-07 Matthias Braunsupertux is using physfs now, this simplifies the code...
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-08 Matthias Braunapplied ravus patch
2005-05-07 Marek Moeckelremoved old data and contrib, new files will follow
2005-05-06 Matthias Braun- Made miniswig support HSQUIRRELVM arguments (and...
2005-05-05 Matthias Braun- Implemented a scripted object that can be placed...
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-02 Matthias Braunfix file lookup
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
2005-04-04 Ingo Ruhnke- added geometry option which allows SuperTux to run...
2005-04-03 Marek Moeckelanother unimportant fix that annoyed me for a while :)
2005-04-01 Matthias Braun-Worldmap cleanups (use DrawingContext transformstack)
2005-03-30 Matthias Braun-Some cleanups in text scrolling code
2005-03-30 Matthias Braunadded a bell object which is a new better way to do...
2005-03-25 Matthias BraunHad a bit of time today and worked on supertux:
2005-03-14 Marek MoeckelMade implementation of credits song less stupid, thanks...
2005-03-13 Marek Moeckelcredits music plays on credits screen now
2004-12-06 Matthias Braun-Fix bugs where resources from source directory weren...
2004-12-02 Matthias Braunchanged worldmap to be stored inside the same directory...
2004-11-28 Matthias Braunmove over rewritten lispreader from tuxkart (with addit...
2004-11-26 Matthias Braunsome cleanups memory leak fixes and moving of source...
2004-11-25 Matthias Braunmake supertux accepts normal paths on the commandline
2004-11-23 Matthias Braunfix some more timings and the long standing gradient...
2004-11-21 Matthias Braunrenamed CREDITS to credits.txt
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-10-25 Ryan Flegel- committed patch from Richard Smith
2004-10-24 Ryan Flegelcommitted patches from Richard Smith
2004-10-21 Ricardo CruzFade on credits.
2004-10-19 Ricardo CruzDo fading for Contrib Worldmaps, as well.
2004-10-09 Ricardo CruzFixed crash when exiting level editor.
2004-10-09 Ricardo CruzAdded a "hide-from-contribs" tag for info files.
2004-10-09 Ricardo CruzDon't output level filenames on Contribs.
2004-10-06 Ricardo CruzSplited out level stuff from SpecialTile to a Level...
2004-10-04 Ricardo CruzAdded support for tile animation on worldmap.
2004-09-24 Ricardo CruzUploading the level editor I was working on - It isn...
2004-09-18 Ricardo CruzContrib worldmaps are now being saved.
2004-09-17 Ricardo CruzFixed levels on contribs menu.
2004-09-16 Ricardo CruzChanged behavior of centered text drawing and added...
2004-08-06 Tobias GläßerConverted many char*s to std::strings. This is providin...
2004-07-29 Tobias Gläßer- FrameRate class is more flexible
2004-07-27 Tobias Gläßer- Cleanups
2004-07-27 Tobias GläßerC++ifyied SuperTux ticks.
2004-07-26 Tobias GläßerMoved defines.h out of the library and back to src/.
2004-07-26 Tobias GläßerMade the SuperTux library again a bit more selfstanding.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-17 Ricardo CruzOptmized code for reading level's name. Instead of...
2004-07-14 Ricardo CruzMerged the two worldmap and level subset contrib menu.
2004-07-13 Tobias GläßerFixed gcc3.4.x compilation.
2004-07-10 Ricardo CruzReplaced USE_ALPHA/IGNORE_ALPHA by booleans.
2004-07-10 Ricardo Cruzdisplay_text_file() now reads the background image...
2004-07-09 Ricardo CruzShows map's title, not filename, in menu.
2004-07-09 Ricardo CruzAdded worldmap choosing from command-line and menu.
2004-07-09 Ricardo CruzOoops, looks like I removed a line.
2004-07-09 Ricardo CruzFixed aborting behavior.
2004-06-23 Ricardo CruzMissing include. Was only included, cause it was on...
2004-06-16 Ingo Ruhnke- moved level subsets into their own file
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class
2004-06-07 Ricardo CruzGettext wasn't working for the bottom copyright text.
2004-06-03 Ricardo CruzAdded more strings to be translated.
2004-06-03 Ricardo CruzChanged level editor to a class.
next