- Trampoline test level
[supertux.git] / src / high_scores.cpp
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