summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shout.cc
Commit message (Collapse)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
|
* Replace long debug message calls with dprf(), except for cases where a dumb ↵Adam Borowski2009-12-201-14/+4
| | | | | | compiler could call unnecessary functions. For paranoia, I left even any uses of std::string.
* New monster props "speech_func" and "shout_func"Matthew Cline2009-12-071-1/+33
| | | | | | MonPropsMarker can be used to set "speech_func" and "shout_func" on a monster, functions which return a string to be used as the monster's speech/shout message.
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-0/+1
|
* Move tutorial state out of Options.Robert Vollmert2009-11-161-1/+1
|
* Split monster_pathfind out into mon-pathfind.cc.Robert Vollmert2009-11-161-0/+1
|
* Rename acr.cc to main.cc.Robert Vollmert2009-11-151-1/+1
|
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-2/+2
| | | | | I'm pretty sure I've managed to replace every instance of a reference to these files, so I hopefully haven't missed anything.
* Convert some more monster loops to monster_iterator.Robert Vollmert2009-11-111-69/+59
|
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+548