summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Various cleanups, use you.weapon() more often, fix a note in README.txt.Haran Pilpel2010-01-131-2/+2
* Disallow intrinsic reaching attacks (turtles) from reach-attacking at full di...Darshan Shaligram2010-01-111-0/+10
* Make harpies also steal food from the ground at the player's position.Johanna Ploog2010-01-081-4/+16
* Add snapping turtles, alligator snapping turtles and sea snakes to the Shoals...Darshan Shaligram2010-01-081-3/+8
* Don't reduce the EV of a halo's source (angels/daevas/player) (Mantis 323)Adam Borowski2010-01-071-2/+2
* Rename transfor.{cc,h} to transform.{cc,h}.Adam Borowski2010-01-071-1/+1
* Fix javelineers and master archers producing warnings about not using attack ...Darshan Shaligram2010-01-041-16/+22
* Rods function in melee as a +x/+x club (#300)Stefan O'Rear2010-01-021-5/+14
* Merge branch 'master' into ioodAdam Borowski2009-12-301-1/+11
|\
| * Merge branch 'shoals++'Darshan Shaligram2009-12-291-0/+7
| |\
| | * Merfolk (water/ice) elementalists join the Shoals guard.Darshan Shaligram2009-12-291-0/+7
| * | Give tier 3 (= long blade) stabbing bonuses to all 1-handed polearms.Adam Borowski2009-12-291-1/+4
| |/
* | Merge branch 'master' into ioodAdam Borowski2009-12-271-3/+6
|\|
| * Replace uses of item_cursed with item_def::cursed.Vsevolod Kozlov2009-12-271-2/+2
| * Make auto-travel killing toadstools saner.Jude Brown2009-12-251-1/+4
* | Use dprf().Adam Borowski2009-12-201-27/+8
|\|
| * Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-27/+8
* | Iskenderun's Orb of DestructionAdam Borowski2009-12-201-1/+2
|/
* Fix mummies being unable to use vampiric weapons (in line with the FRAdam Borowski2009-12-201-1/+1
* 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