summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
Commit message (Expand)AuthorAgeFilesLines
* Add minor cosmetic fixes.dolorous2009-03-141-1/+1
* Fix [2686874]: Make torment wake sleeping monsters if it damages them.dolorous2009-03-141-5/+9
* * Fix wizmode targetting commands not flushing messages correctly.j-p-e-g2009-03-071-13/+19
* Remove gnomes and grey elves. (Can someone check the tiles compile?)haranp2009-03-041-1/+0
* * Mention the spell's name in the forget_spell() miscast effect.j-p-e-g2009-02-271-2/+4
* Remove the Book of Healing again, properly this time. Note that the dolorous2009-02-261-1/+1
* Simplify.dolorous2009-02-251-3/+3
* Simplify healing rate calculation for vampires, and make vampires' dolorous2009-02-251-2/+22
* Add minor cosmetic fix.dolorous2009-02-231-1/+1
* Add Deep Dwarves patch, with some minor changes.haranp2009-02-231-6/+10
* Remove aptitude multipliers when picking skills for randart books sincej-p-e-g2009-02-231-6/+3
* * Fix Sif Muna occasionally gifting manuals.j-p-e-g2009-02-221-1/+2
* For 2089989, reallow friendlies to walk into your damaging clouds inharanp2009-02-211-4/+3
* * Tweak spell number of randart books some more.j-p-e-g2009-02-211-9/+9
* * Lower randart probabilities for book acquirement.j-p-e-g2009-02-201-15/+15
* Book acquirement again:j-p-e-g2009-02-181-29/+34
* Fix [2581197]: Make glow status consistent with magical contamination by dolorous2009-02-171-3/+3
* Fix randart books being much too cheap. (Yes, this was actually a bug.)j-p-e-g2009-02-161-1/+4
* Fix warning.haranp2009-02-151-29/+0
* And Haran is right that deprecated code should be removed rather thanj-p-e-g2009-02-151-158/+4
* Remove debugging statements (argh!) and tweak book acquirement chances.j-p-e-g2009-02-151-9/+2
* Overhaul book acquirement.j-p-e-g2009-02-151-27/+141
* Remove a great many cases where mgrd is accessed directly in favourharanp2009-02-131-19/+21
* Clearing trapping nets moved into player::moveto() and level change.haranp2009-02-121-3/+0
* Comment fix.dolorous2009-02-081-1/+1
* Properly handle holy word when it kills a monster and the monster avoids dolorous2009-02-081-10/+15
* Add yet more minor cosmetic fixes.dolorous2009-02-081-14/+14
* Add whitespace fixes.dolorous2009-02-051-1/+1
* After some thought, remove assumptions about armor subtype order again. dolorous2009-02-051-1/+6
* Comment fix.dolorous2009-02-051-3/+4
* Partially fix get_random_armour_type being completely broken (e.g. wizardharanp2009-02-041-9/+2
* Clean up acquirement subtype determination code. (Another goto bites the dust.)haranp2009-02-041-567/+537
* * Make the fixed level type of randart books more rare.j-p-e-g2009-02-011-2/+2
* FR 2532818: Allow randart books to be named after uniques and legendary mages.j-p-e-g2009-01-291-2/+10
* Properly do bounds checks in _catchup_monster_moves(). After a short dolorous2009-01-261-5/+18
* Comment fix.dolorous2009-01-261-1/+1
* Add yet more minor cosmetic fixes.dolorous2009-01-261-6/+9
* Add still more minor cosmetic fixes.dolorous2009-01-261-6/+5
* Add more minor cosmetic fixes.dolorous2009-01-261-2/+2
* Use random_in_bounds() in another place, and, for paranoia's sake, check dolorous2009-01-261-4/+6
* Clean up direct_effect().dolorous2009-01-261-12/+13
* Add more minor cosmetic fixes.dolorous2009-01-261-2/+2
* Per Haran's suggestion, simplify by using monsters::mindex().dolorous2009-01-191-4/+2
* Clean up.dolorous2009-01-191-1/+1
* Fix monster targeting yet again.dolorous2009-01-191-10/+5
* And fix handling of unset attackers again (oops).dolorous2009-01-191-2/+3
* Set the targets properly for player-caused cleansing flame and dolorous2009-01-191-8/+8
* Expand immolation and cleansing flame as well, so that monsters may be dolorous2009-01-191-10/+48
* Expand effect applicator functions to take an actor parameter, and use dolorous2009-01-191-28/+53
* Fix compilation (oops).dolorous2009-01-191-1/+1