summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
Commit message (Expand)AuthorAgeFilesLines
* [1817715] Fixed autopickup trying to pick up nets you're caught in.dshaligram2007-10-291-3/+4
* Another mutation commit. Sorry, I couldn't resist.j-p-e-g2007-10-281-0/+5
* [1821098] Fixed bat transform not conferring flight. Fixed player_is_levitati...dshaligram2007-10-271-3/+3
* Fixed item_check not being called correctly (syllogism).dshaligram2007-10-261-0/+3
* Fixed bugs in greedy-explore's item ignore prompts.dshaligram2007-10-251-1/+2
* [1779076] Greedy explore will ignore items (after prompting) if autopickup fa...dshaligram2007-10-241-48/+29
* Adding Vampire aptitudes to tables.txt (Bug 1816344). j-p-e-g2007-10-231-2/+3
* [1815754] Mutagenic randarts are less mutagenic.dshaligram2007-10-231-4/+16
* Changing screaming mutation to influence both frequencyj-p-e-g2007-10-221-1/+1
* Fixed monsters wearing shields and other inappropriate armour as body armour.dshaligram2007-10-221-0/+8
* [1800206] Ghoul food cleanup (dolorous).dshaligram2007-10-211-33/+34
* [1813214] Trog should not gift the Wrath of Trog.dshaligram2007-10-151-2/+15
* Cleanup: move_item_to_grid returns a bool to indicate that drop was successful.dshaligram2007-10-151-5/+5
* Removed amnesia/forgetfullness trap, mutation and scroll. Thezelgadis2007-10-151-4/+5
* Fixed "shiny" and "embroidered" items not showing as white in abbreviatedharanp2007-10-131-1/+5
* Fix for 1805138: wands of draining no longer leak information when theharanp2007-10-111-0/+27
* Oops, was using UNIQ_LOST_IN_ABYSS wrongly.zelgadis2007-10-111-8/+9
* Added an actual vector version of CrawlHashTable, and removed the codezelgadis2007-10-091-0/+4
* Ran into a bug where searching backwards through inventory for a freezelgadis2007-10-081-9/+11
* [1808624] Dropping part of a stack of wielded items should not unwield the wh...dshaligram2007-10-071-1/+2
* Made Xom be smarter about being amused at losing/missing runes, andzelgadis2007-10-021-13/+111
* This commit breaks save file compatability.zelgadis2007-09-301-2/+45
* Fixed issues with substring matches of item names (spears being generated fordshaligram2007-09-281-13/+3
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-2/+2
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-0/+4
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+14
* If an item selected for multi-drop is inscribed with "!d" or "!*", and thezelgadis2007-09-171-19/+18
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+6
* Applying patches by dolorous:j-p-e-g2007-09-151-3/+3
* HANDS_DOUBLE -> HANDS_TWO (rather than HANDS_HALF).j-p-e-g2007-09-151-1/+1
* Fixed a bug that made silence last forever. This also meantj-p-e-g2007-09-151-19/+25
* Changed unwield_item() to actually unwield the item, and to have itharanp2007-09-131-14/+8
* Applying Matthew's stacking patch. (1793051)j-p-e-g2007-09-121-3/+26
* Fix 1708493: corpses being butchered turning into skeletons, j-p-e-g2007-09-061-1/+1
* Implementing patch 1783079 (improved inscriptions) byj-p-e-g2007-09-021-20/+66
* s/CAUGHT/HELD/j-p-e-g2007-08-221-1/+1
* A few additions to throwing nets.j-p-e-g2007-08-221-1/+1
* Throwing nets again.j-p-e-g2007-08-201-4/+2
* Added throwing nets. These still need work, and thusj-p-e-g2007-08-201-1/+12
* Improved tutorial with extensive information on itemsj-p-e-g2007-08-141-0/+3
* Added rod of venom [1701655]. Redid some braindead staff handling.haranp2007-07-261-2/+2
* Updated level-design.txt.dshaligram2007-07-211-3/+7
* Handle missing ch_autopickup function correctly.dshaligram2007-07-161-1/+1
* Added a pickup lua that controls what will be picked upj-p-e-g2007-07-161-3/+2
* Fixed chunks unstacking when dropped (cbus).dshaligram2007-07-151-2/+4
* Rewrite of the shopping code. Much cleaner now.haranp2007-07-141-0/+5
* [1737348] Allow stash.lua to annotate item names for autopickup so autopickupdshaligram2007-07-111-9/+18
* Changed Shoal huts (David). More improvements welcome.haranp2007-07-091-0/+1
* Note improvements (1749776). Double notes are possible if regexpsharanp2007-07-081-19/+15
* Type safety in mutations (mutation.cc probably needs some overhaul...)haranp2007-07-041-1/+1