summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix 1951213: Disallow throwing a quivered wielded cursed item.j-p-e-g2008-04-251-6/+14
* Don't allow undead and demonspawn players to wield holy fixedarts. dolorous2008-04-221-3/+2
* Clean up blessed blade handling a bit.dolorous2008-04-221-2/+1
* Add miscellaneous undead-related fixes. When changing species to dolorous2008-04-221-1/+1
* Change mummy curses to only turn part of a stack of potions into decay.j-p-e-g2008-04-211-19/+5
* Change recursing to work similarly as was suggested by {bdr} - Brent?j-p-e-g2008-04-201-6/+7
* Make randarts with the CURSED property recurse themselves with 1/3j-p-e-g2008-04-201-33/+53
* Add a missing break statement to fix unID'd scroll of recharging enchanting j-p-e-g2008-04-201-2/+7
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-3/+3
* Restrict randart names to a maximum length of 30. (I'd really like to j-p-e-g2008-04-191-8/+8
* [1945775] Print "Okay, then." when aborting wear/take off prompt.j-p-e-g2008-04-181-16/+15
* Fix 1945337: Vampires getting carnivorous/herbivorous mutations.j-p-e-g2008-04-181-0/+12
* Make sure that when TSO makes your wielded weapon an artefact, any stat dolorous2008-04-161-4/+5
* Fix 1933066: Ghosts not being poison resistant.j-p-e-g2008-04-161-0/+3
* Add more weapon blessing cleanups for TSO.dolorous2008-04-151-1/+1
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-7/+7
* Another code cleanup.j-p-e-g2008-04-151-2/+2
* Bug 1941782: Allow vampires to learn spells such as Berserk and j-p-e-g2008-04-141-1/+2
* Fix compile (oops) and numerous whitespace changes.j-p-e-g2008-04-141-14/+12
* Overhaul blood potions to work completely differently.j-p-e-g2008-04-141-0/+17
* Quiver work:pauldubois2008-04-141-3/+2
* A number of whitespace changes. Linux makes this soooo easy. :Pj-p-e-g2008-04-111-77/+77
* Fix 1937869: Have weapon swapping respect spells the character knowsj-p-e-g2008-04-111-41/+100
* + allocate and initializepauldubois2008-04-111-220/+39
* Fix [1939288]: Don't display the "fails to return" message if you throw dolorous2008-04-101-3/+4
* Allow autotargeting of monsters hiding in shallow water ("You see a j-p-e-g2008-04-011-1/+1
* Fix 1869850: Targeting now respects mimics' (un)known status correctly,j-p-e-g2008-03-311-1/+1
* Modify manual and readme to really list the new doc names, and key j-p-e-g2008-03-311-0/+1
* For 1923865pauldubois2008-03-291-5/+7
* Make more static functions follow the coding style guidelines.dolorous2008-03-281-19/+19
* Add fountains of blood (as suggested by Lemuel), and tidy up j-p-e-g2008-03-261-15/+29
* Split potions of blood and potions of coagulated blood into twoj-p-e-g2008-03-261-4/+4
* Tiles:j-p-e-g2008-03-251-5/+11
* fix: 'fi' should not put item in quiver.pauldubois2008-03-251-4/+7
* - Allow 'inscribed' in fire_order. Previously it was a special case andpauldubois2008-03-241-12/+10
* Add a weapon enchantment blessing that will enchant a monster's weapon dolorous2008-03-231-65/+63
* In enchant_weapon(), use the quiet parameter properly in all cases.dolorous2008-03-231-7/+10
* Introduce a temporary neutral brand for tiles because it was driving me nutsj-p-e-g2008-03-231-5/+21
* In enchant_armour(), respect the quiet parameter in all cases.dolorous2008-03-221-4/+9
* Move all armor enchantment messages to enchant_armour().dolorous2008-03-221-3/+7
* Add a blessing to improve AC by enchanting armor or shields by one or dolorous2008-03-221-42/+50
* Remove paws and sleepiness mutations. Those two just don't cut it.j-p-e-g2008-03-201-7/+0
* Some yesno standardisation. Some yesno prompts had a trailing space, some di...pauldubois2008-03-171-4/+4
* 1846578 /digging doesn't target monsterspauldubois2008-03-161-1/+2
* Fixed: Equipped weapons could make their way into fire_order if they were +f.pauldubois2008-03-151-2/+4
* Another few modifications to monster speech, and removed (or rather,j-p-e-g2008-03-131-5/+6
* Modify the Zot trap "Do you really ...?" prompt to only accept "yes" as aj-p-e-g2008-03-121-0/+1
* Fix new firing interface to also apply when selecting items via tile inventory.j-p-e-g2008-03-121-18/+33
* Again on the firing prompt. Ahem.dploog2008-03-111-1/+1
* Changed firing prompt, replacing Ctrl-N/P by (/).dploog2008-03-111-1/+1