summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
Commit message (Expand)AuthorAgeFilesLines
* [1746247] Award experience for confused monsters killing themselves and otherdshaligram2007-07-081-1/+2
* Removed all uses of str_monam() outside of mon-util.cc; str_monam() isharanp2007-07-071-8/+8
* Beogh bug fixes, mostly orcish gear stuff.j-p-e-g2007-07-071-2/+2
* Stabbing of distracted monsters was too easy in 0.2, moved it up a littledshaligram2007-07-061-3/+4
* Experimental nerf of Confusing Touch: it now does a monster magic resistanceharanp2007-07-051-5/+10
* Bad message on poisoning melee atacks (1747220).haranp2007-07-031-1/+1
* Manual update (David).dshaligram2007-07-031-0/+3
* Minor cleanups (especially of Xom code.)haranp2007-07-031-6/+2
* Staves aren't clumsy (Darshan.)haranp2007-07-031-1/+1
* Made the weapon warning one-off (until you change weapons.)haranp2007-07-031-6/+8
* adding warning message when wielding nonweapons j-p-e-g2007-07-031-4/+5
* Experimental monster weapon swapping implementation. Allow monsters to usedshaligram2007-07-021-0/+3
* Fixed condensation shield (Haran).dshaligram2007-06-241-1/+6
* Lots of things which used to be members (invis, conf, confusing_touch, etc.)haranp2007-06-231-13/+11
* Remember choice of Beogh in character selection.dshaligram2007-06-141-6/+2
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-141-1/+15
* Added missing . to player attack miss messages (Erik).dshaligram2007-06-091-1/+3
* [1612448] Allow polearm users to attack monster submerged in shallow water.dshaligram2007-06-011-0/+3
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-0/+6
* Special damage messages were being produced for out-of-view combat, fixeddshaligram2007-05-221-1/+1
* monam(), moname() and ptr_monam() are gone.haranp2007-05-191-17/+14
* Fixed out-of-sight messages for distortion attacks.dshaligram2007-05-111-5/+6
* Weakened stab bonus from invisibility.dshaligram2007-05-091-3/+5
* Paladins don't confirm strikes when berserk (1715386.)haranp2007-05-091-1/+1
* Invisibility helps stabbing (perhaps too much; review?)haranp2007-04-291-1/+8
* Refix quarterstaff damage fix.dshaligram2007-04-271-2/+6
* [1707320] The game was not reducing damage for quarterstaff + shield, fixed.dshaligram2007-04-271-0/+5
* Made item_def::base_type into object_class_type, instead of unsigned char.haranp2007-04-261-1/+1
* Eliminated it_name(), in_name(), item_name(). The function to use isharanp2007-04-211-5/+3
* Shield blocks are much harder vs invisible attackers.dshaligram2007-04-151-1/+4
* Flame brand in melee was producing "burn" messages vs ice beasts, fixed.dshaligram2007-04-141-1/+1
* Fixed bad grammar on shield block messages in melee.dshaligram2007-04-131-2/+2
* Fixed monsters that are not in sight being identified by name if they'redshaligram2007-04-111-160/+222
* Allow player ghosts to use corona.dshaligram2007-04-101-1/+4
* Implemented Erik's invisibility proposal:dshaligram2007-04-071-5/+15
* Fixed hydra decapitation kills not being correctly credited (Jennifer).dshaligram2007-04-071-1/+1
* Poison resistance was being misapplied for monsters, fixed.dshaligram2007-04-071-5/+8
* Moth of wrath angering attack was lost in 0.2, reintroduced.dshaligram2007-04-071-0/+17
* Put in a safety valve for monsters with garbage speed/speed_increment (bugdshaligram2007-04-061-1/+1
* Fire resistant monsters drown in lava instead of being incinerated.dshaligram2007-04-031-2/+3
* Allow AF_DISEASE attacks to sicken monsters.dshaligram2007-04-021-2/+1
* Fixed super-electric-golems.dshaligram2007-04-011-2/+8
* Readjusted yellow wasp paralysis prob.dshaligram2007-03-301-1/+1
* Yellow wasps have less chance to paralyse than red wasps.dshaligram2007-03-301-2/+6
* Poison damage threshold was too high.dshaligram2007-03-291-1/+1
* Further reduced the early-melee-boost.dshaligram2007-03-291-1/+1
* Updated changes list.dshaligram2007-03-291-63/+75
* Merged in crawl.akrasiac.org patches (simple messaging, milestones). These takedshaligram2007-03-251-1/+2
* Dropped early melee boost and Sigmund's max hp to get closer to the 0.1.7dshaligram2007-03-241-1/+2
* Cleaned up monster enchantments. Instead of the old enum abuse (ENCH_ABJ_I, II,dshaligram2007-03-211-4/+4