removed title from main menu
[supertux.git] / src / menu.cpp
2004-04-10 Ingo Ruhnkeremoved title from main menu
2004-04-09 Ingo Ruhnke- added new smalltux
2004-04-09 Ingo Ruhnke- cleaned up title screen a bit
2004-03-29 Tobias Gläßer- introduced new function wait_for_event
2004-03-28 Tobias Gläßer- Leveleditor improvements and fixes.
2004-03-28 Tobias GläßerWe have our own mouse-cursor now! (graphics by Settra...
2004-03-27 Tobias Gläßermore kinds of menu_event are handled directly in the...
2004-03-27 Tobias GläßerMN_BACK works for multiple layers of menus now.
2004-03-24 Ingo Ruhnke- removed a few redundant "== true"'s
2004-03-24 Ingo Ruhnkefixed little type error
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 Ruhnkeminor cleanup
2004-03-22 Ingo Ruhnke- added ability to position menu freely on the screen
2004-03-22 Ingo Ruhnke- fixed menu motion bug
2004-03-22 Ingo Ruhnke- added shurtcut function to create menu items
2004-03-22 Ingo Ruhnke- converted menu enums into named enums
2004-03-22 Ingo Ruhnke- more menu cleanup
2004-03-21 Ingo Ruhnke- some more menu cleanup
2004-03-21 Ingo Ruhnke- more menu cleanup
2004-03-21 Ingo Ruhnke- added default argument instead of NO_UPDATE
2004-03-21 Ingo Ruhnke- fixed file extension, removed pwd.h header
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