Made changes to reflect change of way that alpha applied is handled.
[supertux.git] / src / high_scores.cpp
2004-09-16 Ricardo CruzChanged behavior of centered text drawing and added...
2004-07-28 Tobias Gläßer- Various fixes and cleanups.
2004-07-25 Tobias Gläßer- Major changes in Setup-API.
2004-07-21 Tobias GläßerThe SuperTux library features a SuperTux namespace...
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-10 Ricardo CruzReplaced USE_ALPHA/IGNORE_ALPHA by booleans.
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-05-31 Matthias Braunbig refactoring of level and world class. A level is...
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-20 Ingo Ruhnke- changed Menu::check() semantics a bit
2004-04-19 Ingo Ruhnke- removed menu_process_current()
2004-04-19 Ingo Ruhnke- removed a few menu variables
2004-04-19 Ricardo CruzMade high_scores to use the lispreader (i wasn't able...
2004-04-13 Ingo Ruhnke- converted text_type into a class
2004-04-13 Ingo Ruhnke- converted texture_type into a Surface class
2004-04-11 Ingo Ruhnke- turned menu_item_type into a class
2004-04-03 Tobias Gläßerlots of improvements all over the code.
2004-03-27 Tobias Gläßermore kinds of menu_event are handled directly in the...
2004-03-24 Ingo Ruhnke- commited Michael George's config-file patch
2004-03-24 Ingo Ruhnke- turned menu into a class, still a lot of public varia...
2004-03-21 Ingo Ruhnke- replaced a few char* with std::string
2004-03-20 Tobias Gläßernew level-format, many changes to level-related stuff
2004-03-20 Ingo Ruhnke- replaced #ifdef LINUX with #ifndef WIN32, should...
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx