summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
Commit message (Expand)AuthorAgeFilesLines
* * Allow panlords to have the chaos-branded weapons.j-p-e-g2009-04-131-0/+10
* * Allow fleeing monster to push past higher ranked monsters of the samej-p-e-g2009-04-031-7/+7
* [2722438] Fixing crash when viewing shop contents. shop_item* was being blin...ennewalker2009-03-311-5/+15
* * Use menu colours (rather than message colours) for item announcementsj-p-e-g2009-03-251-0/+2
* * Fix 2687930: Shorten the spell menu more, and don't call update_title() j-p-e-g2009-03-161-3/+2
* Generalize the menu toggle from InvMenu to Menu and use it to properlyj-p-e-g2009-03-111-13/+7
* Greatly improve 'V' command:j-p-e-g2009-03-101-2/+2
* Fix [2604363]: stashes and autoexplore leaked information about mimics.haranp2009-02-171-20/+60
* Don't give an empty Stash: line when describing squares which have anharanp2009-02-091-3/+3
* Fix the 'V' command crashing.zelgadis2009-01-171-1/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Fixed 2481704: Travel stopping for spellcasting monsters without LOSj-p-e-g2009-01-021-5/+25
* Oops, my stash_filter change broke looking up items by their glyph; fixed.zelgadis2008-12-271-0/+3
* The stash_filter option can now accept strings (full item names, notzelgadis2008-12-271-7/+20
* Actually replace sold out shops with the new feature DNGN_ABANDONED_SHOP.j-p-e-g2008-12-071-8/+6
* Support for inline graphics and mouse input on menus.ennewalker2008-10-161-8/+5
* Reworked traps: much much cleaner now. There might be bugs, though.haranp2008-10-011-1/+1
* Massive overhaul to move towards coord_def().haranp2008-07-301-7/+8
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-3/+3
* FR 1971637: make "stash_track_decay = true" and "stash_remove_decay = true"zelgadis2008-07-031-10/+3
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-31/+34
* For jewellery with pluses and wands, only make an ident note when thezelgadis2008-06-191-1/+1
* Fix bug where dumping the character to file would turn off note taking forzelgadis2008-06-141-3/+3
* In the interest of efficency only call StashTrack.update_corpses()zelgadis2008-06-061-0/+5
* Added two new stash options, stash_track_decay and stash_remove_decay. Ifzelgadis2008-06-051-5/+133
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-1/+1
* Finally fix 1868761: Books in shops being noted as identified over andj-p-e-g2008-05-201-51/+58
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-1/+1
* Another code cleanup.j-p-e-g2008-04-151-64/+76
* For David. Menu's draw_title_suffix can now accept a formatted_stringpauldubois2008-04-071-2/+2
* Prevent shafts from being created in corridors, at least untilj-p-e-g2008-03-291-2/+2
* This was originally going to be a small refactor of stash.cc beforepauldubois2008-03-231-66/+60
* "stashes" was both a global variable and a member variable... confusing!pauldubois2008-03-231-53/+56
* Cleanup/refactoring of tags.cc. No functional changes. I've beenpauldubois2008-03-171-4/+4
* Implement FR 1808966: j-p-e-g2008-03-091-1/+1
* Fixing [1901305] stash search assert. Turned off drawing of tiles items when...ennewalker2008-03-021-0/+7
* Apply patch 1901227: allow alphabetic stash search sorting.j-p-e-g2008-02-251-24/+97
* Fixed bad stash-search prompt on DOS.dshaligram2008-01-281-1/+4
* Added help for stash-search (dpeg).dshaligram2008-01-261-6/+47
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-2/+2
* Fixed crashes when searching for randarts in stash-tracker.dshaligram2007-12-161-24/+4
* Code cleanup in describe.cc randart descriptions.haranp2007-12-121-1/+1
* Menus are now tagged. Menu colours now only apply to a menu with a matchingharanp2007-10-191-0/+2
* Fix for 1807899: stash-examining a shop will trigger ID noting.haranp2007-10-111-0/+5
* Fixed regex escapes for "." stash search.dshaligram2007-09-301-27/+36
* Introducing shortcut for searching the current level asj-p-e-g2007-09-301-7/+30
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+5
* Added two new message channels:j-p-e-g2007-08-301-1/+1
* Allow inscription when viewing items. j-p-e-g2007-08-131-3/+4
* Reworked Bazaars as a special case of portal vaults. The level-type is nowdshaligram2007-07-271-1/+1