summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
Commit message (Expand)AuthorAgeFilesLines
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-1/+1
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-3/+3
* A few more cleanups.haranp2008-07-021-13/+6
* Fix ?immolation not being autoID'd upon reading.j-p-e-g2008-06-221-2/+3
* Clean up handling of killing mutators or rotters (i.e., chaotic beings), dolorous2008-06-121-1/+1
* Add still more minor cosmetic fixes.dolorous2008-06-101-1/+1
* Clean-up (renaming static methods and comments) in a number of files.j-p-e-g2008-06-101-107/+113
* Reorder spells in your_spells() and clean up.j-p-e-g2008-06-101-49/+59
* Modify Evaporate and Stinking Cloud to prompt when firing throughj-p-e-g2008-06-101-22/+42
* Modify Portal Projectile to use the quiver interface, so you can nowj-p-e-g2008-06-081-23/+19
* Clean up "Conjure Ball Lightning".dolorous2008-06-081-49/+0
* Clean up "Sticks to Snakes", too.dolorous2008-06-081-119/+0
* Clean up handling of angered monsters.dolorous2008-06-081-1/+1
* Consolidate "Call Canine Familiar" into summon_general_creature().dolorous2008-06-071-38/+0
* Consolidate "Summon Dragon" into summon_general_creature() as well.dolorous2008-06-071-22/+0
* Consolidate "Summon Butterflies" into summon_general_creature().dolorous2008-06-071-15/+0
* Fix zombies of wrong habitat on land. It turns out that all thosej-p-e-g2008-06-041-0/+9
* For (some) consistency, make monster::foe an unsigned short, since that dolorous2008-06-031-3/+4
* Revert the previous int -> unsigned in changes, as they don't match some dolorous2008-06-031-2/+1
* Add type fix: attacking targets are unsigned ints, not ints.dolorous2008-06-031-4/+4
* Fix a recent bug of mine that blocked the friendly fire prompts.j-p-e-g2008-06-021-2/+2
* Consolidate all cases where corpses are turned into skeletons, asj-p-e-g2008-05-311-5/+1
* Add more noise-related cleanups.dolorous2008-05-281-5/+3
* Yet another session of comment/whitespace cleanups.j-p-e-g2008-05-271-10/+8
* Improve player beam tracer for firing through friendlies:j-p-e-g2008-05-221-5/+8
* Remove unneeded blank line.dolorous2008-05-181-1/+0
* Pull code from mon->can_see(target) into a new function mon->see_grid()j-p-e-g2008-05-181-61/+61
* Fix BR 1959133 (Shiori): change Ancus to Ankus.dploog2008-05-161-1/+1
* Fix messages for expiring divine robustness and disappearing divine dolorous2008-05-151-1/+1
* When placed under penance or excommunicated by Zin, remove divine dolorous2008-05-151-0/+8
* Reorder snake selection to favour the nastier snakes when sticks to snakes wo...dshaligram2008-05-101-7/+7
* Make Sticks to Snakes stronger.dshaligram2008-05-101-4/+3
* Simplify handling of monsters angered by the player, and expand it to dolorous2008-05-071-2/+1
* Cleaned up monster generation functions, separate monster zombie type from mo...dshaligram2008-05-051-43/+22
* First attempt at making vampire feeding interruptible. It doesn't workj-p-e-g2008-05-051-4/+2
* Move your_hand() from spells4.cc to misc.cc.dolorous2008-05-041-43/+0
* Simplify checks for monsters susceptible to Ignite Poison.dolorous2008-04-291-9/+1
* Add minor cosmetic fixes.dolorous2008-04-291-3/+2
* Fixed ignite poison not affecting swamp dragons and drakes (jarpiain).dshaligram2008-04-261-0/+1
* Add mesilliac's patch in [1944555] for improved handling of dolorous2008-04-211-1/+2
* More Divine Shield adjustments. The maximum power is now back at 8, but dolorous2008-04-211-4/+4
* Improve TSO's divine shield a bit. Now, the bonus goes up as far as 9 dolorous2008-04-201-4/+4
* Fixes to compile with Visual C++. Moved direct.cc and direct.h to directn.* t...dshaligram2008-04-191-2/+2
* Add a few more spell cleanups.dolorous2008-04-191-2/+2
* Add more summoning spell cleanups.dolorous2008-04-191-21/+30
* Allow vampires to mutate when Satiated or higher, and make non-physicalj-p-e-g2008-04-151-1/+2
* Apply Horst von Brand's (first) patch 1887488: gcc-4.3 compile failures.j-p-e-g2008-04-141-0/+1
* Fix compile (oops) and numerous whitespace changes.j-p-e-g2008-04-141-64/+64
* Overhaul blood potions to work completely differently.j-p-e-g2008-04-141-3/+8
* + allocate and initializepauldubois2008-04-111-2/+10