summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-clouds.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Use monster_type nearly everywhere.Adam Borowski2012-03-221-1/+1
* Use actor->is_player() consistently instead of (actor->atype() == ACT_PLAYER).Adam Borowski2012-03-221-1/+1
* Fix phoenix farming: XP is given only once the corpse is destroyed.Adam Borowski2012-02-161-0/+3
* Get rid of USisms in spelling of -ll- and -tt-.Adam Borowski2012-01-251-1/+1
* Block smiting in the targetting phase, unify redundant code.Adam Borowski2011-12-061-12/+0
* Prevent casting some smite-targeted spells through transparent wallsChris Campbell2011-12-051-1/+7
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-12/+12
* Allow specification of cloud exclusion radius, also via Lua; cloud traps.Jude Brown2011-11-021-3/+4
* Allow Conjure Flame to burn down trees.Adam Borowski2011-10-211-2/+15
* Clean up all the old mimic code.Raphael Langella2011-09-051-1/+1
* Don't miscast when the spell can still be aborted (#4281).Raphael Langella2011-07-211-26/+43
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* Ring of Flames changes.elliptic2011-02-271-0/+5
* Don't let Conjure Flame be used for free reveal of mimics.Adam Borowski2011-02-111-1/+1
* Fix cloud spells range (again).Raphael Langella2011-02-041-1/+1
* Fix cloud spells range.Raphael Langella2011-02-031-2/+2
* Fix casting cloud spells out of range.Raphael Langella2011-02-031-0/+7
* Fix casting cloud spells on (and through) walls.Raphael Langella2011-01-291-2/+8
* Evaporate no longer uses throwing skill.Jude Brown2011-01-161-3/+1
* Split trees into trees-on-land and trees-on-water.Adam Borowski2011-01-051-0/+1
* Store the blame when clouds are placed.Adam Borowski2010-12-261-37/+12
* Convert corpse rot into a monster-castable sell.Jude Brown2010-12-261-4/+10
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-9/+9
* Fix some range inconsistencies.Adam Borowski2010-10-101-2/+2
* Restore casting noise for target spells.Raphael Langella2010-09-291-0/+4
* Make mephitic cloud fire tracer also if self-aimed.Robert Vollmert2010-09-161-17/+13
* Merge branch 'master' into holyhaulAdam Borowski2010-09-061-9/+22
|\
| * Rename class "monsters" to "monster".Robert Vollmert2010-09-051-1/+1
| * Rename variables named "monster" to "mons" or similar.Robert Vollmert2010-09-051-3/+3
| * more accurate conjure flame error messagesJesse Luehrs2010-09-041-2/+16
| * Collect calls to exercise() and sort by action instead of skill.Robert Vollmert2010-09-031-2/+2
| * Trim unused #includes somewhat.Adam Borowski2010-08-231-1/+0
* | Merge commit '3b956b63' (the great spell moving) into holyhaulAdam Borowski2010-09-061-0/+24
|/
* Move cloud-generating spells into new file spl-clouds.cc.Johanna Ploog2010-08-211-0/+532