summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply Darshan's charging fix (r6528).j-p-e-g2008-07-131-6/+12
* Apply recent commits to 0.4, including Matthew's evil zoo fix.j-p-e-g2008-07-091-2/+0
* Fix potions of decay created by mummy curse sometimes being inscribed.j-p-e-g2008-07-071-2/+3
* Another clean up, and add some new weapon speech.j-p-e-g2008-07-071-6/+5
* Add a function x_chance_in_y(x,y) to replace the variousj-p-e-g2008-07-061-14/+16
* Disallow vampires from draining summoned creatures to be consistent withj-p-e-g2008-07-041-26/+34
* Tweak change log a bit and add new commands to 034_changes.txt. Arej-p-e-g2008-07-041-1/+2
* Fix 2008767: "random" not working for book choice optionj-p-e-g2008-07-031-8/+6
* Many code cleanups, mostly involving using stack_iterator andharanp2008-07-021-4/+3
* Added allow_self_target option, with possible values yes, no, prompt.haranp2008-07-021-1/+1
* Add more miscellaneous minor fixes.dolorous2008-07-021-1/+1
* When laying down Sanctuary make all pets inside it stop attacking and movezelgadis2008-07-021-0/+10
* For Tiles, use some of the other wall types in the Abyss as well to makej-p-e-g2008-07-011-3/+3
* Add more comment fixes.dolorous2008-07-011-2/+2
* Typo fix.dolorous2008-07-011-1/+1
* Add more message tweaks.dolorous2008-07-011-1/+1
* Sanctuary prevents magic contamination (glow) bad effects from happening.zelgadis2008-07-011-1/+8
* Fix 2004501: buggy ?identify; also finally properly id ?identify itselfj-p-e-g2008-06-281-4/+4
* After some pointers from jpeg, rework the routine for monsters' leaving dolorous2008-06-281-2/+2
* Add message tweak.dolorous2008-06-261-1/+1
* Let Zin's sanctuary protect the player from random hell effects.dolorous2008-06-261-16/+24
* Misc. minor cleanups. (Yes, a huge amount of them but still...)j-p-e-g2008-06-261-9/+7
* FR 1993535: If asking the user for an item, and the player has none of thezelgadis2008-06-241-4/+1
* Fix ?immolation not being autoID'd upon reading.j-p-e-g2008-06-221-2/+2
* Make level-leaving monsters' time limit between levels 20-60 turns, so dolorous2008-06-211-1/+1
* Pacified monsters now leave the level after 20-40 turns elapse when dolorous2008-06-211-2/+2
* When going back to one level from another, make all pacified monsters on dolorous2008-06-211-7/+14
* Simplify.dolorous2008-06-171-18/+5
* Make yet more use of wrappers.dolorous2008-06-171-1/+1
* Use more wrappers, and add more cleanups.dolorous2008-06-161-8/+8
* Don't change beam names for tracers. (Fixes 1994978.)j-p-e-g2008-06-161-1/+1
* Fix 1994840: good items were never racial boots.haranp2008-06-161-1/+1
* Add more miscellaneous minor fixes.dolorous2008-06-151-4/+7
* Fix [1928206] by taking wasp's suggestion of moving dolorous2008-06-151-0/+2
* Add yet more miscellaneous minor fixes.dolorous2008-06-151-10/+7
* Add still more miscellaneous minor fixes.dolorous2008-06-151-7/+2
* Add spacing fix.dolorous2008-06-151-1/+1
* Add more miscellaneous minor cleanups.dolorous2008-06-151-7/+6
* Add miscellaneous minor fixes.dolorous2008-06-151-36/+31
* Bug 1983398: turns out the royal jelly wasn't regenerating by eatingzelgadis2008-06-131-1/+1
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-9/+7
* Yikes, so many files! And all I did was add more item evaluationj-p-e-g2008-06-091-17/+13
* Modify Portal Projectile to use the quiver interface, so you can nowj-p-e-g2008-06-081-0/+1
* Start cleaning up summoning routines in a better way. Sorry for the dolorous2008-06-071-2/+1
* Consolidate "Summon Butterflies" into summon_general_creature().dolorous2008-06-071-1/+1
* Bug 1986918: Fix "Player's ghost the Player's ghost" monster naming problem,zelgadis2008-06-061-2/+0
* Fix 1985516: monsters fail to open doorsj-p-e-g2008-06-051-7/+7
* Fix a stupid bug I'd introduced when fixing another one.j-p-e-g2008-06-021-11/+15
* Commit a few changes, mostly clean-up.j-p-e-g2008-06-011-3/+5
* Clean up and consolidate random_uselessness(), as well as its associated dolorous2008-06-011-13/+12