summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename grey snakes to anacondas. Give them constriction, message-only for now.Adam Borowski2009-12-161-1/+10
* Prevent Maurice from stealing something when confused.Johanna Ploog2009-12-141-0/+11
* Give whips a third damage verb (Mantis 0000143).Adam Borowski2009-12-111-1/+15
* Use AT_ not AF_ for WEAP_ONLY, so statues won't use bows like a cudgel.Adam Borowski2009-12-111-1/+10
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-0/+4
* Remove further header-include. env.h now always directly included.Robert Vollmert2009-11-271-0/+1
* Un-underpopulate '4's by adding sixfirhy: elec theme, unorthodox timings.Adam Borowski2009-11-261-15/+16
* Implement reaping as a melee brand.Adam Borowski2009-11-251-2/+9
* Rebalance distracted stabs (FR 2902035).Robert Vollmert2009-11-221-10/+13
* Create areas.cc and move sanctuary code there.Robert Vollmert2009-11-211-0/+1
* Split chaotic things into unclean and chaotic things.David Lawrence Ramsey2009-11-191-1/+1
* Auto-pickup things which that dirty son-of-a-hobbit Maurice got his grubby pa...Adam Borowski2009-11-191-0/+4
* Fix stunning message capitalization.Robert Vollmert2009-11-171-1/+1
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+2
* Move tutorial state out of Options.Robert Vollmert2009-11-161-2/+2
* Update delay for exhaustion, confusing touch, and sure bladeCharles Otto2009-11-151-3/+5
* Fix an issue with noise generation in melee combatCharles Otto2009-11-141-7/+12
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* Cut vorpal to 12.5% average (FR 2883704)Stefan O'Rear2009-11-131-1/+1
* Allow auto-travel/explore to kill toadstoolsCharles Otto2009-11-131-1/+2
* Let unrandart shields have a melee_effect func, called on successful block.Adam Borowski2009-11-131-1/+1
* Remove obsoleted los.h includes.Robert Vollmert2009-11-131-1/+0
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-4/+4
* Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-5/+7
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* Replace actor::is_unholy() with actor::undead_or_demonic().David Lawrence Ramsey2009-11-101-1/+1
* Remove trailing whitespace.David Lawrence Ramsey2009-11-101-2/+2
* Make actor::heal return bool; move heal_monster to monsters::heal.Vsevolod Kozlov2009-11-101-1/+1
* Remove a few obsolete includes.Robert Vollmert2009-11-101-1/+0
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-1/+1
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-2/+2
* EV feedback for melee: Phase Shift and helplessnessStefan O'Rear2009-11-081-19/+94
* Prevent chaos weapons from using SPWPN_CONFUSE on the playerCharles Otto2009-11-081-0/+6
* Fix a crash when the player is hit by a distortion weaponCharles Otto2009-11-081-1/+2
* Move blink frogs into their own genus, in order to make checks for bothDavid Lawrence Ramsey2009-11-081-2/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Replace mons_is_petrifying with monsters::petrifying.Vsevolod Kozlov2009-11-081-2/+2
* fight: Generate noise on fightingMatthew Cline2009-11-081-4/+144
* fight: base_damage member unused, removingMatthew Cline2009-11-081-18/+14
* Patch to satisfy FR 2892713. Hunger on wielding VAMP weaponsBrendan Hickey2009-11-081-3/+16
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-2/+2
* Remove mons_is_holy(), as it's redundant.David Lawrence Ramsey2009-11-071-1/+1
* Tweak the message when distortion heals blink frogs.David Lawrence Ramsey2009-11-061-1/+1
* Replace global see_cell by observe_cell and disambiguate old uses.Robert Vollmert2009-11-061-5/+5
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-2/+1
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-8/+8
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-1/+1
* Collect attitude changing code.Robert Vollmert2009-11-061-0/+1