summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Autopickup menu.Thann2012-06-091-1/+1
* Make tileidx_t 64 bits long.Florian Diebold2012-05-241-1/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Nicer wrapping for the FAQ.Adam Borowski2012-05-111-2/+2
* Fix multi-select hotkeys.Neil Moore2012-04-281-4/+8
* Allow MenuEntrys in MF_SINGLESELECT menus to use more than one hotkeyldierk2012-04-271-14/+6
* Unprotect PrecisionMenu::clear_selections.Raphael Langella2012-04-221-3/+3
* Drop pointless braces after if/for/while everywhere.Adam Borowski2012-04-201-6/+0
* Drop pointless braces.Adam Borowski2012-04-201-140/+1
* Indent and format.Adam Borowski2012-04-201-44/+39
* Handle pgup/down in menuscroller (BkackSheep).Raphael Langella2012-04-191-1/+45
* Fix a crash when pressing ! on the stash search menu in webtiles.Florian Diebold2012-02-241-4/+8
* Remove debug logs.Florian Diebold2012-01-251-3/+0
* Make the help menu work in webtiles again.Florian Diebold2012-01-181-11/+65
* Drop the display of nets on player dolls.Adam Borowski2011-12-271-3/+0
* Merge branch 'tiles-monster-info'Florian Diebold2011-12-151-40/+37
|\
| * Make monster_info::pos grid- instead of player-relative.Florian Diebold2011-11-231-1/+1
| * Make the monster_info constructors explicit and use monster_info in more places.Florian Diebold2011-11-231-40/+37
* | Remove the Menu(formatted_string) constructor.Florian Diebold2011-12-151-56/+0
* | Webtiles: Load large menus lazily.Florian Diebold2011-12-081-3/+47
* | Webtiles: Send the current menu scroll position to the server and to spectators.Florian Diebold2011-12-081-0/+26
* | Allow other CRT dialogs to be displayed like a menu in Webtiles.Florian Diebold2011-12-081-3/+0
* | Implement dedicated Menu support for Webtiles.Florian Diebold2011-12-081-11/+199
|/
* Start work on a generic god menu.Samuel Bronson2011-10-031-27/+0
* Tweak/punctuate/add doxygen comments in menu.h and menu.cc.Samuel Bronson2011-10-021-9/+9
* Doxygen: put ASCII-art diagram in <pre> tagSamuel Bronson2011-10-021-0/+2
* ?/G uses altar coloursldierk2011-09-211-1/+1
* new hotkeys and colours for ?/Gldierk2011-09-211-0/+29
* Combine common parts of lib*.hAdam Borowski2011-09-081-2/+2
* Fix the display of feature mimics in ^X screen.Raphael Langella2011-09-051-2/+12
* Fix a crash in the skill menu with Ashenzari (#4325).Raphael Langella2011-08-111-0/+5
* Merge branch 'webtiles'Adam Borowski2011-07-101-30/+30
|\
| * First prototype of webtiles.Florian Diebold2011-06-261-30/+30
* | Add an in-game help for the new skill system.Raphael Langella2011-07-071-0/+6
* | cppcheck: fix inefficient checking for emptiness.Adam Borowski2011-07-051-12/+12
|/
* Fix help screens not taking commend when easy_exit_menu is false.Raphael Langella2011-06-041-1/+2
* Also display fleeing icon in monster list.Raphael Langella2011-05-221-0/+2
* Fix clinging monsters being drawn in water in ^X screen.Raphael Langella2011-04-201-1/+1
* s/linebreak_string2/linebreak_string/Adam Borowski2011-04-041-3/+3
* Fix and merge a yet another word-wrapper.Adam Borowski2011-04-041-106/+9
* formatted_string fixes.Adam Borowski2011-04-041-4/+4
* Replace inappropriate uses of std::string.substr().Adam Borowski2011-04-011-10/+2
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Add an assertion.Johanna Ploog2011-03-171-1/+1
* [2930] Fix stash search results not being coloured correctly when matching it...Darshan Shaligram2011-03-171-1/+2
* Properly fix clicks counted twice.Raphael Langella2011-02-131-2/+2
* Fix unknown items toggle not working.Johanna Ploog2011-01-221-3/+5
* Fix Enter not working for skipping through menus.Johanna Ploog2011-01-201-4/+4
* Tiles: A single mouseclick is enough to pull up the pickup menu.Johanna Ploog2011-01-191-2/+1
* If you only know a single spell, preselect it in the spells menu.Johanna Ploog2011-01-171-4/+19