summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
Commit message (Expand)AuthorAgeFilesLines
* Give move/copy_item_to_grid responsibility for hazardous terrainStefan O'Rear2009-12-291-2/+4
* Split up debug.ccMatthew Cline2009-11-061-0/+4
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-2/+0
* Remove "called from:" comments.Vsevolod Kozlov2009-11-031-41/+0
* Fix inconsistencies in gold-related messages.David Lawrence Ramsey2009-10-261-2/+2
* Apply jpeg's patches in [2876380] (automate Xom testing) and [2876688]David Lawrence Ramsey2009-10-111-0/+1
* Stack identified and unidentified ammo when picking it up. (mesilliac)Adam Borowski2009-10-071-2/+3
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Allow vaults to request use of the acquirement code with "acquire <item_class...dshaligram2009-09-211-0/+1
* Fix bug #2510110: blood potions coagulating while in a monster's inventoryzelgadis2009-01-161-0/+2
* Greatly improve eating interface, as suggested in FRs 1923273 and 2018733.j-p-e-g2009-01-061-0/+1
* Fix spurious encumberance messages when combining ammo in inventory.haranp2008-12-131-4/+4
* Generalize swapping two pieces of terrain in function swap_terrain().zelgadis2008-12-111-1/+2
* Savefile compatibility breakage from keeping track of which spells have beenzelgadis2008-12-041-6/+14
* Fix bug 2298697: for dealing with weapons of returning which fail to return,zelgadis2008-11-221-1/+2
* Mark quivered items as equipped (interface only, not gameplay.)haranp2008-09-301-1/+1
* God-gifted (i.e. Nemelex-gifted) decks now ID after one card if it's notharanp2008-09-141-0/+1
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* Apply Yelve Yakut's patch (2020369) to list monsters and items in view.j-p-e-g2008-08-021-0/+6
* Massive overhaul to move towards coord_def().haranp2008-07-301-1/+1
* More cleanups and fixes.haranp2008-07-231-1/+1
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-3/+3
* Force quiver to attempt to use the exact same item in inventory (slotj-p-e-g2008-06-291-1/+2
* Just for kicks, reuse monster property mname to name zombies/skeletonsj-p-e-g2008-05-301-0/+1
* Abyssal rune tedium reduction:dshaligram2008-05-261-3/+4
* [1923246] Item pickup marker moves itself when the item it's guarding is appo...dshaligram2008-03-311-1/+1
* Applying static method conventions to acr.cc and items.cc - this resultedj-p-e-g2008-03-251-11/+0
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-1/+1
* Moved handle_time and friends to effects.cc.dshaligram2007-12-301-15/+0
* [1859486] Fixed skeletons weighing five times more than intended, burden stat...dshaligram2007-12-281-0/+1
* Fixed bugs in greedy-explore's item ignore prompts.dshaligram2007-10-251-1/+1
* [1779076] Greedy explore will ignore items (after prompting) if autopickup fa...dshaligram2007-10-241-0/+1
* [1813214] Trog should not gift the Wrath of Trog.dshaligram2007-10-151-1/+1
* Cleanup: move_item_to_grid returns a bool to indicate that drop was successful.dshaligram2007-10-151-1/+1
* Made Xom be smarter about being amused at losing/missing runes, andzelgadis2007-10-021-1/+5
* This commit breaks save file compatability.zelgadis2007-09-301-0/+3
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+12
* Implementing patch 1783079 (improved inscriptions) byj-p-e-g2007-09-021-0/+4
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-1/+2
* Implemented 1633998: summary line for large stacks, controlled by theharanp2007-06-301-1/+1
* Nemelexites now require confirmation before offering runes, orbs, orharanp2007-05-151-0/+1
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-1/+1
* Various cleanups. Also fixed bug 1703500, inventory letters appearing twiceharanp2007-04-251-0/+2
* Suppress doubled autopickup messages.dshaligram2007-03-111-1/+1
* [1632207] Dropping items on an altar while praying will offer those items todshaligram2007-01-101-1/+1
* Fix for bug 1622129, safe_autopickup check was happening before monsterharanp2006-12-291-0/+3
* Try to merge items before reporting explore stop messages.dshaligram2006-12-121-0/+1
* Fixed bug where Pandemonium demonlords did not get their rightful runesdshaligram2006-12-081-0/+2
* [1597293] Preliminary greedy-explore, parked on Ctrl-I. We can (re)move it if...dshaligram2006-12-011-0/+3
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-6/+4