summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.h
Commit message (Expand)AuthorAgeFilesLines
* Let draconians grow up.Shmuale Mark2014-05-051-0/+9
* Treat lava as uninhabitable for derived undead (#8177).Steve Melenchuk2014-02-241-0/+3
* Properly pick locations for arena random demons/draconians/demonspawn.Steve Melenchuk2014-01-221-0/+2
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Simplify find_newmons_square(), make it not crash.Adam Borowski2013-11-291-2/+4
* Allow summoning/recalling fliers over deep waterDracoOmega2013-04-021-2/+2
* Rewrite zombie selection.Adam Borowski2013-03-201-3/+1
* Rewrite zombifiable monster requests.Adam Borowski2013-03-181-9/+3
* Drop unused support for requesting corpse-capable monsters.Adam Borowski2013-03-181-2/+1
* Simplify summoning of demons by tier.Adam Borowski2013-02-261-1/+1
* Remove layers upon layers of code for TSO summons.Adam Borowski2013-02-261-2/+0
* Pass the requested place as level_id during random monster selection.Adam Borowski2013-01-121-2/+1
* Fix vault OODness being applied twice.Adam Borowski2012-11-071-4/+1
* Use std namespace.Raphael Langella2012-08-261-2/+2
* Make a bunch of functions static or gone.Adam Borowski2012-06-231-6/+0
* Make another bunch of functions static or gone.Adam Borowski2012-04-051-5/+0
* Use monster_type nearly everywhere.Adam Borowski2012-03-221-3/+3
* Make high-level monster creation return monster*Adam Borowski2012-01-051-2/+2
* Make place_monster() return monster*Adam Borowski2012-01-051-1/+1
* Allow Fedhasites to sac corpses under friendly clouds.Adam Borowski2012-01-021-0/+1
* Fix Fedhas' turning zombies into skeletons.David Lawrence Ramsey2011-12-131-0/+2
* Make enslaved/raised corpse-based undead hate Fedhas worshippers.Adam Borowski2011-12-101-8/+2
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-9/+0
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Guarantee IOOD placement on tiny levels.Adam Borowski2011-03-261-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-2/+2
* Preserve individual monster HD for zombified types when possible.David Lawrence Ramsey2010-10-021-0/+2
* Simplify the previous stat preservation routines for zombies.David Lawrence Ramsey2010-09-301-2/+1
* Make zombified monsters retain their stats (at least HD and HP).David Lawrence Ramsey2010-09-291-0/+3
* Shadow creatures summons only mobile monsters.Robert Vollmert2010-09-101-1/+2
* Rename class "monsters" to "monster".Robert Vollmert2010-09-051-7/+7
* Rename variables named "monster" to "mons" or similar.Robert Vollmert2010-09-051-1/+1
* Add minor cosmetic fixes.David Lawrence Ramsey2010-07-251-2/+2
* Use mons_base_type() instead of manually checking (non)zombified status.David Lawrence Ramsey2010-07-251-1/+1
* Allow corpses to be placed in .des files.Darshan Shaligram2010-06-221-0/+24
* Place Shoals monsters on land if possible to reduce empty-Shoals-syndrome fro...Darshan Shaligram2010-05-021-4/+6
* Merge monster choice code for defining zombies.Robert Vollmert2010-04-061-2/+9
* Document create_monster return value.Robert Vollmert2010-03-171-0/+1
* Disable bands for OOD monsters (due).Darshan Shaligram2010-02-071-2/+4
* Allow Mara to clone any foe, not just the player.Darshan Shaligram2010-01-301-0/+1
* Give boss merfolk small bands of regular merfolk as lackeys.Darshan Shaligram2009-12-301-0/+3
* Remove header includes from mon-place.h.Robert Vollmert2009-11-271-257/+3
* Remove unnecessary header-header includes.Robert Vollmert2009-11-271-0/+1
* New tags for monster specs: "hd" and "hp". (kilobyte)Jude Brown2009-11-271-2/+7
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+0
* Split monster_pathfind out into mon-pathfind.cc.Robert Vollmert2009-11-161-61/+2
* Rename fixary.h and fixvec.h.Robert Vollmert2009-11-151-1/+1
* Certain bands, mostly uniques, credit leader for killsStefan O'Rear2009-11-131-1/+2
* Add summoner and non_actor_summoner to mgen_dataStefan O'Rear2009-11-121-6/+18
* Extract funtion to find an unused monster.Robert Vollmert2009-11-121-0/+2