- turned menu into a class, still a lot of public variables around and menu_item...
[supertux.git] / src / setup.cpp
2004-03-24 Ingo Ruhnke- turned menu into a class, still a lot of public varia...
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-22 Ingo Ruhnke- added config flag to change the joystick
2004-03-22 Ingo Ruhnke- added shurtcut function to create menu items
2004-03-22 Ingo Ruhnkecommited Matzes Win32 patch
2004-03-21 Ingo Ruhnkebye, bye, joystick ifdefs
2004-03-21 Ingo Ruhnke- replaced char* with string
2004-03-21 Ingo Ruhnke- fixed file extension, removed pwd.h header
2004-03-21 Ingo Ruhnke- replaced a few char* with std::string
2004-03-21 Ingo Ruhnke- added detection magic for the datadir
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-20 Ingo Ruhnke- cleaned up (wordwrapped below 80 chars, grouped)...
2004-03-19 Ingo Ruhnke- added level starting from command line thingy
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx