summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename is_valid_item to item_def::is_valid.Vsevolod Kozlov2009-11-061-2/+2
* Add actor::petrified, which replaces mons_is_petrified.Vsevolod Kozlov2009-11-061-2/+2
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-1/+1
* Replace uses of player_is_swimming with you.swimming.Vsevolod Kozlov2009-11-051-3/+3
* Let clubs (small ordinary ones only) stun back-coshed targets for 1-3 turns.Adam Borowski2009-11-051-0/+13
* Give middling backstab bonus to ordinary clubs and spears.Adam Borowski2009-11-051-0/+7
* Move *_res(ist)_magic to relevant classes, provide actor interface.Vsevolod Kozlov2009-11-051-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Rename "Fling Icicle" to "Throw Icicle".David Ploog2009-11-031-1/+1
* Split up monstuff.ccMatthew Cline2009-11-011-1/+2
* Merge mons_holiness() into monster::holiness(), and add an is_unholy()David Lawrence Ramsey2009-10-311-11/+2
* When using items that can directly turn monsters to zombies (weapons ofDavid Lawrence Ramsey2009-10-291-2/+4
* Bolt of Iron->Iron Shot, Ice Bolt->Fling Icicleabrahamwl2009-10-291-1/+1
* Remove mons_friendly special casing in arena.Robert Vollmert2009-10-291-0/+1
* FR 2839627: notify when player has enough goldMatthew Cline2009-10-291-1/+2
* Electrocution discharge in water ala FR 1637214abrahamwl2009-10-281-6/+43
* (MONS_PROGRAM_BUG || -1) --> MONS_NO_MONSTERMatthew Cline2009-10-271-1/+1
* Convert some ints to monster_type.Robert Vollmert2009-10-271-3/+1
* Extract newgame character restrictions from newgame.cc.Robert Vollmert2009-10-241-3/+3
* Rename actor::visible to actor::observable.Robert Vollmert2009-10-221-3/+2
* Simply visibility checks in fight.cc.Robert Vollmert2009-10-221-5/+4
* Add minor cosmetic fixes.David Lawrence Ramsey2009-10-211-1/+3
* Consider quick blades to be weapons of speed for Chronos' purposes.Adam Borowski2009-10-221-1/+2
* Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot...Matthew Cline2009-10-211-0/+1
|\
| * Slightly reduce religion.cc by yanking item-handling stuff to goditem.ccAdam Borowski2009-10-211-0/+1
* | Don't disturb monsters witth their own soundMatthew Cline2009-10-211-1/+1
|/
* Add missing Chronos conducts for hasting yourself, casting swiftness,Adam Borowski2009-10-211-0/+2
* fight.cc: Fix undrandart/unarmed crashMatthew Cline2009-10-191-1/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0