enemies fall down again, small improvements to tile manager
[supertux.git] / lib /
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.
2004-08-16 Ricardo CruzJust added more info to warning.
2004-08-16 Ricardo CruzChanged variable name and fixed reverse animation.
2004-08-14 Ricardo CruzWe could been losting frames. Fixed.
2004-08-14 Ricardo CruzImprovements.
2004-08-14 Ricardo CruzImproved Sprites animations.
2004-08-13 Ricardo CruzAdded support for one time animations to Sprite.
2004-08-13 Ricardo CruzFile not being closed.
2004-08-12 Ricardo CruzChanged parameter from set_action().
2004-08-12 Ricardo CruzAdded what I called of actions to Sprite.
2004-08-10 Ricardo CruzAdded a space on --version.
2004-08-07 Tobias GläßerEmpty menus shouldn't lead to crashs anymore.
2004-08-06 Tobias GläßerThe right (source) data directory should now be found...
2004-08-06 Tobias GläßerConverted many char*s to std::strings. This is providin...
2004-08-06 Ryan Flegel- fixed search path for datadir
2004-08-05 Tobias GläßerFixed #include introduced by the last commit.
2004-08-05 Ricardo CruzWhen there is no entries in a menu, there is a crash...
2004-08-05 Ricardo CruzAdded base_type to vector constructor.
2004-07-29 Ricardo CruzAdded support for break lines for get_text_width()...
2004-07-29 Ricardo CruzRemoved unnecessary (?) FIXME comment.
2004-07-29 Tobias Gläßer- FrameRate class is more flexible
2004-07-28 Tobias Gläßerfix for the compilation problem of many pre gcc3.4...
2004-07-28 Tobias Gläßer- Various fixes and cleanups.
2004-07-28 Ricardo Cruz- Fixed gradient not working when cached (SDL mode);
2004-07-28 Ricardo CruzAdded a --flip-levels argument, I guess it doesn't...
2004-07-28 Ricardo CruzAdded support for break lines in centered text.
2004-07-27 Tobias Gläßerremoved special/stringlist.cpp/h
2004-07-27 Tobias Gläßer- Cleanups
2004-07-27 Tobias GläßerC++ifyied SuperTux ticks.
2004-07-27 Tobias Gläßercommited fix by Leo Savernik <l.savernik@aon.at>.
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-24 Tobias GläßerSuperTux lib became a bit more independend of SupeTux.
2004-07-22 Tobias GläßerHad to change the #includes of dependend headers from...
2004-07-22 Tobias GläßerHeaders should now be correctly handled and get install...
2004-07-21 Tobias GläßerFixed typo.
2004-07-21 Tobias GläßerThe SuperTux library features a SuperTux namespace...
2004-07-21 Tobias GläßerIntroduction of SuperTux namespace.
2004-07-20 Ryan Flegel- fixed compile error
2004-07-20 Tobias Gläßerfixed type :) yeah, the really important commit today! :)
2004-07-20 Tobias GläßerImproved comments.
2004-07-20 Tobias GläßerAdded comment.
2004-07-20 Tobias Gläßerlittle comments improvements
2004-07-20 Tobias Gläßeradded comments
2004-07-20 Tobias Gläßeradded comments
2004-07-20 Tobias Gläßeradded comments
2004-07-20 Tobias GläßerGenerated SuperTux libtool library containing more...