summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a missing break statement to fix unID'd scroll of recharging enchanting j-p-e-g2008-04-201-2/+2
* Rename functions to avoid confusion: is_blessable() -> is_convertible(), dolorous2008-04-181-4/+4
* Revert quarterstaves' damage and accuracy to pre-4.1 values: 7, +6.dolorous2008-04-171-1/+1
* Clean up TSO's weapon blessing again.dolorous2008-04-171-25/+4
* Add weapon blessing-related cleanups.dolorous2008-04-161-22/+24
* Allow TSO to bless non-artefact blessed weapons, if the player ever dolorous2008-04-161-0/+3
* Don't allow weapons converted by TSO to be racial anymore.dolorous2008-04-161-1/+4
* Let TSO's weapon blessing for players work on weapons that have the holy dolorous2008-04-161-0/+24
* Let TSO's weapon blessing for the player create blessed variants of all dolorous2008-04-151-11/+88
* Comment fix.dolorous2008-04-151-1/+1
* Add more weapon blessing cleanups for TSO.dolorous2008-04-151-5/+24
* Let TSO's "holy attack power" blessing for followers turn demon blades dolorous2008-04-151-2/+2
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-106/+106
* Quiver work:pauldubois2008-04-141-2/+3
* Make TSO's blessing turn demon blades turn into blessed blades again, dolorous2008-04-141-2/+2
* Let TSO's blessings properly convert demonic weapons into non-demonic dolorous2008-04-141-22/+48
* For TSO, make the rarest blessing that of branding a monster's weapon dolorous2008-03-281-4/+4
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-261-0/+6
* Fix 1923913: blood spattering into fountainsj-p-e-g2008-03-241-6/+2
* Add a weapon enchantment blessing that will enchant a monster's weapon dolorous2008-03-231-1/+28
* Make Zin dislike when the player takes an action that makes an alreadyj-p-e-g2008-03-211-0/+1
* Remove paws and sleepiness mutations. Those two just don't cut it.j-p-e-g2008-03-201-8/+0
* Add minor cosmetic fixes.dolorous2008-03-091-1/+1
* [FR 1909388] Command key changesj-p-e-g2008-03-091-3/+2
* [Bug 1907221] Add "Modified for Crawl Reference" statement and author to aj-p-e-g2008-03-081-1/+1
* Fix an inaccurate comment. Also, make the damage and accuracy of dolorous2008-03-051-1/+1
* [FR 1903593] Change identification process of j-p-e-g2008-03-031-0/+41
* Outsource randart names.j-p-e-g2008-02-241-0/+6
* 'DD' is now an alias for 'Dy'.haranp2008-01-161-0/+8
* s/LONG_SWORDS/LONG_BLADES/ (cbus).dshaligram2008-01-101-12/+12
* List quiver in status section like you do for the hand weapon.j-p-e-g2008-01-091-1/+3
* Removed DISRUPTION brand and added DRAGON_SLAYING.j-p-e-g2008-01-071-2/+1
* Remove studded leather armor, as its implementation is unfinished, it's dolorous2007-12-161-5/+1
* Reallow racial eveningstars (dwarven and orcish), since executioners' dolorous2007-12-161-1/+0
* After some more thought, reallow racial ancuses, but only orcish ones. dolorous2007-12-151-1/+2
* Disallow racial eveningstars, as they never show up randomly. Also, dolorous2007-12-151-0/+1
* Disallow racial blessed blades, as they never show up randomly.dolorous2007-12-151-1/+2
* Disallow racial ancuses. They don't show up randomly, elves don't make dolorous2007-12-151-0/+1
* Disallow racial scythes. They're never generated randomly, elves and dolorous2007-12-151-0/+1
* Fix [1813286]: Rename the lochaber axe to the bardiche, and change its dolorous2007-12-141-2/+2
* Actually allow elven whips in set_equip_race().dolorous2007-12-131-1/+2
* In set_equip_race(), disallow dwarven whips, since they don't show up dolorous2007-12-131-0/+1
* Allow racial whips again, as orc and elf monsters can get them (oops), dolorous2007-12-131-1/+0
* Add still more consistency fixes regarding racial weapons, based on dolorous2007-12-131-7/+26
* In set_equip_race(), disallow elven crossbows, dwarven bows and hand dolorous2007-12-131-2/+9
* When trying to wear a hard helmet as a kenku, display "That helmet does dolorous2007-12-131-1/+1
* Add minor cleanups of the new helmet handling code: use is_hard_helmet() dolorous2007-12-121-7/+6
* And fix compilation breakage (oops again).dolorous2007-12-111-1/+1
* Fix the disabling of dwarven and orcish soft helmets to disable *only* dolorous2007-12-111-2/+2
* Add one last consistency fix for equipment. Disallow elven hard helmets dolorous2007-12-101-2/+13