summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
Commit message (Expand)AuthorAgeFilesLines
* Show visible changes to status of stack toppers.Neil Moore2014-06-071-1/+2
* Drop pointless empty lines after or before a brace.Adam Borowski2013-12-211-1/+0
* More formatting fixes for return (...);Neil Moore2013-11-151-3/+3
* Restore match count to search results and move toggle status into help textBlackSheep2013-08-281-1/+2
* Add toggle to filter useless items from search resultsBlackSheep2013-08-281-1/+2
* Typo fix.Adam Borowski2013-04-111-2/+2
* Allow toggling stack to expand shop inventory in search results.Raphael Langella2013-01-141-0/+1
* Indentation fixes.Adam Borowski2012-12-051-1/+1
* Crudely clean up some explicit stash code.Adam Borowski2012-11-131-20/+3
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Fix auto_sacrifice stopping on coprse piles.Raphael Langella2012-10-041-2/+6
* Provide a shortcut for restricting stash searches to the current level.elliptic2012-09-231-1/+2
* Use std namespace.Raphael Langella2012-08-261-38/+37
* s/sacrificiable/sacrificeable/Raphael Langella2012-08-211-2/+2
* Some optimizations to the greedy_sacrificiable.Raphael Langella2012-08-101-1/+1
* New option for explore_stop: greedy_sacrificiable.Raphael Langella2012-08-061-0/+7
* Revert "Autoexplore visit items that can be sacrificed."Raphael Langella2012-08-061-1/+0
* Use correct feature name in stashes.Neil Moore2012-07-061-0/+1
* Don't double tops of stacks.Neil Moore2012-07-061-0/+1
* Some more return deparenthesization.Adam Borowski2012-07-051-1/+1
* Let ^F and item memory work in Labs and the Abyss.Adam Borowski2012-04-241-5/+3
* Merge branch 'master' into portal_branchesAdam Borowski2011-12-281-8/+0
|\
| * Drop an option aggressive_verify you can't turn off anymore.Adam Borowski2011-12-271-8/+0
* | Fix losing stash data upon a trip to the Abyss or a Ziggurat.Adam Borowski2011-11-041-3/+0
|/
* Toggle between locations and items when searchingkittel2011-10-271-1/+6
* Remove stash_filter completely.Adam Borowski2011-10-251-6/+0
* Rename player_in_mappable_area(), re-use of the old name brings confusion.Adam Borowski2011-10-091-1/+1
* Remove unused level flags, forbid exclusions in Abyss and Lab.Adam Borowski2011-10-091-2/+1
* Apply the new feature mimic implementation to all types.Raphael Langella2011-09-051-1/+1
* Allow searching by equipment slot.Raphael Langella2011-07-211-0/+3
* Waypoint search.Raphael Langella2011-06-031-0/+1
* Search: when showing stash content, only show items matching the search.Raphael Langella2011-05-171-16/+10
* Merge branch 'unicode'.Adam Borowski2011-04-011-9/+4
|\
| * Convert ofstream to fprintf() for stash dumps. Translate charsets.Adam Borowski2010-12-161-9/+4
* | Ashenzari: retroactive identification.Raphael Langella2011-03-281-0/+3
* | Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* | [2930] Fix stash search results not being coloured correctly when matching it...Darshan Shaligram2011-03-171-1/+35
|/
* Feature mimics appearing in search resultsArxale2010-12-011-0/+2
* Get rid of some more insidious longs.Adam Borowski2010-10-041-3/+3
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-2/+2
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-2/+2
* Add greedy_pickup_gold and greedy_visited_item_stack explore stop options.Darshan Shaligram2010-03-281-0/+4
* stash_filter now affects only ^F search; filtered items are still remembered ...Darshan Shaligram2010-02-281-1/+4
* stash.{cc,h}: remove meaningless qualifier on return typeSteven Noonan2010-02-241-1/+1
* Don't have stash tracking use separate versioning. Drop another int-in-float...Adam Borowski2010-02-051-2/+2
* Some movement from x,y to coord_def.Haran Pilpel2010-01-261-31/+18
* Handle out-of-sight cells better in targetting. Also minor cleanups elsewhere.Haran Pilpel2010-01-261-4/+4
* Save stash tracker reply to stash tracker.Robert Vollmert2010-01-221-1/+1
* Reduce dependency on travel.hMatthew Cline2009-11-291-1/+0
* Manipulate shopping list from stash trackerMatthew Cline2009-11-271-2/+4