summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message-stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-2/+2
* Use std namespace.Raphael Langella2012-08-261-9/+9
* Drop a bunch of useless uses of this->Adam Borowski2012-07-101-2/+2
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-3/+3
* Fix message stream leak when playing multiple games without restarting Crawl.Darshan Shaligram2010-07-041-3/+2
* Fix newlines at end of file.Adam Borowski2010-01-211-2/+0
* Move message streams out to separate file.Robert Vollmert2009-12-091-0/+104