Don't show selection cursor when help is being displayed.
[supertux.git] / src / screen.h
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-16 Ingo Ruhnke- replaced a few pure pointers with std::vector<>
2004-04-13 Ricardo CruzJust changed each bkgd_top_* and bkgd_bottom_* to be...
2004-04-11 Ricardo CruzAdded support for gradients :)
2004-03-21 Ingo Ruhnke- added default argument instead of NO_UPDATE
2004-03-15 Tobias Gläßerupdate
2004-02-24 Tobias Gläßermany code-cleanups. merged leveleditor patch from Ricar...
2004-02-21 Tobias Gläßermerged a patch from Ricardo Cruz for faster letter...
2004-02-18 Tobias GläßerAdded drawline() function.
2004-02-18 Tobias Gläßerhuge CVS merge, see ChangeLog for details.
2004-02-02 Tobias GläßerGot rid of the TEXTURE_RECTANGLE NVIDIA extension for...
2004-02-01 Tobias GläßerYet another huge code merge representing the current...
2004-01-25 Tobias Gläßerfixed a few bugs. (One of them thanks to a patch from...
2004-01-22 Tobias Gläßercleanups
2004-01-18 Tobias GläßerHuge code merge. This reflects the current status of...
2003-12-29 Tobias Gläßerdraw*text <- functions can now specify the size of...
2003-12-29 Tobias Gläßerincoporated patches from Duong-Khang (stereo sound...
2003-04-09 Bill KendrickInitial revision