summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup for ignite_poison(), inspired by [2204223].haranp2009-01-081-1/+0
* Make the position of monster held items (-2, -2) rather than (0, 0), so thatzelgadis2009-01-081-26/+36
* Yet another fix to the arena win/loss/tie logic.zelgadis2009-01-071-1/+15
* Greatly improve eating interface, as suggested in FRs 1923273 and 2018733.j-p-e-g2009-01-061-0/+10
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Fixed 2481704: Travel stopping for spellcasting monsters without LOSj-p-e-g2009-01-021-0/+3
* * Dump spells contained in randart spellbooks, marking memorised spellsj-p-e-g2008-12-291-6/+6
* Add whitespace fixes.dolorous2008-12-221-1/+1
* autopickup_no_burden no longer influences manual pickup.haranp2008-12-131-42/+1
* Fix spurious encumberance messages when combining ammo in inventory.haranp2008-12-131-5/+7
* Bug 2414178: applied Brendan MacDonell's patch (2414671) to make the book orderzelgadis2008-12-111-2/+2
* Generalize swapping two pieces of terrain in function swap_terrain().zelgadis2008-12-111-2/+3
* Fix bug 2398346: don't record note on identify-by-wearing of mundane armour.zelgadis2008-12-071-0/+19
* Savefile compatibility breakage from keeping track of which spells have beenzelgadis2008-12-041-17/+38
* Changed player attribute type from unsigned char to unsigned long. Breakszelgadis2008-11-291-0/+1
* Oops, was forgetting to set the portal vault origin string from withinzelgadis2008-11-251-0/+1
* For items that originate in a portal vault, store the string describingzelgadis2008-11-241-0/+20
* Allow .des files to place manuals with names as "manual of Fighting" or "rand...dshaligram2008-11-231-1/+20
* Oops, used tabs instead of spaces for indentation in items.cc and mon-util.cc.zelgadis2008-11-221-2/+2
* Fix bug 2298697: for dealing with weapons of returning which fail to return,zelgadis2008-11-221-0/+18
* Add miscellaneous minor fixes.dolorous2008-11-181-1/+1
* * Tweak a number of starting choice restrictions. (FR 2106062)j-p-e-g2008-11-061-25/+82
* Fix 2162827: tag length calculation was incorrect.haranp2008-10-131-1/+1
* * Fix some bugs for the autoexclusion I forgot to commit last weekend.j-p-e-g2008-10-111-0/+2
* Decouple zap_type from wand_type prepatory to a big beam() rewrite.haranp2008-10-091-12/+25
* Redid monster death idiom so that monsters::hurt can implicitlyharanp2008-10-041-4/+0
* Mark quivered items as equipped (interface only, not gameplay.)haranp2008-09-301-12/+5
* Fix 2134320: mummy curse had disappeared.haranp2008-09-291-1/+1
* Add whitespace fixes.dolorous2008-09-281-2/+2
* Fix 2111406, 2058865: stacking interacting badly with allies.haranp2008-09-201-1/+1
* God-gifted (i.e. Nemelex-gifted) decks now ID after one card if it's notharanp2008-09-141-0/+15
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-12/+0
* Fix 2059618: god gifts were not autoinscribed.haranp2008-09-121-4/+12
* [2029973] Saner autopickup exceptions (doy).dshaligram2008-09-021-29/+10
* Apply Yelve Yakut's patch (2020369) to list monsters and items in view.j-p-e-g2008-08-021-10/+8
* Fix 2029792: drop menu lets you choose more than the amount of the item.haranp2008-07-301-1/+1
* Massive overhaul to move towards coord_def().haranp2008-07-301-88/+64
* More cleanups and fixes.haranp2008-07-231-4/+4
* Massive change from using x and y to using coord_defs(). Not quite tested,haranp2008-07-221-59/+62
* Fix item_is_equipped() identifying nonequipped as equipped.haranp2008-07-171-3/+1
* Refix food eating issue bug introduced by my previous fix of it.haranp2008-07-171-2/+4
* Fix dangling inscription for coagulated blood.j-p-e-g2008-07-151-2/+1
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-5/+2
* Fix 2008976: Unlinked items after area_shift()j-p-e-g2008-07-081-2/+12
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-8/+8
* Fix bug introduced in r6347 (oops): igrd wasn't being cleaned when moving.haranp2008-07-021-0/+2
* Many code cleanups, mostly involving using stack_iterator andharanp2008-07-021-72/+36
* Revert the change on ammo handling for Tiles, and replace it with a morej-p-e-g2008-07-021-3/+3
* Force quiver to attempt to use the exact same item in inventory (slotj-p-e-g2008-06-291-15/+18
* Disallow quivering equipped items. (You can still (fi)re your wieldedj-p-e-g2008-06-261-1/+1