summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
Commit message (Expand)AuthorAgeFilesLines
* [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
* Apply dist& -> const dist&dshaligram2007-04-011-1/+1
* Fixed vampiric drain trying to get spell direction twice.dshaligram2007-04-011-18/+1
* Cleaned up clouds and threw out the foo_MON values from the cloud enum. Thedshaligram2007-03-221-3/+2
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-23/+17
* Turn off sort_menus by default.dshaligram2007-03-141-1/+1
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-1/+1
* Horrible things are now temporary.dshaligram2007-01-311-8/+8
* Detect creatures should not reveal monster identities in notes.dshaligram2007-01-271-4/+0
* Stage 1 of the direction() rewrite.haranp2007-01-241-3/+3
* Implemented 1633681, Excruciating Wounds spell. Better wording welcome.haranp2007-01-161-0/+8
* [1634209] Freeze will wake and annoy its target.dshaligram2007-01-141-1/+16
* [1625227] animate_dead will not affect corpses being butchered.dshaligram2007-01-091-1/+3
* Blinking/teleporting monsters should not be able to land on the player's posi...dshaligram2007-01-021-8/+1
* Streamlined god-given abilities.haranp2006-12-101-1/+3
* Miscellaneous minor fixes and cleanups (such as using player_can_smell()haranp2006-12-031-1/+1