summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove stuffNicholas Feinberg2014-07-291-3/+4
* Move canned_message() from stuff.cc to message.ccNicholas Feinberg2014-07-271-0/+127
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-4/+4
* The great mon-stuff migration.Shmuale Mark2014-06-221-1/+1
* Correct some doxygen blocks.Neil Moore2014-05-291-1/+1
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Don't log DGL messages twice in certain instances (#8414).Shmuale Mark2014-04-231-1/+2
* Give monster warnings their own channel.Steve Melenchuk2014-04-101-0/+1
* Fix repeated messages lacking their x2 in character dumps (crate).elliptic2014-03-181-1/+9
* Don't sometimes wake the player on MSGCH_SOUND messages being printedDracoOmega2014-03-061-4/+0
* Wrap more of message_store code within ifdef USE_TILE_WEB.Pekka Lampila2014-03-011-4/+7
* Fix messages sometimes being duplicated in WebTiles. (#8202)Pekka Lampila2014-03-011-23/+2
* Make arena_delay available outside of arena as view_delay.Steve Melenchuk2014-02-271-1/+1
* Drop some useless parentheses around comparisons.Adam Borowski2014-01-101-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-2/+0
* Trim some extra spaces (ChrisOelmueller)Neil Moore2013-12-081-5/+5
* Revert "Delay more prompt until level has finished loading."Adam Borowski2013-12-031-15/+0
* Add mprf_nojoin().Neil Moore2013-11-301-11/+28
* Make msgwin_line_length non-static.Neil Moore2013-11-301-3/+1
* Delay more prompt until level has finished loading.Raphael Langella2013-11-301-0/+15
* Drop tagstring.{cc,h}Adam Borowski2013-11-291-1/+0
* Restrict mpr() to literals only.Adam Borowski2013-11-291-1/+1
* Remove mpr_nocap().Adam Borowski2013-11-291-5/+0
* Reverse the order of arguments in mpr_nojoin().Adam Borowski2013-11-291-2/+2
* Remove the multi-argument version of mpr().Adam Borowski2013-11-291-6/+24
* Replace `mpr(s, ch)` with `mprf(ch, s)`Adam Borowski2013-11-291-1/+1
* More formatting fixes for return (...);Neil Moore2013-11-151-4/+4
* Drop unnecessary parentheses from return statements.Adam Borowski2013-11-151-10/+10
* Axe a buttload of useless #includes.Adam Borowski2013-11-031-1/+0
* Condense some duplicated menu code for formatted_scrollerChris Oelmueller2013-09-211-3/+1
* Cancel an american speling.Adam Borowski2013-08-241-1/+1
* Allow specifying pre-filled text for {msgwin,cancelable}_get_line.Neil Moore2013-08-241-2/+2
* Give hell effects their own message channel.Adam Borowski2013-06-211-0/+1
* Turn pairs of assertions with x > min, x <= max into ASSERT_RANGE.Adam Borowski2013-06-081-4/+2
* Fix WebTiles overflow more prompt losing one linePekka Lampila2013-05-211-4/+20
* Refactor ASSERT(a && b) -> ASSERT(a); ASSERT(b);Brendan Hickey2013-04-281-2/+4
* Fix a possible infinite loop when dumping.Adam Borowski2013-04-091-5/+3
* Don't print the line number in -DDEBUG_FATAL messages.Adam Borowski2013-04-071-1/+1
* Add a comment to message_window::reset_temp().Samuel Bronson2013-03-291-0/+3
* Stop dropping lines from the message window due to an extra (nasal) -=.Samuel Bronson2013-03-291-1/+1
* Fix a case of message not being sent to WebTilesPekka Lampila2013-03-201-5/+5
* Fix a console-in-webtiles hints regression vs console.Adam Borowski2012-12-181-3/+2
* Brace and std:: removal.Adam Borowski2012-12-081-3/+1
* Indentation fixes.Adam Borowski2012-12-051-2/+2
* Webtiles: Do a complete update when the input mode changes.Florian Diebold2012-11-241-4/+7
* Refactor Webtiles more handling.Florian Diebold2012-11-231-22/+15
* Webtiles: Do message scrolling etc. on the client side.Florian Diebold2012-11-231-1/+94
* Remove unnecessary includes from header files.Jay3.14152012-10-231-0/+1
* Rename struct glyph to cglyph_t.Adam Borowski2012-10-161-3/+3
* Allow making MSGCH_ERROR fatal.Adam Borowski2012-10-151-0/+5