- added new extro background
[supertux.git] / src / menu.cpp
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-24 Ricardo CruzAt least my compiler (g++ (GCC) 3.3.2) needs this include.
2004-04-24 Ingo Ruhnke'nother music patch by matzeb
2004-04-24 Ricardo CruzIngo, that code is not buggy!
2004-04-24 Ingo Ruhnke- fixed bug in Menu::check()
2004-04-24 Ricardo CruzAdded a new concept to the menu, the ID.
2004-04-23 Ricardo CruzAdded a joystick control dialog.
2004-04-22 Ricardo CruzIf you press Esc in the control menu, it quits from...
2004-04-22 Ricardo CruzControls menu wasn't showing the keys until they were...
2004-04-22 Ricardo CruzRemoved a few useless code (it was commented anyway).
2004-04-22 Ricardo CruzImproved the control key code a bit, in order to make...
2004-04-22 Ricardo CruzMistake that was making non-characters keys not to...
2004-04-21 Ricardo CruzMade the keys to be displayed when typed and also save...
2004-04-21 Ricardo CruzDisplay key number on the key selection:
2004-04-21 Ricardo CruzFinally, made keys configurable via the menu!! ;)
2004-04-20 Ingo Ruhnke- moved joystick mappings into a struct
2004-04-20 Ingo Ruhnke- changed Menu::check() semantics a bit
2004-04-19 Ingo Ruhnke- cleaned up my last_menu patch a bit more
2004-04-19 Ingo Ruhnke- fixed problem with last_menu not being able to handle...
2004-04-19 Ingo Ruhnke- removed menu_process_current()
2004-04-19 Ingo Ruhnke- removed a few menu variables
2004-04-18 Ricardo CruzFinally!!
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-12 Ingo Ruhnke- added menu to worldmap
2004-04-11 Ingo Ruhnke- added contrib menu generator
2004-04-11 Ingo Ruhnke- turned some pointer-foo into a std::vector
2004-04-11 Ingo Ruhnke- turned menu_item_type into a class
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-10 Ingo Ruhnke- reduced menu fadness a bit (ie. balanced the edges)
2004-04-10 Ingo Ruhnke- reorganized menu flow as descripted in the todo,...
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