summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dgl-message.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix DGL compilation.Neil Moore2014-08-171-0/+1
* Correct function use (ChrisOelmueller).Shmuale Mark2014-04-231-1/+1
* Don't log DGL messages twice in certain instances (#8414).Shmuale Mark2014-04-231-4/+4
* Formatting fixes.Neil Moore2014-03-071-0/+2
* Split the note_chat_messages option into note_chat_messages and note_dgl_mess...elliptic2014-01-241-1/+1
* Revert "Replace `mprf(ch, s)` with `mpr(s, ch)`"Adam Borowski2013-11-291-1/+1
* Replace `mprf(ch, s)` with `mpr(s, ch)`Chris Oelmueller2013-11-281-1/+1
* Replace `mprf(s)` with `mpr(s)`Chris Oelmueller2013-11-281-1/+1
* Use std namespace.Raphael Langella2012-08-261-4/+4
* Make the DGL/webtiles chat message logging optional.Florian Diebold2012-06-291-2/+3
* Unbreak DGL builds.Adam Borowski2012-06-201-0/+1
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Fix -DDGAMELAUNCH compile.Darshan Shaligram2011-03-311-0/+1
* Merge branch 'master' into unicodeAdam Borowski2010-12-121-0/+1
|\
| * Fix DGL compilation.Adam Borowski2010-12-041-0/+1
* | Merge branch 'master' into unicodeAdam Borowski2010-12-021-3/+3
|\|
| * Implement file locking on Windows.Adam Borowski2010-12-021-3/+3
* | Handle filenames with non-ascii characters.Adam Borowski2010-09-171-1/+1
|/
* Move DGL messaging from main.cc to dgl-message.cc.Robert Vollmert2010-03-141-0/+159