summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed acquirement giving unwearable armour (Iaido).dshaligram2007-08-041-70/+84
* Restrictions during bat form. Disallowed a number of actions.j-p-e-g2007-08-021-0/+6
* [1758272] Use cancelable_get_line for inscriptions.dshaligram2007-08-011-3/+9
* Added rod of venom [1701655]. Redid some braindead staff handling.haranp2007-07-261-3/+5
* Added potions of resistance, which give fire, electricity and cold resist forharanp2007-07-231-65/+43
* Drop Control Teleport and Controlled Blink by one spell level each.dshaligram2007-07-151-1/+1
* [1746014] Added an implicit quiver when firing missiles:dshaligram2007-07-131-28/+176
* Cleaned up magic mapping: the test regarding whether you can magic mapharanp2007-07-131-10/+5
* [1752536] fire_order is now smarter.dshaligram2007-07-121-89/+49
* [1739347] Fixed acquirement giving unwieldable weapons.dshaligram2007-07-091-8/+11
* Transformation cleanup.haranp2007-07-091-3/+3
* Note improvements (1749776). Double notes are possible if regexpsharanp2007-07-081-0/+3
* Lots and lots of type safety.haranp2007-07-081-3/+3
* Describing items now works better in shops (fixes 1749246.)haranp2007-07-071-45/+33
* Tweaked javelins so they're pure throwing, no polearm skill involved.dshaligram2007-07-061-6/+4
* Implemented Blade card.haranp2007-07-041-13/+15
* [1747469] You shouldn't even try to take off your cloak when swappingharanp2007-07-041-0/+8
* Fixed debug fight simulator.dshaligram2007-07-031-3/+5
* Manual update (David).dshaligram2007-07-031-36/+98
* Made the weapon warning one-off (until you change weapons.)haranp2007-07-031-0/+3
* Missiles inscribed {poison} shouldn't be poisonous (probably in 0.2.x as well.)haranp2007-06-281-1/+1
* Fixup of gunofdis patch for returning weapons [1744612]:haranp2007-06-281-2/+13
* Implemented 1735752: wands are (fake-)inscribed with the number of timesharanp2007-06-271-10/+6
* Added the Portaled Projectile spell, following 1686312.haranp2007-06-271-26/+28
* Weapon-swap (') now respects !w (1744049).haranp2007-06-271-2/+5
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-19/+19
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-0/+1
* Correct "artifact" to "artefact".dshaligram2007-06-201-1/+1
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-2/+3
* [1738010] Stash-tracker now also tracks traps and other dungeon features.dshaligram2007-06-171-0/+6
* Fixed off-by-one error in waypoint and exclude setting on the level-map (Erik).dshaligram2007-06-091-2/+2
* Flush macro input buffer when fire command fails (Erik).dshaligram2007-06-081-0/+3
* [1728745] When reading books, exiting from a spell description leaves you indshaligram2007-06-021-20/+17
* sort_menus now allows the user to choose what menus to sort, and how todshaligram2007-05-311-10/+10
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-1/+60
* Amulet/ring swapping now respects !R, !*.haranp2007-05-111-22/+30
* Lanterns of shadows now cut vision radius by 2. This may be too good.haranp2007-05-081-1/+3
* Zappiness type safety.haranp2007-05-071-1/+2
* Some code review and cleanup.haranp2007-04-281-20/+9
* Minotaurs can now map labyrinths (1708374).haranp2007-04-271-2/+2
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-0/+1
* Cleaned up shop-handling code considerably.haranp2007-04-241-1/+1
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-9/+9
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-116/+73
* Show item being inscribed before inscribing (Erik.)haranp2007-04-141-1/+1
* Added ice statues.dshaligram2007-04-091-2/+3
* Default targeting on unidentified wands to enemies.dshaligram2007-03-261-2/+2
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-1/+1
* Added !f inscription per 1680734.haranp2007-03-151-2/+8
* Move spell targeting before miscast check. Not everything is moved - spellsdshaligram2007-03-141-1/+0