summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify.dolorous2008-06-191-4/+1
* Outsource the tutorial descriptions of skills, and make them searchablej-p-e-g2008-06-181-6/+13
* Simplify.dolorous2008-06-171-1/+1
* Fix attack conduct handling to register more than one conduct for an dolorous2008-06-171-4/+4
* Add spacing fixes.dolorous2008-06-171-2/+2
* Use more wrappers, and add more cleanups.dolorous2008-06-161-11/+10
* Add yet another spacing fix.dolorous2008-06-151-1/+1
* Add more spacing fixes.dolorous2008-06-151-1/+1
* Add more minor cosmetic fixes.dolorous2008-06-151-1/+1
* Fix 1994279: Crash when checking ?v (version information).j-p-e-g2008-06-151-3/+7
* Fix tutorial message about gaining a skill being shown outside tutorial.j-p-e-g2008-06-151-10/+12
* * Add a prompt when attacking monsters with an inappropriate weapon orj-p-e-g2008-06-141-8/+32
* AutoID the curse status of a monster wielded cursed ranged weapon if saidj-p-e-g2008-06-121-0/+7
* Implement the Petrify spell in a rather basic variant, and replace the j-p-e-g2008-06-121-5/+9
* Lower chance of vampiric bite during bat form, and if it happens, halvej-p-e-g2008-06-081-10/+17
* Nerf damage of the bat transformation. Reduced fromj-p-e-g2008-06-071-17/+20
* Fix 1986261: patrolling monsters not interrupting their patrol to huntj-p-e-g2008-06-061-7/+17
* Fix 1986252: double "Blech! You need xy!" messagej-p-e-g2008-06-061-9/+11
* Fix mimics not teleporting when attacked by reaching or airstrike, and aj-p-e-g2008-06-051-1/+1
* Fix summoned monsters spattering blood.j-p-e-g2008-06-031-9/+16
* Disallow unchivalric spell attacks from daevas.dolorous2008-06-031-6/+9
* Modify the intertravel prompt to not even ask for Pandemonium (since youj-p-e-g2008-06-011-4/+4
* Add minor cosmetic fixes.dolorous2008-05-291-4/+4
* monsters::lose_energy() now takes optional paramaters to multiply and/orzelgadis2008-05-261-0/+3
* Fix aborting unchivalric attacks costing a turn.j-p-e-g2008-05-251-26/+36
* And name the consolidated function properly.dolorous2008-05-251-1/+1
* Consolidate the setting of the "standard" attack conducts.dolorous2008-05-251-1/+6
* Consolidate the attack warning prompts for both melee and beams, and use dolorous2008-05-251-43/+1
* Add minor cosmetic fixes.dolorous2008-05-241-5/+5
* And put it in the right place again.dolorous2008-05-241-19/+7
* Handle the warning prompt for melee attacks while in a sanctuary in dolorous2008-05-241-0/+17
* Apply beam tracer prompt to helpless/fleeing etc. creatures whenj-p-e-g2008-05-231-3/+3
* Add spacing fix.dolorous2008-05-191-2/+2
* Comment fix.dolorous2008-05-191-2/+2
* Improve the "Really attack..." prompts a bit.dolorous2008-05-191-3/+4
* Move the "Really attack..." prompt to a better location, and add prompts dolorous2008-05-191-28/+40
* Add more minor cosmetic fixes.dolorous2008-05-191-17/+17
* Add more consistency fixes: the conduct for melee attacks on holy beings dolorous2008-05-191-8/+5
* And make attacks on god gifts consistent with beams the same way.dolorous2008-05-191-5/+17
* Simplify.dolorous2008-05-191-2/+2
* Handle burning/freezing, smiting, and airstriking the same way as beams: dolorous2008-05-191-2/+3
* Revert the previous conduct-related changes, so that attacking friendly dolorous2008-05-191-3/+3
* For consistency, Make the unused stabbing conduct give 5 points instead dolorous2008-05-171-1/+1
* For consistency with e.g. inadvertently attacking friends while dolorous2008-05-171-11/+10
* Remove the victim-setting for the stabbing conduct again for now. It dolorous2008-05-171-1/+1
* Really fix handling of monsters that TSO doesn't mind your using dolorous2008-05-171-2/+2
* Fix the aforementioned issue properly. Attacking a god gift in melee dolorous2008-05-171-6/+8
* Temporarily revert previosu crash fix, as there has to be a better way dolorous2008-05-171-24/+21
* Add yet more comment fixes.dolorous2008-05-171-8/+8
* Fix crash when attacking a friendly monster in melee if it's abjured dolorous2008-05-171-22/+25