summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* FR #2424917: holy monsters should drop non-summoned items when they die ratherzelgadis2008-12-158-64/+171
* FR #2011386:zelgadis2008-12-155-51/+257
* Brief change to my previous commit to make rltiles use those newfangled C++ h...ennewalker2008-12-152-4/+6
* Partial implementation of FR #2011386: Xom shouldn't directly kill the playerzelgadis2008-12-143-9/+120
* Fixing compile error where strcmp couldn't be found.ennewalker2008-12-141-0/+1
* Some updates to the chaos brand based on discussions:zelgadis2008-12-142-22/+18
* Oops, beams can sometimes have an empty name when fired.zelgadis2008-12-141-4/+6
* Dragons and draconians now give a breath message of "breathes @beam@ atzelgadis2008-12-144-53/+234
* Got rid of setup_dragon(), moving it's functionality into setup_mons_cast() andzelgadis2008-12-1410-230/+377
* Improved descriptions of Enchant Armour and Vorpalise Weapons scrolls.dploog2008-12-131-4/+9
* Take enchantment into account with monster shields. Fixes 2370612.haranp2008-12-132-14/+2
* Dragon speech typo fix (Eino).dploog2008-12-131-1/+1
* autopickup_no_burden no longer influences manual pickup.haranp2008-12-131-42/+1
* Fix spurious encumberance messages when combining ammo in inventory.haranp2008-12-133-10/+12
* Removed bad #define.haranp2008-12-131-1/+0
* Fix a security hole introduced in r7048 (bad parsing of search regexps.)haranp2008-12-132-2/+2
* First draft of the spell noisyness system: spells cast by the player and byzelgadis2008-12-1312-200/+555
* Fixed _fake_spell_effect_ capitalization problem.zelgadis2008-12-131-1/+1
* Fixed some book acquirement crashes, and not getting any more manuals afterzelgadis2008-12-131-6/+20
* Zooko's Xom patch (piety handling and whether his acts are good or bad).zelgadis2008-12-136-80/+205
* Breaks savefile compatibility.zelgadis2008-12-1312-15/+462
* Fix compiler warning.zelgadis2008-12-121-1/+1
* Update CREDITS. Some entry vault cleanup.dploog2008-12-122-74/+89
* Spellcasting allies never picked up ranged ammo (because SPELL_NO_SPELLharanp2008-12-125-9/+24
* Commit level_design.txt change (Eino) for reals.dploog2008-12-111-11/+4
* General vault improvement (Eino):dploog2008-12-119-1030/+893
* Bug 2414178: applied Brendan MacDonell's patch (2414671) to make the book orderzelgadis2008-12-112-87/+103
* Take a note when a labyrinth entrance is first found (via either magic mappingzelgadis2008-12-113-1/+33
* * Nerf harpies a bit: they are now slower and have no bite attack j-p-e-g2008-12-118-55/+57
* Generalize swapping two pieces of terrain in function swap_terrain().zelgadis2008-12-1114-166/+601
* Allow hydras to be specified by strings like "two-headed hydra" as wellzelgadis2008-12-111-3/+27
* Whitespace fixes (Zaba).dploog2008-12-101-3/+1
* Changed weights of the brands a chaos weapon might simulate and the weight ofzelgadis2008-12-1010-48/+651
* Make debug_item_scan() complain about summoned items found on the floor.zelgadis2008-12-101-0/+17
* Update CREDITS.dploog2008-12-091-23/+26
* Remove daevas from teaser ziggurat entry vaults.dploog2008-12-091-2/+2
* When upgrading a hostile monster's non-artefact weapon to the chaos brand, makezelgadis2008-12-091-0/+8
* Fix [2383845]: Monsters that avoid death from a beam should not be dolorous2008-12-091-1/+3
* Add minor cosmetic fixes.dolorous2008-12-093-3/+6
* Fix selection of wand type for artificers.dolorous2008-12-091-0/+2
* Allow dwarven cloaks to have egos.dolorous2008-12-091-3/+0
* Fix warning (untested).dolorous2008-12-091-1/+1
* Typo fixes.dolorous2008-12-083-3/+3
* Simplify.dolorous2008-12-082-4/+8
* Add miscellaneous minor fixes.dolorous2008-12-082-10/+10
* Fix monster positioning in Zin's eyeball-type retribution.dolorous2008-12-081-2/+2
* * Colour ASCII sharks WHITE. :)j-p-e-g2008-12-085-12/+12
* * Add sharks. They go into a battle frenzy if they smell blood.j-p-e-g2008-12-0810-21/+72
* Chaos beams now bounce off walls at a completely random angle.zelgadis2008-12-083-4/+155
* Use an explicit (int) cast for _gold_to_donation. That should fixj-p-e-g2008-12-082-2/+2