summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* Adjust piety gain for sacrificed orc corpses. The chances are now:dolorous2009-02-061-42/+54
* Allow Beoghites to gain piety by sacrificing fresh orc corpses. The dolorous2009-02-062-44/+80
* Also fix the same size comments in mon-data.h.dolorous2009-02-061-8/+8
* Fix size-related comments to match nagass and centaurs' actual body dolorous2009-02-061-8/+8
* Fix [2573054]: idle time not being clamped on level save/load (e.g. SIGHUP orharanp2009-02-062-74/+41
* Add minor cosmetic fixes.dolorous2009-02-063-7/+6
* Fix one last weapon size check inconsistency.dolorous2009-02-061-1/+1
* Make monster size checks for weapons and armor consistent with those for dolorous2009-02-064-17/+10
* Fix for [2054894]: LOS not being reset while building a new level.haranp2009-02-062-4/+6
* Don't allow monsters wielding two-handed weapons to pick up shields.haranp2009-02-063-9/+17
* Restore a monster's attitude from the beginning of the attack if itharanp2009-02-064-36/+47
* Have 'V' work properly on non-stash-trackable levels. The current behaviourharanp2009-02-063-15/+19
* Added information on how to define random monster sets in portal vaultsdploog2009-02-061-0/+26
* Tweak spell miscast messages to not overlap with monster speech.dolorous2009-02-061-2/+2
* Remove erroneous semicolon in mons_speaks().dolorous2009-02-061-1/+1
* Add more minor cosmetic fixes.dolorous2009-02-061-15/+14
* [2455926] [2004675] Fixing "strange colored box" problem on Win32.ennewalker2009-02-061-0/+1
* Move the wielding exception for staves and lajatangs into dolorous2009-02-062-1/+4
* After some thought, make quarterstaves and lajatangs large again, and dolorous2009-02-062-2/+3
* Fix previous change, so that e.g. kobolds can't wield two-handed weapons dolorous2009-02-061-2/+2
* In check_weapon_wieldable_size(), adjust fit a bit depending on size. dolorous2009-02-062-6/+12
* Fix buggy charge descriptions of rods [2566892]. I'm still not too happyharanp2009-02-051-4/+12
* Add minor cosmetic fix.dolorous2009-02-051-1/+0
* Properly treat miasma resistance as a boolean resist.dolorous2009-02-052-2/+3
* Fix sticky flame resistance level for ball lightning: there's only one dolorous2009-02-051-2/+2
* Explicitly mention that Yredelemnul's Drain Life power has a healing dolorous2009-02-052-2/+2
* Add minor cosmetic fixes.dolorous2009-02-051-4/+2
* Add whitespace fixes.dolorous2009-02-057-7/+7
* Simplify.dolorous2009-02-051-19/+5
* After some thought, remove assumptions about armor subtype order again. dolorous2009-02-052-9/+40
* Fix assumptions about the order of weapon subtypes in _give_weapon() and dolorous2009-02-052-5/+46
* Comment fix.dolorous2009-02-051-3/+4
* Clean up armor subtype handling again. There's other code that relies dolorous2009-02-051-20/+8
* Consistently anger monsters turned into shapeshifters again, so that dolorous2009-02-052-7/+2
* Possible fix for 2530342: full_describe_view() iterating over the viewportharanp2009-02-052-13/+18
* Fix assumptions about the order of armor subtypes in dolorous2009-02-051-9/+50
* Add miscellaneous minor fixes.dolorous2009-02-053-30/+20
* Fix [2514815]: better messaging for Transmutatin miscasts.haranp2009-02-041-5/+7
* Fix 2355689: player ghosts and swamp drakes now get the player Mephiticharanp2009-02-042-22/+11
* Don't consider user options when deciding monster behaviour and whenharanp2009-02-042-3/+3
* Fix Triple Draw not updating num_marked on a deck. Fixes [2516231].haranp2009-02-042-3/+17
* Don't pass number of columns to print_formatted_paragraph(), since it alwaysharanp2009-02-046-15/+15
* Fix [2187753]: friendlies with spells targeting you if you don't giveharanp2009-02-043-49/+45
* Move a bit more things to use coord_defs and iterators instead of x,y.haranp2009-02-043-48/+48
* Partially fix get_random_armour_type being completely broken (e.g. wizardharanp2009-02-044-47/+35
* Clean up acquirement subtype determination code. (Another goto bites the dust.)haranp2009-02-049-593/+551
* Take range information from the beam if applicable in spell_direction().haranp2009-02-043-9/+13
* Very minor cleanup.haranp2009-02-031-23/+3
* Typo fix [2562372]haranp2009-02-031-1/+1
* [2070013]: newly created, animated, etc. friendly monsters now default toharanp2009-02-0311-82/+48