summaryrefslogtreecommitdiffstats
path: root/crawl-ref
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added castamir's patch to fix 2550022. Seems to work.haranp2009-02-032-27/+27
* Update Ice Bolt description. Fixes 2555926.dploog2009-02-031-1/+1
* Update description of ranged skills. Fixes 2028850.dploog2009-02-031-2/+4
* Fix [2504221]: if a monster gets both Slow and Haste (by being slowed andharanp2009-02-032-36/+25
* Fix bad messaging when monsters drop an item which stacks with somethingharanp2009-02-031-11/+15
* Implement [2480452] following dpeg's suggestion:haranp2009-02-032-2/+12
* Fix [2220297]: nonenchantment tracers were improperly doublecounting eachharanp2009-02-033-70/+51
* Gave all M_INSUBSTANTIAL monsters MR_RES_STICKY_FLAME. (I prefer this solutionharanp2009-02-032-18/+20
* Change description of Poison Arrow to make it clear that there's an unresistableharanp2009-02-031-1/+1
* Get the crash dumping code to compile on MGW.zelgadis2009-02-011-15/+9
* * Make the fixed level type of randart books more rare.j-p-e-g2009-02-013-19/+29
* Typos and other minor issues.haranp2009-02-012-41/+23
* Fix Swap card not applying terrain effects, and not unsubmerging monsters.haranp2009-02-011-5/+7
* Fix an ancient bug where monsters couldn't swap positions verticallyharanp2009-02-011-82/+54
* Fix doubled MSG_OK when cancelling Ely's healing. [2554386]haranp2009-02-011-4/+1
* Prevent confused monsters from drifting towards the center of theharanp2009-02-014-126/+74
* More type safety.haranp2009-01-313-46/+44
* Fix leftover comment from r8130: since water monsters can now beharanp2009-01-311-3/+1
* More code cleanups (mainly in transformations.)haranp2009-01-314-71/+42
* Fix [2553441]: casting Regeneration gives a doubled message.haranp2009-01-311-2/+0
* Code cleanups, mainly in clouds.haranp2009-01-317-180/+133
* Fix starting books being unidentified at game start.j-p-e-g2009-01-314-19/+29
* Fix bug #2551376: CrawlStoreValue conversion constructors were crashing.zelgadis2009-01-311-11/+21
* Fix [2549941]: don't give the shapeshifter death message unlessharanp2009-01-311-1/+4
* * Fix mesmerization not breaking when mermaids/sirens submerge.j-p-e-g2009-01-313-10/+12
* Be less strict about spell school restrictions when naming randartj-p-e-g2009-01-312-52/+130
* Don't give piety for pacifying summoned monsters. [2552138]haranp2009-01-311-1/+3
* Fix message for monsters leaving through gates. [2550128]haranp2009-01-312-4/+14
* Pacified monsters change their behaviour to BEH_WANDER, in caseharanp2009-01-302-0/+7
* Fix maxHP being reported incorrectly in morguefile if you haveharanp2009-01-301-1/+1
* Give an informative message when stair delays are cancelled.haranp2009-01-301-3/+3
* Fix [2478469]: teleport should stop stair use delays.haranp2009-01-302-7/+9
* Clean up Animate Dead. Also fix messaging.haranp2009-01-304-99/+64
* Clean up wizard commands.haranp2009-01-304-717/+599