summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-abil.cc
Commit message (Expand)AuthorAgeFilesLines
* Use monster_iterator in ballistomycete functionsCharles Otto2009-11-131-25/+24
* Messaging and code formatting (+comment) improvements.Charles Otto2009-11-131-13/+24
* Fix a couple compile errors caused by the merge.Charles Otto2009-11-131-1/+2
* Merge spore experiments branch.Charles Otto2009-11-131-0/+105
|\
| * Change ballistomycete spore mechanics againCharles Otto2009-11-121-4/+75
| * Change the ballistomycete activation mechanicCharles Otto2009-11-111-2/+1
| * Give giant spores a chance of spawning ballistos while wanderingCharles Otto2009-11-111-0/+35
* | Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-1/+4
* | Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-3/+3
* | Convert another 45 monster loops to monster_iterator.Robert Vollmert2009-11-111-38/+27
* | Move monster speech calculations to monspeak.cc. Make Yiuf chattier.Jude Brown2009-11-111-40/+1
|/
* 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
* Remove inside_level_bounds.Robert Vollmert2009-11-101-1/+1
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Remove option draw_it from viewwindow.Robert Vollmert2009-11-091-1/+1
* Replace mons_is_pacified with monsters::pacified.Vsevolod Kozlov2009-11-091-2/+2
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-1/+1
* Split map knowledge and FPROPs.Robert Vollmert2009-11-081-1/+2
* Replace mons_cannot_act with monsters::cannot_act.Vsevolod Kozlov2009-11-081-1/+1
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-2/+2
* Move checks for the berserk state into actor::berserk().David Lawrence Ramsey2009-11-061-2/+2
* Move mons_is_friendly to monsters::friendly.Vsevolod Kozlov2009-11-061-8/+8
* Don't trash player position in _siren_movement_effect.Robert Vollmert2009-11-061-1/+2
* Remove mons_friendly_real and mons_wont_attack_real.Vsevolod Kozlov2009-11-061-2/+2
* Unify mesmerisation code.Robert Vollmert2009-11-051-19/+4
* Replace mons_is_caught with monsters::caught.Vsevolod Kozlov2009-11-051-1/+1
* Replace mons_is_paralysed with monsters::paralysed.Vsevolod Kozlov2009-11-051-1/+1
* Make many checks for monster (non)existence on squares use monster_at().David Lawrence Ramsey2009-11-051-1/+1
* Move *_res(ist)_magic to relevant classes, provide actor interface.Vsevolod Kozlov2009-11-051-15/+11
* New monsters: golden eyes.Jude Brown2009-11-051-11/+45
* Make merging slime creatures lose at most 1 turn after the merge.Charles Otto2009-11-051-12/+25
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Fix inconsistencies in checks for monsters' being slime creatures.David Lawrence Ramsey2009-11-041-3/+3
* Add minor cosmetic fixes.David Lawrence Ramsey2009-11-041-11/+13
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Make slime creatures' merge behavior somewhat less aggressive.Charles Otto2009-11-041-13/+34
* arena: respawning slime creaturesMatthew Cline2009-11-021-3/+7
* Split up monstuff.ccMatthew Cline2009-11-011-0/+1378