summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.cc
Commit message (Expand)AuthorAgeFilesLines
* allow stash titles to wrap if they are too long (1260)Jesse Luehrs2014-08-031-4/+9
* Remove stuffNicholas Feinberg2014-07-291-0/+2
* Replace some function objects with functions.Neil Moore2014-07-111-21/+9
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+0
* Make the menu cursor skip unselectables.Neil Moore2014-05-291-1/+6
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Don't crash on empty menus in webtiles builds (#8212)Neil Moore2014-02-251-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-12/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-2/+2
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-4/+4
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Increase the size of the description box in species/job selection menu.Raphael Langella2013-10-301-1/+2
* Remove an unused member variable (kilobyte)Neil Moore2013-10-161-1/+1
* Condense some duplicated menu code for formatted_scrollerChris Oelmueller2013-09-211-0/+15
* Cancel an american speling.Adam Borowski2013-08-241-1/+1
* Whitespace/brace fixes.Adam Borowski2013-07-281-2/+2
* Fix lots of typosChris Oelmueller2013-07-231-7/+7
* Fixes help menu scrolling when at the first lineJames Ravn2013-07-041-6/+3
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-6/+3
* Improve handling of menu titles in WebTilesPekka Lampila2013-06-071-28/+53
* Whitespace fixesChris Oelmueller2013-05-211-7/+7
* menu.cc required <functional> include on MSVCPete Hurst2013-05-191-0/+1
* Fix a problem with Webtiles formatted_scroller handling.Florian Diebold2013-05-061-1/+5
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-3/+6
* Simplify and rename a function.Florian Diebold2013-04-281-9/+4
* Enabled aptitudes and species info hotkeys to work when selecting character.Kyle Fox2013-04-281-16/+22
* Remove a number of dead assignments (SLi).Neil Moore2013-02-211-2/+0
* Fix a bunch of compiler warnings in tiles.Adam Borowski2013-01-201-2/+2
* added some missing #ifdefs; cleaned up MenuScroller when there's only one ite...Chris West2013-01-051-1/+5
* added scroll up/down arrows to MenuScroller; cleaned up initial menu text sli...Chris West2013-01-051-1/+28
* Formatting fixes.Neil Moore2012-12-281-2/+2
* Indentation fixes.Adam Borowski2012-12-051-6/+6
* Webtiles: Improve JSON generation functions; always send proper JSON.Florian Diebold2012-11-141-4/+4
* Fix a number of gcc -Wextra warnings.Adam Borowski2012-10-241-1/+1
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+3
* Skill menu: map shift-click and right-click to single select.Raphael Langella2012-10-081-11/+4
* Make the SkillMenu object a global variable.Raphael Langella2012-10-081-1/+2
* Scale the skill menu tiles.Raphael Langella2012-10-081-9/+10
* Android port.frogbotherer2012-09-081-1/+72
* Use std namespace.Raphael Langella2012-08-261-110/+107
* Get ability menu to once again handle doing and describing abilities.Steve Melenchuk2012-08-121-0/+8
* Minor fix to menu title redraw.Neil Moore2012-08-041-1/+4
* Massive style fix (braces, indentation, etc.)Neil Moore2012-08-011-12/+10
* Allow travelling to shops in disconnected levels.Neil Moore2012-07-081-11/+0
* Allow deleting shopping list items when in portals.Neil Moore2012-07-071-0/+11
* Some more return deparenthesization.Adam Borowski2012-07-051-3/+3
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-60/+60
* Don't break autopickup menu with easy_exit_menu = true.Neil Moore2012-07-051-5/+7
* Cut down on transitively including directn.hAdam Borowski2012-06-201-2/+3
* Don't show selected item count in autopickup menu.Raphael Langella2012-06-101-2/+2