summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shout.cc
Commit message (Expand)AuthorAgeFilesLines
* Trim unnecessary #includes.Adam Borowski2010-01-131-1/+0
* Replace long debug message calls with dprf(), except for cases where a dumb c...Adam Borowski2009-12-201-14/+4
* New monster props "speech_func" and "shout_func"Matthew Cline2009-12-071-1/+33
* 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
* 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