summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Updated level-design.txt.dshaligram2007-07-211-0/+1
* Minor type-safety.haranp2007-07-141-3/+3
* Fixed $ not correctly setting the deepest depth in branches from the ^G depthdshaligram2007-07-111-1/+1
* [1737348] Allow stash.lua to annotate item names for autopickup so autopickupdshaligram2007-07-111-14/+10
* [1748162] Allow travel to the stair to a branch or level (using ^ will go todshaligram2007-07-051-1/+1
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+1
* Correct "artifact" to "artefact".dshaligram2007-06-201-3/+3
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-26/+79
* [1726243] Changed out-of-sight stash description for additional items from (+n)dshaligram2007-06-021-2/+2
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-1/+4
* Removed dud verbose_dump and detailed_stat_dump options, and dead code indshaligram2007-04-291-12/+10
* Some code review and cleanup.haranp2007-04-281-19/+7
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-13/+5
* Minor speedup in stash item name generation: use const_cast<> instead ofharanp2007-04-261-14/+25
* Cleaned up shop-handling code considerably.haranp2007-04-241-20/+22
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-2/+3
* Tweaked to allow building without CLUA_BINDINGS, but allowingdshaligram2007-04-161-2/+0
* Fixes for compiling without Lua. (Darshan, I hope I didn't break anything...)haranp2007-04-161-0/+2
* Tweaked CLUA_BINDINGS so that the only thing it controls is running userdshaligram2007-04-141-2/+0
* Allow "any trap" and "any shop" (alternatives to "random trap" and "randomdshaligram2007-04-101-13/+0
* Kill hard tabs.dshaligram2007-03-061-1/+1
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-0/+7
* The stash-tracker also needs shop SIGHUP protection.dshaligram2007-01-171-1/+2