summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow toadstools on tiles Fedhas worshipers are standing onCharles Otto2010-01-171-3/+8
* Specialcase mimics and dancing weapons in tilenum initialisation.Johanna Ploog2010-01-161-6/+5
* Fix for bug 438: when drawing Dance, and probably creating dancing weaponsHaran Pilpel2010-01-161-0/+5
* Add new props value "tile_num" and use it for randomized monster tiles.Johanna Ploog2010-01-151-7/+18
* When the slave monster is placed, sometimes make it use the new tile.Johanna Ploog2010-01-141-3/+16
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Make merged slime creatures light green, acid blobs light cyan.Adam Borowski2010-01-131-0/+2
* And let single centaurs spawn in Shoals. (Greensnark, sorear)Jude Brown2010-01-081-1/+1
* Add snapping turtles, alligator snapping turtles and sea snakes to the Shoals...Darshan Shaligram2010-01-081-1/+2
* Don't allow NPC merfolk to submerge (sirens and mermaids can still submerge).Darshan Shaligram2010-01-011-3/+0
* Implement fish corpses and kraken zombies.Stefan O'Rear2009-12-301-1/+3
* Give Shoals huts a guard of shoals monsters, remove plants from Shoals random...Darshan Shaligram2009-12-301-1/+1
* Give boss merfolk small bands of regular merfolk as lackeys.Darshan Shaligram2009-12-301-3/+34
* Give Ilsuiw a more interesting band.Darshan Shaligram2009-12-291-3/+8
* Rename MF_CREATED_FRIENDLY to MF_NO_REWARD, since that's all it's used for th...Stefan O'Rear2009-12-281-2/+2
* Move and tweak Mislead code.Jude Brown2009-12-281-0/+4
* Add sixfirhies to summon_any_demon(), with a 3% chance in the middle tier.Adam Borowski2009-12-221-2/+3
* Make mimics hold the item they're mimicking, instead of fragile hacks with sa...Adam Borowski2009-12-151-0/+11
* Make orb run demons seek the player.Robert Vollmert2009-12-101-0/+1
* Don't make monsters that are generated hostile seek the player.Robert Vollmert2009-12-061-5/+1
* Check proximity when placing band members.Robert Vollmert2009-12-061-0/+10
* Correct monster placement proximity check radius.Robert Vollmert2009-12-061-1/+2
* Apply extra_monster_flags earlier to fix "comes into view" errors.Jude Brown2009-12-051-0/+3
* New monster: giant leech (Eronarn).Jude Brown2009-12-021-0/+3
* Rename "firedrake" to "fire drake".Jude Brown2009-12-021-1/+1
* Reduce dependency on travel.hMatthew Cline2009-11-291-0/+1
* Make RANDOM_MONSTER work properly in portal vaults.Jude Brown2009-11-281-4/+9
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-0/+3
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* Re-roll random HP after adjusting HD in monster specs.Jude Brown2009-11-271-0/+12
* New tags for monster specs: "hd" and "hp". (kilobyte)Jude Brown2009-11-271-0/+9
* Don't crash for Beogh dancing weapons in cloudsMatthew Cline2009-11-231-0/+7
* Don't issue erroneous seen-interrupts during level generation.Robert Vollmert2009-11-211-1/+1
* define_monster(): init ghost_demon for some monsMatthew Cline2009-11-201-7/+0
* Fix the last missing instances of the unclean/chaotic split.David Lawrence Ramsey2009-11-201-1/+1
* Set manticores' number of spike volleys in the proper place.David Lawrence Ramsey2009-11-191-5/+1
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+2
* Split monster_pathfind out into mon-pathfind.cc.Robert Vollmert2009-11-161-527/+5
* Make Pikel's slaves actually slaves (new monster).Jude Brown2009-11-161-4/+2
* Make Pikel's band a static four humans.Jude Brown2009-11-161-1/+1
* Make good gods properly object to placed unholy monsters again.David Lawrence Ramsey2009-11-141-1/+1
* mon-place.cc: assert if summoner is dead...Matthew Cline2009-11-131-1/+3
* Clean up Pikel band code, name them "slaves", then "freed slaves".Jude Brown2009-11-141-2/+4
* mon-place.cc: don't blame if summoner is deadMatthew Cline2009-11-131-1/+4
* Fix zombies/skeletons/... casting spells they could do during life.Adam Borowski2009-11-141-0/+3
* No XP for Pikel's slavesStefan O'Rear2009-11-131-0/+9
* Certain bands, mostly uniques, credit leader for killsStefan O'Rear2009-11-131-7/+45
* Add a little variety in summoned by tagsStefan O'Rear2009-11-131-3/+19
* Remove obsoleted los.h includes.Robert Vollmert2009-11-131-1/+0
* Replace observe_cell by you.see_cell.Robert Vollmert2009-11-131-2/+2