removed my strange dummy-guy from contrib
[supertux.git] / lib /
2005-05-04 Matthias Braun- More work on scripting interface
2005-05-01 Matthias Braun-Started to move stuff from library back to main game
2005-04-06 Matthias BraunStarted some work on the yeti boss
2005-04-04 Ingo Ruhnke- added geometry option which allows SuperTux to run...
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
2005-01-16 Matthias Braunadded object remove_listener so that you can get a...
2005-01-09 Marek Moeckeldatadir finding fix part 2
2005-01-09 Marek Moeckelfixed setup.cpp not finding correct data path
2004-12-20 Matthias Braunimplemented a new object factory mechanism which is...
2004-12-15 Matthias Braunfix lib files not included in translation
2004-12-06 Matthias Braun-Fix bugs where resources from source directory weren...
2004-12-05 Matthias Braunadded/updated some .cvsignores
2004-12-05 Matthias Braun-Incorporated Marcin Ko��cielnicki patch that reintrodu...
2004-12-02 Matthias BraunMade lispfiles translatable. This time the translations...
2004-12-02 Matthias Braunchanged worldmap to be stored inside the same directory...
2004-12-01 Matthias Braundon't use istream::readsome
2004-11-30 Matthias Braunfix for sconsfiles
2004-11-29 Matthias Braunstarted work on a collision grid class to speedup colli...
2004-11-29 Matthias Brauntry to fix ngettext redefined problems
2004-11-29 Matthias Braunadd missing assert include
2004-11-29 Matthias Braunold files
2004-11-29 Matthias Braunold files
2004-11-28 Matthias Braunremove debug printf
2004-11-28 Matthias Braunmove over rewritten lispreader from tuxkart (with addit...
2004-11-27 Matthias Brauncreate rules for updating the supertux.pot file
2004-11-26 Matthias Braunfixed background drawing problems introduced with my...
2004-11-26 Matthias Braunsome cleanups memory leak fixes and moving of source...
2004-11-26 Matthias Braunfixed broken 1-time animations in sprites, fixed collis...
2004-11-25 Matthias Braunmake supertux accepts normal paths on the commandline
2004-11-25 Matthias Braunadded some more non-45 degree triangle modes
2004-11-25 Matthias Braunadded missing time calculation to slopes
2004-11-25 Matthias Braunimplement spikes as objects and remove automake system
2004-11-24 Matthias Braunsome cleanups in the sprite class, increased delta...
2004-11-24 Ryan Flegel- fixes image region tiling bug (by Matze)
2004-11-24 Ryan Flegel- added debug grid. type 'grid' in-game to toggle
2004-11-24 Matthias Braunfurhter improve collision detection by reintroducing...
2004-11-24 Matthias BraunImproved collision detection by taking movement into...
2004-11-24 Matthias Braunset package name before setting up directories
2004-11-23 Matthias Braundon't annoy all the time with messages...
2004-11-23 Matthias BraunGoodbye gettext, Welcome TinyGetText
2004-11-23 Matthias Braunadded jam build system, please try it out - the advanta...
2004-11-23 Matthias Braunfix some more timings and the long standing gradient...
2004-11-22 Matthias Braunproperly implement invisible blocks
2004-11-21 Ryan Flegel- added missing include
2004-11-21 Matthias Braunimplemented an install target in scons
2004-11-20 Matthias Braunforgot to add some files
2004-11-20 Matthias Braunadded more cvsignores because scons is placing .sconsig...
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-11-20 Matthias Braunadd defaults to Scons files so that you can use scons -U
2004-11-18 Matthias Braunchange braindamaging usage of STL to something saner
2004-11-16 Matthias Braunmake it possible to start supertux from top soruce...
2004-11-16 Matthias Braunimprove the sconsbuild, still lots of work needed to...
2004-11-07 Matthias Braunadded cvsignore
2004-10-25 Ryan Flegel- committed patch from Richard Smith
2004-10-23 Ricardo CruzBugfix: Fixed the visible black pixel, for instance...
2004-10-20 Ricardo CruzApply filters when reloading Surfaces.
2004-10-19 Ricardo CruzMirror actions now cache the horizontal flipped Surface...
2004-10-19 Ricardo CruzAdded filter to horizontal flip Surfaces.
2004-10-18 Ricardo CruzImplemented mirror actions correctly. Bugfix: right...
2004-10-16 Ricardo Cruzget_text_width() was broken. Fixed.
2004-10-15 Ryan Flegel- fixed warnings--hopefully this doesn't break anything...
2004-10-12 Ryan Flegel- fix pointed out by Matt Mets
2004-10-09 Ryan Flegel- menu patch from Matt Mets
2004-10-09 Ryan Flegel- rest of 64bit fix.. missed some vars
2004-10-08 Ryan Flegel- fixed blackscreen on amd64 (and likely other 64bit...
2004-10-06 Ricardo CruzAdded a != operator.
2004-09-24 Matthias Braunremoved outdated comment
2004-09-24 Ricardo CruzAdded a function to draw text on center of screen for...
2004-09-24 Ricardo CruzAdded an alpha parameter for transformation and got...
2004-09-24 Ricardo CruzCompletely re-written from scratch of buttons code.
2004-09-24 Ricardo CruzTweaks.
2004-09-16 Ricardo CruzChanged behavior of centered text drawing and added...
2004-09-16 Ricardo CruzFixed draw_part() when alpha != 255.
2004-09-15 Ricardo CruzAdded an alpha argument for drawing fonts.
2004-09-09 Ricardo CruzDo not free mirror surfaces.
2004-09-09 Ricardo CruzImplemented mirroring in Sprite, so that now it's possi...
2004-09-08 Matthias Braunapplied netsrot's patch
2004-09-08 Ricardo CruzThis should definitively fix frames out of range.
2004-09-08 Ricardo CruzThis checking is useless. It is done before drawing...
2004-09-08 Ricardo CruzThis should fix animations. (bugs in the line of bomb...
2004-09-05 Ricardo CruzFixed application of a color mask.
2004-08-27 Ricardo CruzApply filter mask.
2004-08-27 Ricardo CruzAdded a mask to be applied to a sprite.
2004-08-27 Ricardo CruzAdded z order support and draw_part().
2004-08-21 Ricardo CruzRenamed code variables, as well.
2004-08-21 Ricardo CruzChanged hotspot keyword by offset, as asked by Benjamin.
2004-08-21 Ricardo CruzAllow creation of a Color object feeding with a vector...
2004-08-19 Ricardo CruzAdded horizontal flip effect, as well as both horizonta...
2004-08-19 Ricardo CruzAdded message when no action is found.
2004-08-18 Ricardo CruzRound frame on checking for last frame, so that the...
2004-08-18 Ricardo CruzJust got rid of the damn reference.
2004-08-18 Ricardo CruzImprovements.
2004-08-17 Ricardo CruzChanged next action behavior.
2004-08-17 Ricardo CruzAdded next action to sprite.
2004-08-17 Ricardo CruzChanged output message.
next