- fixed an ugly hack I was using before for the JS config menu
[supertux.git] / src / menu.h
2004-05-14 Ryan Flegel- fixed an ugly hack I was using before for the JS...
2004-05-11 Ricardo CruzFirst step for vertical scrolling stop.
2004-05-09 Tobias GläßerAdded a static member function to the Surface class...
2004-05-06 Ricardo CruzMade worldmap to save game on exit.
2004-05-04 Tobias GläßerLevelEditor bug-fixes, improvements and fine-tuning.
2004-05-03 Tobias Gläßerleveleditor related improvements. Added bkgd_speed.
2004-05-03 Tobias Gläßerleveleditor menu IDisation and little improvements
2004-05-03 Tobias Gläßerleveleditor improvements
2004-04-30 Ricardo CruzReturn a string, instead of a char array pointer, in...
2004-04-29 Ricardo CruzAdded a flickering cursor for input menu fields. The...
2004-04-29 Ricardo CruzAdded removing of slots when Delete is pressed.
2004-04-29 Ricardo CruzCreated a simple confirm_dialog. Currently only used...
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
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 option menu
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 CruzControls menu wasn't showing the keys until they were...
2004-04-22 Ricardo CruzImproved the control key code a bit, in order to make...
2004-04-21 Ricardo CruzFinally, made keys configurable via the menu!! ;)
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 Ruhnkerenamed timer_type to Timer
2004-04-10 Ingo Ruhnke- reorganized menu flow as descripted in the todo,...
2004-04-10 Ingo Ruhnkeremoved title from main menu
2004-04-03 Tobias Gläßerlots of improvements all over the code.
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- turned menu into a class, still a lot of public varia...
2004-03-23 Ingo Ruhnke- removed unneded typedef's for structs
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-22 Ingo Ruhnke- added ability to position menu freely on the screen
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-21 Ingo Ruhnke- more menu cleanup
2004-03-20 Tobias Gläßernew level-format, many changes to level-related stuff
2004-03-04 Tobias Gläßerleveleditor level-settings menu is working now. introdu...
2004-02-29 Tobias Gläßermore gameplay improvements. level-editor is getting...
2004-02-28 Tobias GläßerGameplay has been repaired a bit. A menu effect was...
2004-02-24 Tobias Gläßermany code-cleanups. merged leveleditor patch from Ricar...
2004-02-21 Tobias GläßerFixed EventPoll bug.
2004-02-21 Tobias Gläßermerged a patch from Ricardo Cruz for faster letter...
2004-02-18 Tobias Gläßerhuge CVS merge, see ChangeLog for details.
2004-02-01 Tobias GläßerYet another huge code merge representing the current...
2003-12-31 Tobias Gläßerapplied leveleditor and multiline-drawtext patches...
2003-12-29 Tobias Gläßerincoporated patches from Duong-Khang (stereo sound...
2003-12-26 Tobias Gläßerapplied a patch by Duong-Khang NGUYEN <neoneurone@users...
2003-12-24 Tobias Gläßerinitial