summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-19/+19
* | Make several functions static.Adam Borowski2010-10-131-1/+0
* | Rename class "monsters" to "monster".Robert Vollmert2010-09-051-2/+2
* | Rename variables named "monster" to "mons" or similar.Robert Vollmert2010-09-051-1/+1
* | [1109] Check for available corpse for fulsome distillation before checking fo...Darshan Shaligram2010-07-211-0/+1
* | Rename is_rune* to item_is_rune*, make mark_milestone usable without dgl chec...Darshan Shaligram2010-07-141-2/+0
* | Item generation asserts.Robert Vollmert2010-06-171-0/+2
* | Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* | Make Khufu's tomb shift items to the inside.Adam Borowski2010-04-281-0/+1
* | Update melding code around item_is_equipped.Robert Vollmert2010-03-131-0/+2
|/
* Complete rewrite of direction(). Tiles people need to look at this.Haran Pilpel2010-01-231-0/+8
* 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