summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
Commit message (Expand)AuthorAgeFilesLines
* Brace and unbrace.Neil Moore2014-08-041-4/+0
* Fix Webtiles compilation.Florian Diebold2014-08-031-4/+5
* allow stash titles to wrap if they are too long (1260)Jesse Luehrs2014-08-031-31/+68
* Remove stuffNicholas Feinberg2014-07-291-1/+1
* Move redraw functions from stuff.cc -> output.ccNicholas Feinberg2014-07-281-0/+1
* More functionobjecticide.Neil Moore2014-07-131-54/+46
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-1/+1
* Don't ignore rod max charge in stash comparisons.Neil Moore2014-06-071-1/+1
* Show visible changes to status of stack toppers.Neil Moore2014-06-071-6/+15
* Ignore rod charge in stash comparisons (#8652)Neil Moore2014-06-071-2/+4
* Remove royal jelliesreaverb2014-05-211-1/+1
* Formatting fixes (add braces).Neil Moore2014-05-121-0/+2
* Be friendlier when searching for shops.Shmuale Mark2014-03-071-1/+10
* Fix swapped labels in Ctrl-F (minmay, wheals)Chris Oelmueller2014-03-051-1/+1
* Change default of filter_useless back to false (ChrisOelmueller).Shmuale Mark2014-03-041-1/+1
* Automatically identify the last unknown item in relevant base types.Sage2014-01-271-0/+4
* Change defaults of show_as_stacks and filter_useless in Ctrl-FChris Oelmueller2014-01-241-2/+2
* Slightly revamp help header in Ctrl-FChris Oelmueller2014-01-241-11/+11
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-3/+0
* Start using -Wredundant-decls; fix all the instances I getSamuel Bronson2013-12-121-1/+1
* Save input history for the stash search promptPekka Lampila2013-12-051-0/+1
* Special handling for repeat cmd prompt in WebTilesPekka Lampila2013-12-031-0/+2
* Add MSG_OK when canceling search promptPekka Lampila2013-12-031-0/+3
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-4/+4
* Do not stash track sealed staircases.blackcustard2013-11-221-0/+2
* More formatting fixes for return (...);Neil Moore2013-11-151-13/+13
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-18/+18
* Get rid of all external uses of get_los().Adam Borowski2013-11-051-1/+1
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-2/+0
* Spacing fixes.Adam Borowski2013-10-061-1/+1
* Use qualname, not basename, in stash annotation (#3062)Neil Moore2013-09-281-1/+1
* Drop some useless parentheses.Adam Borowski2013-09-081-1/+1
* Fix alignment of stash search header, cut two spaces.Neil Moore2013-08-281-3/+3
* Fix whitespace.Neil Moore2013-08-281-3/+3
* Restore match count to search results and move toggle status into help textBlackSheep2013-08-281-18/+17
* Variable width menu title for stash search resultsBlackSheep2013-08-281-2/+10
* Add toggle to filter useless items from search resultsBlackSheep2013-08-281-17/+105
* More padding fixes for ternary operatorChris Oelmueller2013-08-031-2/+2
* Refactor 'you.religion' checks.Brendan Hickey2013-07-281-1/+1
* Improve handling of menu titles in WebTilesPekka Lampila2013-06-071-11/+21
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-1/+2
* Show (unknown) in shopping list and stash trackerPekka Lampila2013-04-251-2/+4
* Webtiles: Fix the ? key in stash search (#6630).Florian Diebold2013-03-131-0/+1
* Omit full stops in stash-search feature descriptions (Napkin)Neil Moore2013-01-311-1/+4
* Allow toggling stack to expand shop inventory in search results.Raphael Langella2013-01-141-18/+34
* Clarify !/? key in stash search menu.Neil Moore2012-12-281-2/+3
* Unify menu_colour_item_prefix and filtering_item_prefix.Adam Borowski2012-12-271-2/+1
* Indentation fixes.Adam Borowski2012-12-051-5/+5
* Fix stash tracking (rwbarton).Neil Moore2012-11-121-1/+1
* Crudely clean up some explicit stash code.Adam Borowski2012-11-131-16/+4