Standardlized author names, so the same name is used everywhere.
[supertux.git] / src /
2007-03-07 Christoph Sommersvn merge -c-4932 .
2007-03-07 Christoph SommerExperimental modification of jumping behaviour
2007-03-07 Christoph SommerAdded level properties "contact" and "license"
2007-03-07 Christoph SommerGot rid of a superfluous debug message
2007-03-03 Matthias Braunrevert earlier target_y changes
2007-03-03 Matthias Braunsuper metroid style camera
2007-03-03 Matthias Braunoops, fix that
2007-03-03 Matthias Braunstop camera if player is dying
2007-03-03 Matthias Braunmake it possible to disable the no-scroll mode
2007-03-03 Matthias Braunat the left or right end, it's obvious which dir we...
2007-03-03 Matthias Braunmore work on the camera
2007-03-03 Matthias Braunfix clamping code, enable it in camera.cfg again
2007-03-03 Matthias Braunfix stupid bug in camera code, tweak camera settings...
2007-03-03 Matthias Braunthis should improve the YI mode, I plan more modificati...
2007-03-03 Matthias Braunfix another dependency problem
2007-03-03 Matthias Braunexperimental code to influence camera, adjusted some...
2007-03-03 Matthias Braunfix jamfile to avoid having to rum jam twice when minis...
2007-03-03 Ingo Ruhnke- added check for 'region' symbol
2007-03-03 Tim GoyaConvert cnames back to .h
2007-03-02 Matthias Braunremove lots of glibc specific stuff from obstack
2007-03-02 Arvid NorlanderFixed compile error by adding missing include (from...
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-02-19 Tim GoyaFix endsequence walking direction
2007-02-18 Ingo Ruhnke- added some code to list free tile ids
2007-02-18 Ingo Ruhnke- added check for duplicate tile-ids
2007-02-05 Christoph SommerSome more keys for the console
2007-02-05 Christoph SommerFixed nasty bug with remove_listener hooks
2007-02-05 Tim GoyaDirtY iCE's patch for dead scripting and bomb badguy...
2007-02-04 Tim GoyaSaner life expectancy
2007-02-02 Matthias Braunuse PHYSFS for all filesystem operations.
2007-02-02 Ondřej Hošek* Updated Czech translation again
2007-02-01 Christoph SommerClip object velocity at 16, so objects no longer get...
2007-02-01 Christoph SommerReplaced call to "unlink" with one to "remove". This...
2007-01-31 Christoph SommerTux can now climb stuff. Still has some rough edges...
2007-01-31 Ondřej Hošek* Change of the year. Literally. 2006 -> 2007
2007-01-31 Ondřej Hošek* B140: Hack alarm: "fixed" the black-fading screen...
2007-01-31 Matthias Braunmore explanations when sprites failed to load
2007-01-31 Matthias Braunphysfs seems buggy and allows opening empty filename...
2007-01-31 Matthias Braunimprove error handling in lisp parser
2007-01-30 Matthias Braunrevert latest UV coordinate changes, as they decrease...
2007-01-30 Wolfgang BeckerUse fixed with font for coin counter to make it less...
2007-01-30 Matthias Braunfix all cases of not-optimal UV-coordinates
2007-01-30 Tim GoyaKlaus Denker's patch to remove in-between tile lines...
2007-01-30 Tim GoyaReally, Really fix issue 0000141. Maybe broke the...
2007-01-29 Tim GoyaRestore coins when not using reset point, really
2007-01-29 Tim Goyarestore coins if reset point was not used
2007-01-29 Arvid NorlanderFixed svn:keywords... (Why aren't people using the...
2007-01-29 Ingo Ruhnke- changed console font again
2007-01-29 Ingo Ruhnke- added new console font
2007-01-29 Ingo Ruhnke- some more bugs/cleanup to the font class
2007-01-28 Christoph SommerFixed Tux' jumps on title screen
2007-01-28 Christoph SommerSplit EndSequence into multiple types. Defeating the...
2007-01-28 Ingo Ruhnke- renamed LEFT_ALLIGN to ALIGN_LEFT
2007-01-28 Ondřej HošekB91: Tux now guesses direction to walk in during an...
2007-01-28 Wolfgang BeckerAllow Tux to unduck in unisolid tiles.
2007-01-28 Ondřej HošekB118: visual indication of Yeti's hitpoints. The scaled...
2007-01-28 Ingo Ruhnke- added support for variable width fonts (not fully...
2007-01-28 Ondřej Hošek* Coins inside boxes are now being counted. (We'll...
2007-01-28 Arvid NorlanderFixed trailing whitespaces in all(?) source files of...
2007-01-28 Matthias Braunfixed the worldmap::save_state bug in another way ...
2007-01-28 Ondřej HošekAdded native OS X language pref support to findlocale.
2007-01-27 Arvid NorlanderCommited patch from RavuAlHemio (bug #133) due to his...
2007-01-25 Christoph SommerExperiments with Addon Manager. To try it out, install...
2007-01-23 Ingo Ruhnke- rewrote frameskip code, reinserted SDL_Delay()
2007-01-23 Matthias Braun- fix a bunch of msvc warnings (mostly assigning double...
2007-01-23 Matthias Braunstd::exception(const char*) seems to be an msvc extensi...
2007-01-23 Matthias Brauncorrectly fix the case when openal fails to create...
2007-01-22 Wolfgang BeckerFixed tiles in village.
2007-01-21 Wolfgang BeckerKlaus Denker's widescreen_fixes.patch:
2007-01-21 Matthias Braun- Cleanup and rewrite some mainloop code
2007-01-21 Christoph SommerExperiments with Kirby(1)-style-camera
2007-01-20 Wolfgang BeckerSet a speed limit for Tux. Used at the endsequence...
2007-01-20 Christoph SommerConsole also autocompletes (full common prefix) on...
2007-01-20 Christoph SommerRemoved additional ConsoleCommandReceiver interface...
2007-01-20 Wolfgang BeckerMake Tux run automatically. As before, if he is carryin...
2007-01-20 Matthias Braun- fix tux not advancing on worldmap after solving a...
2007-01-20 Christoph SommerIssue #89: Respawn Tux at original, not current positio...
2007-01-19 Arvid NorlanderFixed svn:keywords and svn:eol-style for some of *...
2007-01-18 Arvid NorlanderReverted change of src/Jamfile in 4471 as it prevented...
2007-01-18 Christoph SommerSeparated EndSequence logic from GameSession. This...
2007-01-16 Christoph SommerTried reducing extent of motion sickness induced by...
2007-01-16 Matthias Braunolder openal drivers miss alcGetString, several win32...
2007-01-14 Wolfgang BeckerUpdated monodevelop files.
2007-01-14 Wolfgang BeckerMake boxes hit by bigtux from below bounce before they...
2007-01-12 Wolfgang BeckerWidescreen-Patch by Klaus Denker. It includes a new
2007-01-12 Wolfgang Beckeroffscreen.patch by Klaus Denker: correct some calculations
2007-01-12 Christoph SommerForgot a file
2007-01-10 Christoph SommerAdded skeleton build scripts for use with cmake. Note...
2007-01-10 Wolfgang BeckerPatch by Klaus Denker:
2007-01-10 Wolfgang BeckerActivate firefly on restart
2007-01-09 Christoph SommerFixed loading of old levels w/o backgroundimage
2007-01-08 Christoph SommerAborting a level no longer resets Tux to the last finis...
2007-01-08 Christoph SommerImprove loading of old levels: Don't quit when backgrou...
2007-01-08 Christoph SommerChanged default gravity to 10.0
2007-01-08 Christoph SommerEnable loading levels from .zip files in config dir...
2007-01-08 Christoph SommerMerged Patch #1811
2007-01-07 Wolfgang Beckertuxdev fixed the tux floating backwards while jumping bug
2007-01-05 Christoph SommerMerged gravity patch by T. Goya
next