summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
Commit message (Expand)AuthorAgeFilesLines
* [1808952] Smiting monsters did not wake them up, fixed.dshaligram2007-10-071-0/+1
* First steps toward removing the need for 6-deep rock-wall padding around dung...dshaligram2007-10-061-28/+19
* Shaft traps (trap doors) [1792195] and level annotation [1769009]zelgadis2007-10-051-1/+1
* This commit breaks save file compatability.zelgadis2007-09-301-3/+10
* This change moves the logic for when a level or branch prohibitszelgadis2007-09-191-78/+3
* Refix gcc pickiness fix to conform to haranp-dislikes-C-style-casts-pickiness :)haranp2007-09-161-1/+1
* Signed/unsigned comparison build fix for gcc pickiness -- ARRAYSIZE wrapsnlanza2007-09-161-1/+1
* Fixed a bug where entomb() wasn't checking DNGN_SPECIAL_FLOOR.haranp2007-09-161-28/+24
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+4
* Whoops, overlooked something with abominations.j-p-e-g2007-09-141-17/+1
* Fixing bugs:j-p-e-g2007-09-141-12/+20
* Another addition to the list of what Xom likes (1794004).j-p-e-g2007-09-141-1/+2
* Changed unwield_item() to actually unwield the item, and to have itharanp2007-09-131-2/+1
* Another one with a multitude of (smallish) changes.j-p-e-g2007-09-041-0/+1
* A few small message changes and additions, mostlyj-p-e-g2007-08-221-3/+3
* Condensed monster descriptions.j-p-e-g2007-08-221-1/+4
* Updated level-design.txt.dshaligram2007-07-211-1/+1
* Block teleport control on level 7 of the Hell sub-branches until thedshaligram2007-07-131-15/+23
* General code cleanups and goto removal.haranp2007-07-131-22/+23
* Monster enchantment overhaul:dshaligram2007-07-101-1/+1
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-3/+3
* Beogh bug fixes, mostly orcish gear stuff.j-p-e-g2007-07-071-0/+4
* added Recall invocation for Beogh (data copied from Kiku)j-p-e-g2007-07-051-0/+6
* Broke up the monolithic divine_retribution() function somewhat.haranp2007-07-041-1/+1
* 1736793: slightly better teleport messages.haranp2007-07-011-7/+17
* Followers are now placed on the transit list so that crashes or saves betweendshaligram2007-06-261-1/+0
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-2/+2
* Banishment while standing on a dungeon feature was destroying the feature,dshaligram2007-06-061-1/+1
* Removed a couple of unnecessary viewport-center calls.dshaligram2007-06-041-1/+0
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-2/+6
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-4/+15
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-2/+2
* Minor cleanups.haranp2007-05-151-1/+2
* Type safety, cast cleanups, etc.haranp2007-05-011-3/+3
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-17/+11
* Fixed silly comment (Dylan). Does anyone want to keep all theharanp2007-04-231-1/+1
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-13/+5
* Fixed bad grammar on shield block messages in melee.dshaligram2007-04-131-0/+3
* Added ice statues.dshaligram2007-04-091-1/+1
* Updated build instructions for DOS, Windows, Linux.dshaligram2007-04-051-19/+3
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-5/+2
* Readjust smiting: smiting does more base damage, and less damage at the topdshaligram2007-03-201-12/+10
* Move spell targeting before miscast check. Not everything is moved - spellsdshaligram2007-03-141-12/+1
* Kill hard tabs.dshaligram2007-03-061-2/+2
* Monster attack refactoring. Likely to be buggy.dshaligram2007-02-241-5/+7
* Stage 1 of the direction() rewrite.haranp2007-01-241-2/+2
* Fixed Abyss banishment crash.dshaligram2007-01-021-2/+1
* Refactored out branches into branch.h and branch.cc.haranp2006-12-201-4/+3
* Mark weapons animated by Tukima's Dance as thrown for pickup_thrown purposes.dshaligram2006-12-111-0/+3
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-42/+64