summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed sling bullets not being fired correctly.dshaligram2007-07-031-1/+1
* Manual update (David).dshaligram2007-07-031-1/+2
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-4/+34
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-1/+10
* The tutorial now uses set_more() to display the ability-menu helpharanp2007-06-301-4/+0
* Implemented 1633998: summary line for large stacks, controlled by theharanp2007-06-301-57/+116
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-15/+6
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-2/+4
* x on the level-map changes travel exclusion radius. Radius steps are 1, 4 anddshaligram2007-06-171-190/+1
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-141-0/+3
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-1/+6
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-3/+1
* Clear special and inscription in fulsome-distillation created objects.haranp2007-05-171-7/+4
* Removed portable altars. Nemelex prayers will now sacrifice everythingharanp2007-05-121-51/+1
* Removed obsolete ALLOW_DESTROY_ITEM_COMMAND.dshaligram2007-05-121-65/+0
* Type safety, cast cleanups, etc.haranp2007-05-011-6/+6
* s/island/shoal/haranp2007-04-271-3/+3
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-5/+6
* Allow describing rod/spellbook spells from the examine command (jarpiain).dshaligram2007-04-251-0/+19
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-36/+20
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-56/+39
* Drop spellcasting lower limit to 6 for reading Annihilations, Demonology anddshaligram2007-04-181-1/+1
* Added a new Island branch, based on dpeg's ideas.haranp2007-04-121-0/+4
* Made altar inscriptions persistent (in a very hacky way.)haranp2007-04-011-0/+1
* Applied whereis patch from crawl.akrasiac.org (tracks where the player is indshaligram2007-03-251-4/+4
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-0/+29