summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make Geryon drop his horn when pacified, improve his descriptionChris Campbell2011-10-241-0/+1
* Items that can't be easily swapped need to be equipped to allow training.Raphael Langella2011-10-211-0/+1
* Simplify and tweak the checks for training evocations.Raphael Langella2011-10-211-1/+0
* Fix evokable items not training evocations.Raphael Langella2011-10-201-0/+1
* Allow boots of levitation and cloak of darkness to train evocations (#4743).Raphael Langella2011-10-191-1/+0
* Allow training of evocations when an evokable jewellery is identified (#4767).Raphael Langella2011-10-171-0/+1
* Always identify scrolls of enchant weapon.Adam Borowski2011-10-111-2/+0
* Replace the unknown skill dance by skill training restrictions.Raphael Langella2011-09-281-0/+2
* Make reaching more extensible.Adam Borowski2011-09-091-0/+3
* Add utility function is_whip_type(), and use it for all whip special cases.David Lawrence Ramsey2011-06-281-0/+2
* Ashenzari don't warn about not branded items carried by monsters.Raphael Langella2011-05-171-0/+1
* Condense bondage messages into a single one when uncursing several items.Raphael Langella2011-05-111-1/+2
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Add a new item_is_spellbook() function.Raphael Langella2011-02-101-0/+2
* Add spacing fix.David Lawrence Ramsey2011-02-081-1/+1
* Don't randomly generate fizzing potions, nor mimic them.Jude Brown2011-01-081-0/+1
* Make monsters consider resistances along with AC for armour pickup.Johanna Ploog2011-01-061-0/+9
* Don't consider over-expensive shop items as "seen" for acquirement purposes.Adam Borowski2010-12-211-0/+1
* Don't define max. wand charges in two different places.Johanna Ploog2010-12-141-0/+1
* Ashenzari: block scrolls of enchant foo from removing curses.Adam Borowski2010-11-121-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-53/+53
* Get rid of some more insidious longs.Adam Borowski2010-10-041-8/+8
* Inscribe "was cursed" for items uncursed using enchant foo. (#1791)Robert Vollmert2010-09-101-1/+1
* Rename chars used as numbers to int8_t/uint8_t. Fix some other type usage.Adam Borowski2010-07-301-1/+1
* [1109] Check for available corpse for fulsome distillation before checking fo...Darshan Shaligram2010-07-211-0/+2
* Keep track of different fruit types the player has found for the 2010 tournam...Darshan Shaligram2010-07-141-0/+1
* Rename is_rune* to item_is_rune*, make mark_milestone usable without dgl chec...Darshan Shaligram2010-07-141-0/+5
* Roll back player_aux_unarmed rewrite.Robert Vollmert2010-05-061-3/+0
* Rewrite player_aux_unarmed for maintainabilityRobert Burnham2010-05-041-0/+2
* Extract pre-known missile brands into missile_brand_obvious().Robert Vollmert2010-03-071-0/+1
* Merge ammo brand naming from name_aux and missile_brand_name.Robert Vollmert2010-03-041-1/+1
* Base type, sub type and ego wrappers for dLua items.Jude Brown2010-02-111-0/+3
* Track all seen weapon/armour base types and their brands, for acq purposes.Adam Borowski2010-01-041-0/+1
* IOOD vs shields: blocks (boo!) and reflection (yay!)Adam Borowski2009-12-311-0/+1
* Make item_is_mundane a method of item_def.Vsevolod Kozlov2009-12-271-3/+0
* Replace uses of item_cursed with item_def::cursed.Vsevolod Kozlov2009-12-271-1/+0
* Make item_is_critical a method of item_def.Vsevolod Kozlov2009-12-271-3/+0
* Properly mark blessed whips as TSO gifts (Scourges instead of Blades).David Lawrence Ramsey2009-11-191-2/+2
* Split itemprop enums out into itemprop-enum.h.Robert Vollmert2009-11-171-564/+2
* Warper Overhaul - Renamed to Arcane Marksmanjohnny shelley2009-11-141-1/+2
* Remove unused armour_not_shiny.Vsevolod Kozlov2009-11-081-1/+0
* Remove unused armour_str_required.Vsevolod Kozlov2009-11-081-1/+0
* Remove unused check_armour_shape.Vsevolod Kozlov2009-11-081-1/+0
* Remove unused check_jewellery_size.Vsevolod Kozlov2009-11-081-1/+0
* Remove unused is_tool.Vsevolod Kozlov2009-11-081-1/+0
* Remove externs include from itemprop.h.Robert Vollmert2009-11-081-2/+0
* Remove unused weapon_impact_mass and weapon_str_required.Vsevolod Kozlov2009-11-071-2/+0
* Remove unused is_colourful_item.Vsevolod Kozlov2009-11-071-2/+0
* Remove unused get_inv_wielded and get_inv_in_hand.Vsevolod Kozlov2009-11-071-3/+0
* Remove unused check_weapon_shape.Vsevolod Kozlov2009-11-071-2/+0