summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Fix [2542259]: explosions do affect monsters in the sense that theyharanp2009-01-281-5/+20
* Add the field CLASS to the metatable of each class, containing the name of thezelgadis2009-01-289-8/+17
* On a crash, do consistency checking on the level's markers, dump the level'szelgadis2009-01-285-3/+215
* When crashing, dump information about the player.zelgadis2009-01-282-65/+335
* Move the monster dumping code from state.cc to debug.cc, and dump to stderr tozelgadis2009-01-284-245/+246
* Give shout and speech messages to snails/slugs and moths of wrath, and a shoutzelgadis2009-01-282-2/+18
* During arena mode make random_in_bounds() return a point inside the view port.zelgadis2009-01-282-12/+12
* Inform the arena when a jelly splits in two.zelgadis2009-01-281-0/+3
* Don't allow rock worms to be placed in permanent rock.zelgadis2009-01-281-0/+9
* Fix inverted logic keeping the multiple chances to neutralize holy dolorous2009-01-281-1/+1
* Add speech for when the player fails to neutralize holy beings.dolorous2009-01-274-8/+50
* Xom-forced spells shouldn't trigger penance. [2509398]haranp2009-01-271-3/+10
* Fix holy being speech target.dolorous2009-01-271-1/+1
* Monsters should be annoyed by being hit by spells. [2266773]haranp2009-01-271-0/+3
* Fix orc message target.dolorous2009-01-271-2/+2
* Colour the Horn of Geryon properly when generating it in debug mode. [2036803]haranp2009-01-271-0/+1
* Artefacts should have "the" prepended. [2540413]haranp2009-01-271-0/+2
* Add arena check for holy being neutralization.dolorous2009-01-271-1/+1
* If a faction has a new member enter the arena after the faction is defeated butzelgadis2009-01-271-0/+6
* Added missing "@" to a monster miscast message.zelgadis2009-01-271-1/+1
* Fix crash when the game attempted to place a corpse for a giant spore shapedzelgadis2009-01-271-0/+7
* Added the arena tag "miscasts", which causes each monster to randomly miscastzelgadis2009-01-272-1/+27
* Crash report dump formatting tweak.zelgadis2009-01-271-0/+2
* If a crash happens with a currently acting monster then dump information on thezelgadis2009-01-271-7/+216
* Make allied mutators more careful about hitting you.haranp2009-01-271-0/+3
* [2538766]: grammar when getting wield warnings on artefacts.haranp2009-01-272-5/+12
* Fix misleading comment [2540006].haranp2009-01-271-8/+5
* Various cleanups. (I can't run tiles, but it compiled fine, so I hope I didn'tharanp2009-01-273-66/+70
* Add spacing fix.dolorous2009-01-271-1/+1
* Add wording and punctuation fixes.dolorous2009-01-271-1/+1
* Add whitespace fixes.dolorous2009-01-274-4/+3
* Add more minor cosmetic fixes.dolorous2009-01-271-0/+4
* Clean up routines for monsters' avoiding death again.dolorous2009-01-271-24/+33
* Use random_in_bounds() properly in yet another place.dolorous2009-01-271-4/+2
* Comment fixes.dolorous2009-01-271-3/+3
* Add one more level boundary fix.dolorous2009-01-271-1/+2
* Fix [2538578]: _random_draconian_species() was calculating the number of dolorous2009-01-261-1/+1
* Properly do bounds checks in _catchup_monster_moves(). After a short dolorous2009-01-261-5/+18
* Comment fix.dolorous2009-01-261-1/+1
* Add yet more minor cosmetic fixes.dolorous2009-01-261-6/+9
* Add still more minor cosmetic fixes.dolorous2009-01-262-7/+6
* Add more minor cosmetic fixes.dolorous2009-01-261-2/+2
* Use random_in_bounds() in another place, and, for paranoia's sake, check dolorous2009-01-262-10/+12
* Fix bounds checks for monsters' moving off the map to use map_bounds().dolorous2009-01-263-8/+30
* Add spacing fix.dolorous2009-01-261-1/+1
* Comment fixes.dolorous2009-01-261-27/+36
* Simplify monster_random_space().dolorous2009-01-264-21/+16
* Add yet more minor cosmetic fixes.dolorous2009-01-261-4/+4
* Add one more minor cosmetic fix.dolorous2009-01-261-1/+0
* Add yet another cosmetic fix.dolorous2009-01-261-1/+1