summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
Commit message (Expand)AuthorAgeFilesLines
* Allow toggling monster speech diagnostics in &^QNeil Moore2014-07-081-0/+3
* Don't log DGL messages twice in certain instances (#8414).Shmuale Mark2014-04-231-0/+1
* Give monster warnings their own channel.Steve Melenchuk2014-04-101-0/+1
* Add mprf_nojoin().Neil Moore2013-11-301-0/+2
* Restrict mpr() to literals only.Adam Borowski2013-11-291-1/+1
* Remove mpr_nocap().Adam Borowski2013-11-291-2/+0
* Reverse the order of arguments in mpr_nojoin().Adam Borowski2013-11-291-1/+1
* Remove the multi-argument version of mpr().Adam Borowski2013-11-291-14/+4
* Rename mprnojoin to mpr_nojoinChris Oelmueller2013-11-281-2/+2
* Give hell effects their own message channel.Adam Borowski2013-06-211-0/+1
* Add MSGCH_TIMED_PORTAL for timed portal messages.Samuel Bronson2013-05-231-0/+1
* Give monster placement debug messages their own class.Adam Borowski2013-01-101-0/+1
* Give debug abyssal messages a separate dprf class.Adam Borowski2013-01-101-0/+1
* Use std namespace.Raphael Langella2012-08-261-5/+5
* Make inline functions static.Adam Borowski2012-08-091-2/+2
* Basic infrastructure for de-spamming debug mode.Adam Borowski2012-07-101-0/+9
* Remove an obsolete comment.Adam Borowski2012-07-101-1/+0
* Enable printf warnings for yet more functions & fix problems identifiedSamuel Bronson2011-12-261-3/+3
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-11-161-1/+0
|\
* | Attempt to stop capitalising inventory letters in messages.Samuel Bronson2011-11-021-0/+6
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-4/+4
|\|
| * Add more printf warnings (SamB).Adam Borowski2011-09-211-13/+4
| * Let GCC issue warnings about mprf() arguments.Adam Borowski2011-07-061-4/+13
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-6/+5
|\|
| * Turn dprf() into a #define.Adam Borowski2011-04-211-2/+1
| * Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* | Don't capitalize error, diagnostic and wizard messages.Adam Borowski2011-04-181-3/+4
* | Capitalized mprf().Adam Borowski2011-04-151-1/+5
|/
* Heavily nerf orb apportation.Jude Brown2011-01-221-0/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-5/+5
* Bring sanity to enums by making them diffable/patchable.Adam Borowski2010-06-081-1/+1
* Improved joining of short messages.Robert Vollmert2010-02-061-1/+8
* Merge branch 'master' into messagewindowRobert Vollmert2010-01-031-0/+7
|\
| * dprf(...), does same as mprf(MSGCH_DIAGNOSTICS, ...) in debug builds, nothing...Adam Borowski2009-12-201-0/+7
* | Replace formatted_message_history by mpr.Robert Vollmert2009-12-091-1/+1
* | Adapt options to msg_colour_type changes.Robert Vollmert2009-12-091-1/+2
* | Implement msg_colour (conversion from colour to msg_colour_type).Robert Vollmert2009-12-091-0/+2
* | Add MSGCOL_LIGHTRED to msg_colour_type.Robert Vollmert2009-12-091-1/+2
|/
* Give a message and FX when you banish people.Adam Borowski2009-11-231-0/+1
* Remove mstuff2.h and mstuff2 referencesMatthew Cline2009-11-031-10/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* Add spelling fixes where possible: "gray" -> "grey".dolorous2008-07-041-2/+2
* Add yet another new channel MSGCH_FRIEND_ACTION thatj-p-e-g2008-05-271-0/+1
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-0/+1
* Add two new channels, MSGCH_FRIEND_SPELL and MSGCH_FRIEND_ENCHANT,j-p-e-g2008-04-291-27/+30
* Avoid cluttering the recovery channel when restoring stats.dolorous2008-04-201-1/+1
* Yet another change to monster speech and silencing...j-p-e-g2007-09-161-0/+1
* Didn't have svn autoprops set properly for the new files that I addedzelgadis2007-09-161-1/+1
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+91