summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-speak.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* New monster props "speech_func" and "shout_func"Matthew Cline2009-12-071-1/+38
* Check monster props for a speech key as well as prefixes (kilobyte).Jude Brown2009-11-271-3/+12
* Move _polyd_can_speak() to monsters::can_speak() so others can use it.Adam Borowski2009-11-231-22/+4
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-0/+1
* Worshippers of Xom will find Crazy Yiuf to be rather enlightening!Alex MacDonald2009-11-161-0/+2
* Fix a few whitespace errors.Adam Borowski2009-11-151-1/+1
* Allow monsters to specify a speech prefix.Jude Brown2009-11-151-0/+4
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* Uniques like Pikel or Grum shouldn't be less chatty when in a band.Adam Borowski2009-11-121-2/+3
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-0/+860