summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-damage.h
Commit message (Expand)AuthorAgeFilesLines
* Rename nuke_wall() destroy_wall()reaverb2014-06-051-1/+1
* Fix various tracer issues with the Rod of DestructionDracoOmega2014-03-221-0/+2
* Allow ghost casting of dazzling spray (Grunt).gammafunk2014-03-061-2/+1
* Glaciate.Steve Melenchuk2014-02-251-0/+3
* Merge branch 'demonspawn-enemies'Steve Melenchuk2014-01-281-1/+2
|\
| * Demonspawn chaos champions: Chain of Chaos.Steve Melenchuk2014-01-211-1/+2
* | A single-target variant of Ignite Poison for monstersDracoOmega2014-01-281-0/+2
* | Make Ignite Poison properly useable by monsters, overhaul effect on playersDracoOmega2014-01-281-1/+1
* | Revamp shock serpentsDracoOmega2014-01-281-1/+2
* | Let monsters cast Static Discharge; support for arbitrary start points.Steve Melenchuk2014-01-281-0/+1
* | Revert "Revive a monster Ignite Poison implementation for FoVM enemies."Steve Melenchuk2014-01-271-5/+0
* | Revive a monster Ignite Poison implementation for FoVM enemies.Steve Melenchuk2014-01-271-0/+5
|/
* Don't allow cancelling the refrigeration effect from ?vorpaliseMarvinPA2013-08-141-1/+1
* New player spell: Searing RayDracoOmega2013-07-151-0/+4
* Revamp Olgreb's Toxic RadianceDracoOmega2013-07-151-0/+4
* Round two of duplicate code pruning for LOS attack spells.Steve Melenchuk2013-05-061-3/+3
* Add Dazzling Spray spellDracoOmega2013-01-281-0/+4
* Refactor fireball to use standard zap routineDracoOmega2013-01-281-1/+0
* Revert "Prune duplicate code for LOS attack spells."Steve Melenchuk2013-01-241-3/+3
* Prune duplicate code for LOS attack spells.Steve Melenchuk2013-01-201-3/+3
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Make shatter functions static again.Adam Borowski2012-08-291-4/+0
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Have deaths by monster Shatter indicate that Shatter was used.Steve Melenchuk2012-08-201-1/+1
* Implement a monster tracer for Shatter.Adam Borowski2012-08-201-0/+1
* Monster Shatter, by Grunt.Adam Borowski2012-08-191-0/+4
* Improve player LRD targetting.Steve Melenchuk2012-07-061-1/+8
* Rod of lightning.Adam Borowski2012-06-221-0/+2
* Make Olgreb's Toxic Radiance depend on power for levels of poison inflictedChris Campbell2011-11-111-1/+1
* A shillelagh.Adam Borowski2011-09-131-0/+1
* Don't miscast when the spell can still be aborted (#4281).Raphael Langella2011-07-211-16/+18
* Fix teleportation moving Tornado with you.Adam Borowski2011-07-181-1/+2
* Singing Sword damage.Adam Borowski2011-07-081-0/+1
* cppcheck: pass const strings by reference. Alloc + copy less.Adam Borowski2011-07-051-1/+1
* Don't lose a turn when cancelling an airstrike or striking an immune target.Adam Borowski2011-07-021-3/+1
* Move some monster spell code around.Adam Borowski2011-06-041-0/+4
* Don't let the vorpalise weapon effect destroy potions or scrolls.Johanna Ploog2011-03-141-1/+2
* Code cleanup: burn_freeze -> cast_freeze.Eino Keskitalo2011-03-031-1/+1
* A monster ench perm_tornado which does what it says on the tin.Adam Borowski2011-01-041-1/+1
* Thin spellbooks somewhat.Adam Borowski2010-12-101-1/+0
* Abort Tornado when taking stairs.Adam Borowski2010-11-221-0/+1
* The Tornado spell, first stab.Adam Borowski2010-11-121-0/+2
* Make large rocks do extra damage with sandblast.Robert Vollmert2010-09-141-1/+1
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-2/+2
* Rename variables named "monster" to "mons" or similar.Robert Vollmert2010-09-051-2/+2
* Move the remaining damage spells into spl-damage.cc.Johanna Ploog2010-08-221-0/+32