summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
Commit message (Expand)AuthorAgeFilesLines
* move 'Kills.h' -> 'kills.h', 'Kills.cc' -> 'kills.cc' for file naming consist...Steven Noonan2009-09-291-1/+1
* Make miasma and miasma resistance more consistent. It no longer dependsDavid Lawrence Ramsey2009-09-291-1/+1
* Simplify several random array selections by using RANDOM_ELEMENT().David Lawrence Ramsey2009-09-291-5/+2
* Add more minor cosmetic fixes.David Lawrence Ramsey2009-09-281-9/+7
* Add minor cosmetic fixes.David Lawrence Ramsey2009-09-281-2/+2
* Apply caotto's patch in [2868369], with a few cosmetic tweaks: MakeDavid Lawrence Ramsey2009-09-281-3/+47
* Add a vorpal type for tentacle attacks, and use it for the tentacle-slapDavid Lawrence Ramsey2009-09-251-2/+3
* Add minor cosmetic fixes.David Lawrence Ramsey2009-09-251-13/+10
* Simplify.David Lawrence Ramsey2009-09-251-1/+1
* For flavor, add "peck" and "headbutt" attack types. The former is nowDavid Lawrence Ramsey2009-09-241-0/+2
* * Also allow Maurice to steal the occasional spellbook or piece ofj-p-e-g2009-09-241-3/+16
* Implement another new unique, this time of my own coding: Maurice the thief.j-p-e-g2009-09-221-1/+158
* Add minor cosmetic fixes.dolorous2009-09-201-5/+6
* Allow the player to train only one level of fighting/unarmed combat by dolorous2009-09-191-4/+4
* Add still more minor cosmetic fixes.dolorous2009-09-181-4/+4
* Add the most recent version of Adam's kraken patch into trunk.j-p-e-g2009-09-171-0/+3
* A bug fix commit! (I didn't do one of these in a while...)j-p-e-g2009-09-131-1/+3
* Attempt to fix [2842867] by holding off one more death event properly in dolorous2009-08-241-4/+11
* Add minor cosmetic fixes.dolorous2009-08-231-2/+2
* Add minor cosmetic fixes.dolorous2009-08-221-1/+1
* For flavor, add a tentacle-slap attack, and have tentacled monstrosities dolorous2009-08-201-0/+1
* As per FR 2795134, nerf damage reduction of elemental resistances.j-p-e-g2009-08-161-8/+14
* * Implement 2831014: !a inscription prompts when attempting to attackj-p-e-g2009-08-041-8/+27
* Make sure that Xom and chaos weapons can only turn monsters with natural dolorous2009-07-271-5/+7
* The Magical Staff Adventures III: Take out the MP cost, make the damage formu...evktalo2009-07-231-6/+2
* Revert the elemental staff special damage to 3d((1+skill+evo)/2) again. Fix a...evktalo2009-07-221-1/+3
* * Change elemental staff damage from 3d((1 + spell skill + Evocations)/2) to ...evktalo2009-07-221-3/+3
* Make fish on dry land (due to Feawn's Sunlight power) flop about andj-p-e-g2009-07-211-2/+3
* Allow unrandart launchers to modify the beam of the missile they fire.zelgadis2009-07-211-3/+8
* Fix 2824455: Blade Hands not counting as slicing when wearing meldedj-p-e-g2009-07-201-1/+1
* A number of small bug fixes:j-p-e-g2009-07-171-4/+16
* Apply jarmok's patch (FR#1768835): visored helmet prevents bite attack.evktalo2009-07-061-0/+6
* Implement [2812924]: Make cold-flavored monster attacks properly affect dolorous2009-06-281-3/+5
* Apply patch by Adam Borowski, introducing new unique enchantress Kirke.j-p-e-g2009-06-271-0/+1
* * Moved most hard-coded non-standard unrandart behaviour to art-func.h,zelgadis2009-06-271-55/+20
* Replace "is_random_artefact()" with "is_artefact()" in a few places wherezelgadis2009-06-251-3/+3
* Remove "#define SPWPN_FOOBAR UNRAND_FOOBAR" backwards compatibility forzelgadis2009-06-251-6/+5
* First part of the merger of fixed artefacts into unrandom artefactszelgadis2009-06-251-7/+6
* Since fixed artefacts are going to be folded into unrandarts, and unrandartszelgadis2009-06-081-6/+6
* Make weapons of reaching work through granite statues again.j-p-e-g2009-06-071-1/+1
* Fix [2794986]: Special damage descriptions weren't being displayed for dolorous2009-06-011-5/+8
* * Fix Bat Form restrictions not applying to choice by clicking (Tiles).j-p-e-g2009-05-181-10/+9
* Fix [2785020]: Make messages regarding monsters' attacking themselves dolorous2009-05-011-17/+19
* Add spacing fixes.dolorous2009-04-301-1/+1
* Check for the ogre genus in more places, in case another ogre species is dolorous2009-04-291-1/+1
* * Remove unnecessary winhdr.h, as pointed out by kotk.j-p-e-g2009-04-271-1/+8
* * Tweak Xom's ideas about what makes a funny or boring death.j-p-e-g2009-04-221-14/+7
* * Fix database search crashing on pandemonium demons/player ghost.j-p-e-g2009-04-201-3/+14
* * Fix Xom's piety wrapping around from 0 -> 255.j-p-e-g2009-04-181-1/+0
* * Add stair repelling as a bad Xom effect.j-p-e-g2009-04-131-2/+3