summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Drop and pickup menus now support Ctrl-F to select all items matching a regex.haranp2007-07-021-0/+34
* The tutorial now uses set_more() to display the ability-menu helpharanp2007-06-301-8/+4
* Implemented 1715578: pressing '!' in the Z? screen toggles betweenharanp2007-06-291-0/+29
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+1
* Cleaned up abilities screen information for tutorial.j-p-e-g2007-06-151-51/+6
* Remember choice of Beogh in character selection.dshaligram2007-06-141-2/+2
* Added information to the abilities screen during tutorials, j-p-e-g2007-06-101-0/+50
* Changed list_spells() somewhat. It's now a slider wraparound menu.haranp2007-05-081-6/+20
* Type safety, cast cleanups, etc.haranp2007-05-011-1/+1
* Enable easy_exit for formatted scroller menus.dshaligram2007-04-081-0/+5
* Tutorial tweaks:dshaligram2007-03-201-2/+0
* Added a funtion for formatted message history, and, while I was at it, j-p-e-g2007-03-201-13/+15
* Changes to the overview screen (%) - added abilities and made it scrollable.j-p-e-g2007-03-181-1/+1
* Major overhaul of tutorial messages and clean-up of tutorial.ccj-p-e-g2007-03-141-0/+76
* Requesting help when choosing race/class jumps you to the appropriate section...haranp2007-03-131-10/+10
* Changed around the help screen a bit, following David's ideas.haranp2007-03-091-2/+6
* Confined help menu scrolling to within a file (David.)haranp2007-03-081-0/+61
* Moved formatted_string into its own file, separate from the rest of Menu.haranp2007-02-171-291/+0
* Added add_glyph methods to formatted string to show a monster or item glyph asdshaligram2007-01-281-2/+45
* [1638588] Don't use highlighters in formatted_scrollers.dshaligram2007-01-251-0/+6
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-11/+0
* First steps towards making delay_message_clear useful. The intent is to use adshaligram2007-01-121-3/+3
* Implemented some of David's ideas:haranp2007-01-071-3/+10
* Put tables.txt into the help (hotkeyed to 's', for 'skills'.)haranp2006-12-311-5/+8
* Better fix for 1622380: now it works for all menus.haranp2006-12-271-1/+21
* Implemented 1622380, Home and End keys in manual browsing.haranp2006-12-271-0/+6
* An attempt at a more comprehensive fix for cursor inconsistencies betweendshaligram2006-12-171-0/+2
* [1616535] Fixed broken inscription hotkeying with auto_list.dshaligram2006-12-171-1/+4
* Put in a very basic help browser on '+'. This is *not* a good key, I'm justharanp2006-12-131-0/+53
* [1605400] Fixed inability to wield stuff when carrying no weapons.dshaligram2006-11-301-1/+4
* Redid how the resists screen works (both in-game and in-dump.)haranp2006-11-291-7/+36
* [1602285] Fixed newgame slider bugs. dshaligram2006-11-291-36/+103
* Fixed hiding of draw_item() in derived classes of Menu.haranp2006-11-271-3/+3
* New overview screen (the 'O' screen.)haranp2006-11-261-2/+73
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-87/+793
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+501