summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Occasionally allow dwarven long swords, since dwarves are above average dolorous2008-12-312-1/+4
* Make the tests for icy and skeletal monsters in Lee's Rapid dolorous2008-12-313-38/+44
* Simplify.dolorous2008-12-311-1/+1
* When adding on a line to a monster description like "It smells",zelgadis2008-12-311-12/+12
* Fix giant orange brain messages crash; was setting a boolean pointer to falsezelgadis2008-12-311-1/+1
* Inedible chunks of flesh are useless unless you know Sublimation of Blood orzelgadis2008-12-311-0/+29
* Sync up "disappears in a puff of smoke" regex with summoned_poof_msg()zelgadis2008-12-311-1/+2
* Add standard colour variables for message highlighting: $danger, $warning,zelgadis2008-12-313-25/+39
* drop_filter can now match against the same keywords as menu_colour, minus thezelgadis2008-12-3110-6/+75
* Only give "Nothing appears to happen" message if you can see the monster whichzelgadis2008-12-311-2/+2
* When a monster reads a scroll of summoning, if the player can see the resultingzelgadis2008-12-311-2/+8
* Remove unneeded blank line.dolorous2008-12-311-1/+0
* Mention the inability of simulacra to use stairs.dolorous2008-12-311-1/+1
* Add wording fixes.dolorous2008-12-311-1/+1
* And mention that all enslaved souls can use stairs (since intact ones dolorous2008-12-311-1/+2
* And do the same for zombified type-creating spells.dolorous2008-12-311-3/+3
* Fix descriptions of zombified type-creating abilities to mention that dolorous2008-12-311-3/+3
* Add miscellaneous minor fixes.dolorous2008-12-317-38/+38
* Fix [2472552]: Remove Ice Storm from _mons_can_smite(), as it requires dolorous2008-12-301-1/+0
* Restrict Polyphemus to the Shoals, and make sharks not appear in thej-p-e-g2008-12-303-4/+11
* Correct max armour enchantment to 8 (was 5). Sorry about that!j-p-e-g2008-12-302-2/+3
* * Fix charge/enchantment description leaking information aboutj-p-e-g2008-12-3013-35/+106
* Save a few more things in tracers.haranp2008-12-301-0/+4
* Fix fractured grammar when a monster casts a spell at a friendly.dshaligram2008-12-301-2/+1
* Allow giant eyeballs to act against monsters as well as the player, fixed mon...dshaligram2008-12-302-7/+13
* Describe the rock walls of the Slime Pit as "slime covered rock wall".zelgadis2008-12-304-0/+38
* Spelling fixes, as noted by Eino Keskitalo.zelgadis2008-12-301-2/+2
* If debug_mons_scan() detects a problem which happened during level generation,zelgadis2008-12-301-7/+128
* Mark created/summoned god gifts as MF_GOD_GIFT, not just convereted orcszelgadis2008-12-291-4/+5
* Actually use MAX_WPN_ENCHANT instead of hardcoding +9 everywhere.j-p-e-g2008-12-293-8/+23
* * Also describe enchantment limits for weapons (+9, right?), missiles, j-p-e-g2008-12-293-11/+61
* * Nerf Dwarfs' Evocations aptitude 45 -> 67 (as e.g. Grey Elf).j-p-e-g2008-12-298-113/+86
* Fixed monster fire storm crashes (in_explosion_phase), fixed explosions affec...dshaligram2008-12-294-22/+30
* Fix attitude of silver statue summons (oops).dshaligram2008-12-291-1/+1
* Implement divination miscasts for orange statues, fix silver and orange statu...dshaligram2008-12-2912-53/+143
* Forgot to give draconian zealots a god.zelgadis2008-12-291-0/+1
* Vampires may no longer draw blood from summoned monsters.j-p-e-g2008-12-295-40/+13
* Fix copy/paste mistake.zelgadis2008-12-291-1/+1
* If detached monsters were caused during level generation then list maps inzelgadis2008-12-292-5/+49
* Argh, monsters::moveto() is too low level for an assertion like that.zelgadis2008-12-291-1/+0
* * Dump spells contained in randart spellbooks, marking memorised spellsj-p-e-g2008-12-2912-129/+164
* Oops, my last change broke _monster_swaps_places().zelgadis2008-12-291-2/+2
* Some more attempts to prevent/catch/diagnose floating monster problems. Amongzelgadis2008-12-295-9/+86
* Differentiate between god gift monsters and non-gift monsters with a god viazelgadis2008-12-296-12/+75
* Changes to monster spell messages:zelgadis2008-12-295-125/+334
* Tidy up tiles some more.j-p-e-g2008-12-28218-71/+68
* Apply a patch by castamir to fix a multitude of typos.j-p-e-g2008-12-2823-45/+45
* Fix 2471146: equipment being melded due to mutations.j-p-e-g2008-12-2812-96/+207
* Make mummy death curses work when killed by the player via the new beam code.zelgadis2008-12-281-0/+4
* Print all entries in mon-data.h which match the given regexpzelgadis2008-12-281-0/+52