summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-place.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Both values override the default class values. Placing "rat hd:20" will generate a rat with a hit dice of 20, while placing "rat hp:20" will set its hp to 20.
* Flatten header dependencies a bit.Robert Vollmert2009-11-171-1/+0
| | | | | | This removes a couple of unnecessary includes from header files. I may have missed adding some tiles includes.
* 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
| | | | | Monsters now know who summoned them. This will be important later. Probably breaks something; saves are not one of them.
* Extract funtion to find an unused monster.Robert Vollmert2009-11-121-0/+2
|
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-0/+398
I'm pretty sure I've managed to replace every instance of a reference to these files, so I hopefully haven't missed anything.