summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of beam.cc: put all beam data in one place. Might be buggy.haranp2008-10-0919-1282/+1084
* Decouple zap_type from wand_type prepatory to a big beam() rewrite.haranp2008-10-095-96/+102
* Implement [2147458]. Using Robert's patch (adjusted for trunk), improve dolorous2008-10-081-7/+16
* Add spacing fixes.dolorous2008-10-083-4/+4
* Revert last changes, to maintain compatibility, and properly block the dolorous2008-10-083-10/+15
* Completely remove the Book of Healing.dolorous2008-10-082-12/+10
* And always make friendly monsters that you've used vampiric drain on dolorous2008-10-081-1/+1
* Really get the conducts right this time.dolorous2008-10-081-2/+5
* And enable the conducts properly.dolorous2008-10-081-0/+2
* And make the annoyance actually work again.dolorous2008-10-081-1/+1
* And enable the "attack friend" conduct in the right place.dolorous2008-10-082-2/+3
* Count using vampiric draining on a friendly monster as an attack.dolorous2008-10-081-29/+36
* Make vampiric draining alert and anger its target, just as Yred's life dolorous2008-10-081-0/+1
* Increase the minimum piety requirement for Yred' injury mirroring to 50, dolorous2008-10-081-1/+1
* Simplify.dolorous2008-10-081-3/+4
* Allow monsters to properly pick up and use missile types that don't need dolorous2008-10-081-3/+11
* Properly end prayers when you lose enough piety to make your god not dolorous2008-10-081-1/+1
* Add still more whitespace fixes.dolorous2008-10-081-2/+2
* Add more whitespace fixes.dolorous2008-10-081-1/+1
* Add whitespace fixes.dolorous2008-10-074-13/+13
* Simplify.dolorous2008-10-071-10/+7
* Add miscellaneous minor fixes.dolorous2008-10-071-7/+4
* Add more prayer-related fixes.dolorous2008-10-072-16/+17
* For consistency, make Zin ignore your non-altar prayers if you don't dolorous2008-10-071-0/+3
* Consolidate prayer-ending routines.dolorous2008-10-073-9/+9
* Tweak Yred's description a bit.dolorous2008-10-071-1/+1
* Make Yred ignore prayers if his injury mirror is unavailable, and turn dolorous2008-10-072-5/+11
* Fix acquirement() giving Book of Bugginess.haranp2008-10-071-0/+1
* Make base_name() use a default parameter.dolorous2008-10-074-4/+4
* Add whitespace fix.dolorous2008-10-071-1/+1
* Add still more minor cosmetic fixes.dolorous2008-10-072-2/+3
* Add yet more minor cosmetic fixes.dolorous2008-10-072-8/+8
* Fix flight type handling so that spectral things can at least always dolorous2008-10-076-25/+37
* Fixing bug where spells that affected an area couldn't be cast via mouse click.ennewalker2008-10-071-1/+1
* Revert previous changes, as they don't seem that useful, given that most dolorous2008-10-073-11/+5
* Expand monster speed handling to work on the level of individual dolorous2008-10-073-8/+14
* Add still another minor cosmetic fix.dolorous2008-10-061-1/+3
* Add yet one more minor cosmetic fix.dolorous2008-10-061-1/+1
* Add one more minor fix.dolorous2008-10-061-1/+1
* Add more minor cosmetic fixes.dolorous2008-10-061-6/+6
* Add whitespace fix.dolorous2008-10-061-1/+1
* Fix inverted logic, and simplify.dolorous2008-10-062-3/+4
* Add more miscellaneous minor fixes.dolorous2008-10-062-3/+4
* Fix 2149665: bad bolt name for throwing.haranp2008-10-061-12/+13
* Fix 2148551: items not uppercased.haranp2008-10-064-87/+55
* And really fix zombification checks.dolorous2008-10-061-2/+3
* Fix inverted logic (oops).dolorous2008-10-061-1/+1
* Add miscellaneous minor fixes.dolorous2008-10-061-9/+6
* Remove unneeded blank line.dolorous2008-10-061-1/+0
* Expand mons_itemuse() to work at the individual monster level, as well.dolorous2008-10-068-76/+78