summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Make staves and rods separate object classes.Adam Borowski2012-06-121-39/+20
* Rename scrolls of summoning to unholy creation.Adam Borowski2012-04-181-3/+3
* Don't look up spells on a non-spellbook non-rod.Adam Borowski2012-04-051-0/+3
* Cut some massive code duplication.Adam Borowski2012-04-051-157/+47
* Make some more functions static/gone.Adam Borowski2012-03-251-3/+3
* Remove the Holy spell school.Adam Borowski2012-03-081-42/+0
* Make Fedhas hate scrolls of summoning; all abominations are part undead now.David Lawrence Ramsey2012-01-141-0/+3
* Auto-id evil weapons for Elyvilon worshippers.Adam Borowski2011-12-071-1/+1
* Remove Metabolic EnglaciationChris Campbell2011-11-111-1/+1
* Remove the ranged brand of reaping (unused for over a year).Adam Borowski2011-11-061-12/+0
* Mark the Wrath of Trog as a hasty itemChris Campbell2011-10-221-1/+3
* Fix Zin's potentially hating some randart books for no reason.David Lawrence Ramsey2011-03-301-1/+4
* Fix Chei hating some randart books for no reason.Raphael Langella2011-03-301-1/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Add a new item_is_spellbook() function.Raphael Langella2011-02-101-8/+2
* Make rage-inducing missiles considered to be potentially hastyMatt Mills2010-12-051-1/+1
* Fix non-boolean return values in is_poisoned_item().David Lawrence Ramsey2010-09-251-2/+2
* Move TSO's checks for poisoned items into its own function.David Lawrence Ramsey2010-09-251-31/+31
* Reorganize functions a bit.David Lawrence Ramsey2010-09-251-9/+9
* Add minor cosmetic fixes.David Lawrence Ramsey2010-05-051-5/+5
* Add missing break in is_unclean_item().David Lawrence Ramsey2010-05-051-0/+1
* Fix part of Mantis 1494.David Lawrence Ramsey2010-05-051-1/+33
* Remove outdated references to god_hates_spell_typeCharles Otto2010-02-111-6/+1
* switch god_hates_spell_type in favor of god_hates_spellDMBrownrigg2010-02-111-46/+6
* Remove artefact.h #include from goditem.h.Robert Vollmert2010-02-111-0/+1
* Make Fedhas only care about necromancy that affects corpses/chunksCharles Otto2010-02-071-9/+62
* Don't mark weapons of distortion as chaotic or potentially unholyDavid Lawrence Ramsey2010-02-061-15/+1
* Mark weapons of distortion as chaotic and potentially unholy.David Lawrence Ramsey2010-02-051-1/+26
* Since abominations are now chaotic, scrolls of summoning should be too.David Lawrence Ramsey2010-01-201-0/+3
* Remove resist slowing, increment tag major version.Darshan Shaligram2010-01-101-2/+1
* Properly mark blessed whips as TSO gifts (Scourges instead of Blades).David Lawrence Ramsey2009-11-191-1/+1
* Split chaotic things into unclean and chaotic things.David Lawrence Ramsey2009-11-191-2/+53
* Split itemprop enums out into itemprop-enum.h.Robert Vollmert2009-11-171-0/+1
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-2/+5
* Fix misplaced parentheses.David Lawrence Ramsey2009-11-131-5/+5
* Revert "Mark potions of decay as chaotic, since they cause rotting."David Lawrence Ramsey2009-11-131-2/+1
* Mark potions of decay as chaotic, since they cause rotting.David Lawrence Ramsey2009-11-131-1/+2
* Rename SPELL_MASS_SLEEP -> SPELL_ENGLACIATION.Jude Brown2009-11-121-1/+1
* Rename SPELL_SLEEP -> SPELL_HIBERNATE, and relevant ZAP/BEAM.Jude Brown2009-11-121-1/+1
* Fix good_god_hates_item_handling() to handle the unholy/evil split.David Lawrence Ramsey2009-11-111-4/+12
* Properly split up unholy and evil items, reworking is_(unholy|evil)().David Lawrence Ramsey2009-11-101-10/+61
* Use wrapper functions properly when checking for holy spells.David Lawrence Ramsey2009-11-101-6/+7
* Simplify some spell discipline checks.David Lawrence Ramsey2009-11-101-6/+6
* For artefact spellbook purposes, mark necromancy as hated by Fedhas.David Lawrence Ramsey2009-11-101-0/+8
* Add spell flag SPFLAG_HASTY, and mark hasty spells with it.David Lawrence Ramsey2009-11-091-4/+3
* Properly mark rods and spellbooks disliked by Cheibriados.David Lawrence Ramsey2009-11-091-3/+19
* Add spell flag SPFLAG_CHAOTIC, and mark all chaotic spells with it.David Lawrence Ramsey2009-11-091-8/+4
* Since Corpse Rot causes rotting, mark it as a chaotic spell too.David Lawrence Ramsey2009-11-091-0/+1
* Mark Summon Drakes as chaotic, since it can summon death drakes.David Lawrence Ramsey2009-11-091-0/+1
* Since miasma causes rotting, add it to the list of chaotic spells.David Lawrence Ramsey2009-11-091-0/+1