summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Don't allow spellcasters to throw items at you.Johanna Ploog2010-01-131-1/+5
* Disallow intrinsic reaching attacks (turtles) from reach-attacking at full di...Darshan Shaligram2010-01-111-39/+31
* New type of cloud: thick gloom.Jude Brown2010-01-101-0/+8
* Add snapping turtles, alligator snapping turtles and sea snakes to the Shoals...Darshan Shaligram2010-01-081-4/+6
* Merge branch 'iood'Adam Borowski2009-12-311-0/+9
|\
| * Merge branch 'master' into ioodAdam Borowski2009-12-301-5/+37
| |\
| * | Tloc smoke trail. Doesn't look good IMO, I'd replace it with normal transpar...Adam Borowski2009-12-201-7/+0
| * | Iskenderun's Orb of DestructionAdam Borowski2009-12-201-0/+16
* | | Remove hand crossbows.Jude Brown2009-12-311-5/+0
| |/ |/|
* | Implement fish corpses and kraken zombies.Stefan O'Rear2009-12-301-1/+1
* | Ignore obscured items in the UIStefan O'Rear2009-12-301-0/+9
* | Give move/copy_item_to_grid responsibility for hazardous terrainStefan O'Rear2009-12-291-1/+1
* | Add merfolk javelineers to the Shoals, add descriptions for the three new mer...Darshan Shaligram2009-12-291-1/+6
* | Experimental kraken adjustments.Darshan Shaligram2009-12-291-2/+20
|/
* Replace static snprintf() with make_sprintf() where the result is immediately...Adam Borowski2009-12-171-5/+2
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-0/+3
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Bug #35: auto-exlcusions from monster cloudsMatthew Cline2009-11-251-3/+6
* Un-underpopulate '4's by adding sixfirhy: elec theme, unorthodox timings.Adam Borowski2009-11-261-1/+3
* Message for seen jelly eating door.Matthew Cline2009-11-241-0/+2
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-0/+1
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-0/+1
* Move tutorial state out of Options.Robert Vollmert2009-11-161-1/+1
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* Improve Fedhas' interaction with auto-exclusionsCharles Otto2009-11-131-0/+3
* Remove arena AI forcing option.Robert Vollmert2009-11-131-24/+0
* Replace calc_show_los by you.update_los.Robert Vollmert2009-11-131-1/+1
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-5/+5
* Replace monster_index with monsters::mindex.Vsevolod Kozlov2009-11-131-7/+7
* Merge spore experiments branch.Charles Otto2009-11-131-0/+4
|\
| * Give giant spores a chance of spawning ballistos while wanderingCharles Otto2009-11-111-0/+4
* | Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-1/+2
* | Use get_free_monster in other places.Robert Vollmert2009-11-121-12/+4
* | Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
* | Convert another 45 monster loops to monster_iterator.Robert Vollmert2009-11-111-9/+8
|/
* Tomb of Doroklohe: delete clouds at the walls; proper message if the tomb is ...Adam Borowski2009-11-111-1/+4
* Make actor::heal return bool; move heal_monster to monsters::heal.Vsevolod Kozlov2009-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-4/+4
* Add an is_holy() function to the actor interface.David Lawrence Ramsey2009-11-091-1/+1
* Replace mons_is_pacified with monsters::pacified.Vsevolod Kozlov2009-11-091-4/+4
* Replace mons_wont_attack with monsters::wont_attack.Vsevolod Kozlov2009-11-091-13/+13
* Death oozes leave clouds of miasma upon eating corpses and chunks (dpeg).Jude Brown2009-11-091-0/+13
* Move see_cell_no_trans into player.Robert Vollmert2009-11-081-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
* Replace mons_cannot_move with monsters::cannot_move.Vsevolod Kozlov2009-11-081-2/+2
* Enable proper monster LOS.Robert Vollmert2009-11-081-0/+1
* Merge from chaotic_experiment branch:Eino Keskitalo2009-11-071-1/+1