summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-speak.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix problems related to umlauts where Crawl expects 7-bit ASCII letters.Adam Borowski2010-05-021-1/+1
* Fix misbehaviours and crashes caused by redefining monster glyphs.Adam Borowski2010-03-101-3/+3
* make 'game type' an enum rather than a bool, and serialize itJesse Luehrs2010-03-021-4/+4
* Fix an unsafe dereference in mons_speaksCharles Otto2010-02-271-1/+1
* Replace dynamic monster casts by actor::as_monster.Robert Vollmert2010-02-261-2/+1
* Optionally look up ghost speech by best ghost skill.Robert Vollmert2010-02-261-4/+17
* Allow player ghosts to speak.Robert Vollmert2010-02-261-26/+3
* Remove about 1000 lines worth of combination tags for Donald speech.Johanna Ploog2010-02-251-1/+1
* Fix Saint Roka not using his special messiah speech.Johanna Ploog2010-02-251-21/+27
* Hopefully fix religion in speech, remove "evil god" prefix.Jude Brown2010-02-141-6/+6
* Fix monster speech, redux.Jude Brown2010-02-121-1/+2
* mon-speak.cc: For friendly monsters, use player genus for relation check.Johanna Ploog2010-02-111-37/+37
* Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* Rename several functions involving player "class" to "job".Johanna Ploog2010-01-191-5/+5
* Add religion to speech prefixes, fix broken monster speech.Jude Brown2010-01-191-6/+25
* Buff Donald, and make him considerably more interesting.Jude Brown2010-01-181-1/+2
* Include Branch name in speech prefixes.Jude Brown2010-01-181-0/+6
* 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