summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix [1842182]: Casting either "Detect Traps" or "Detect Creatures" now dolorous2007-12-041-7/+12
* Fixed bad detect items behaviour on pre-mapped squares (Iaido).dshaligram2007-12-021-2/+3
* Fixed bad messages when uniques are poisoned by toxic radiance.dshaligram2007-11-281-4/+58
* [1836426] Fixed penance message sequence for beams, clamped penance messages ...dshaligram2007-11-281-2/+0
* [1837663] Fixed monsters' raise dead using player's LOS.dshaligram2007-11-281-18/+24
* Add more minor fixes:dolorous2007-11-231-2/+2
* Add various patches of mine:dolorous2007-11-201-4/+9
* * Add Cannibalism to list of forbidded actions for good gods.j-p-e-g2007-11-131-1/+2
* [1821096] Olgreb's toxic radiance should not affect submerged monsters (dolor...dshaligram2007-10-271-1/+2
* Backed-out redundant no-xp-for-summons change, already fixed differently by H...dshaligram2007-10-261-7/+0
* No experience for summoned hostile elementals and scorpions (syllogism).dshaligram2007-10-261-3/+10
* [1818799] Reduce message spam from Olgreb's toxic radiance.dshaligram2007-10-241-4/+22
* Blade card now gives feedback when failing to brand.haranp2007-10-231-1/+3
* Summoned monsters now have the (increasingly misnamed) CREATED_FRIENDLYharanp2007-10-161-13/+26
* Added to classes actor, monsters and player the method can_pass_through(),zelgadis2007-10-141-1/+2
* [1808964] Holy Word wakes and annoys affected monsters.dshaligram2007-10-071-1/+2
* This commit breaks save file compatability.zelgadis2007-09-301-1/+9
* Fixed Beogh being angered by killing a non-orc friendly with a beam (cbus).dshaligram2007-09-261-4/+2
* Added additional optional parameter to item_def::name(), ignore_flags,zelgadis2007-09-221-1/+5
* Introduces three new wall types, translucent versions of the normalzelgadis2007-09-191-3/+10
* Elemental summoning shouldn't leak information on invisible monsters [1768784]haranp2007-09-161-1/+9
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+3
* Fixing bugs:j-p-e-g2007-09-141-1/+5
* Several bugfixes.j-p-e-g2007-08-301-1/+5
* Condensed monster descriptions.j-p-e-g2007-08-221-1/+2
* Added bounds check for berserk monsters looking for a target.dshaligram2007-08-071-1/+1
* Brothers-in-Arms set berserk dur = abjuration dur so the summon goes awaydshaligram2007-08-071-31/+45
* Fixed crash resulting from trying to berserkj-p-e-g2007-08-051-2/+5
* Part two of godly changes.j-p-e-g2007-08-041-0/+58
* Corona overrides invisibility. To check if something is *really* invisible, usedshaligram2007-07-151-0/+3
* General code cleanups and goto removal.haranp2007-07-131-4/+2
* Monster enchantment overhaul:dshaligram2007-07-101-2/+2
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-6/+6
* Minor cleanups (especially of Xom code.)haranp2007-07-031-1/+1
* Fix for 1735848: animate dead now skips over corpses which can't beharanp2007-06-291-16/+18
* Added any_glyph_connected() and has_exit_from_glyph() Lua functions for leveldshaligram2007-06-271-1/+1
* Herd can now summon herds (i.e., identical-type monsters.)haranp2007-06-271-4/+9
* Summon Animal ('The Herd') and Summon Any ('summoning') implemented.haranp2007-06-261-22/+43
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-1/+1
* Some more card implementations (resists in Helm, demon summoning.)haranp2007-06-231-8/+8
* Complete revamp of cards and decks, following David's ideas.haranp2007-06-171-3/+3
* Added support for Unicode characters in the map display with ncursesw (enableddshaligram2007-06-071-3/+3
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-5/+7
* Fix Corpse Rot too.haranp2007-05-111-3/+0
* Fix animate dead bug (rvollmert - 1717252).haranp2007-05-111-3/+0
* Some code review and cleanup.haranp2007-04-281-31/+25
* Branch entry vaults now respect DEPTH: declarations so you can put tough bran...dshaligram2007-04-251-1/+1
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-35/+17
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-3/+1
* Magic-immune monsters are now "unaffected" by enchantments instead ofharanp2007-04-161-1/+2