Ooops, forgot to remove a comment.
[supertux.git] / src / screen.cpp
2004-05-15 Ricardo CruzOoops, forgot to remove a comment.
2004-05-15 Ricardo CruzI allways noticed that in the SDL mode, the gradient...
2004-05-15 Ryan Flegel- fixed drawgradient() function (res fix)
2004-05-14 Ryan Flegel- more resolution fixes
2004-05-01 Ricardo CruzJust use flipscreen(), instead of giving true as update...
2004-05-01 Ricardo CruzFixed naming.
2004-05-01 Ricardo CruzFirst atempt to add a fade in/out function. Though...
2004-04-26 Ingo Ruhnke- added loading/fadeout screen placeholder
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-13 Ricardo CruzFixed SDL code of drawgradient().
2004-04-13 Ricardo CruzJust changed each bkgd_top_* and bkgd_bottom_* to be...
2004-04-11 Ricardo CruzMade drawgradient() to use our fillrect(), instead...
2004-04-11 Ricardo CruzAdded support for gradients :)
2004-03-21 Ingo Ruhnke- fixed file extension, removed pwd.h header
2004-03-20 Ingo Ruhnke- replaced #ifdef LINUX with #ifndef WIN32, should...
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx