summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-1/+1
* mon-cast: fix is_valid_mon_spell()Matthew Cline2009-11-061-7/+14
* Generalize monster targeting of beneficial spells slightly.Charles Otto2009-11-061-1/+19
* Remove trailing whitespace.David Lawrence Ramsey2009-11-061-2/+2
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-2/+2
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-7/+7
* Fix target/caster aligned attitude check for Haste Other.David Lawrence Ramsey2009-11-061-2/+2
* Simplify.David Lawrence Ramsey2009-11-061-2/+2
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-3/+3
* Full set of (monster) summon elemental spells (Mu).Jude Brown2009-11-061-1/+22
* Error for non-monster spells in monster specsMatthew Cline2009-11-051-1/+40
* Add haste other as a monster spellCharles Otto2009-11-061-0/+52
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-1/+1
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-4/+4
* Replace uses of player_is_swimming with you.swimming.Vsevolod Kozlov2009-11-051-1/+1
* New monster spell: Summon Eyeballs.Jude Brown2009-11-051-0/+25
* Sound overhaul: sound where spell hitsMatthew Cline2009-11-041-3/+8
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Allow vaults to override monster spells with spells:<xyz>Darshan Shaligram2009-11-041-30/+14
* Make Chain Lightning a monster spell, add an user of it (Nikola).Adam Borowski2009-11-031-0/+6
* Rename "Fling Icicle" to "Throw Icicle".David Ploog2009-11-031-1/+1
* Split up monstuff.ccMatthew Cline2009-11-011-0/+2357