summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
Commit message (Expand)AuthorAgeFilesLines
* Move canned_message() from stuff.cc to message.ccNicholas Feinberg2014-07-271-0/+2
* Rename 'mesclr()' to 'clear_messages()'reaverb2014-06-221-1/+1
* Drop double newlines where they seem to serve no purpose.Adam Borowski2013-12-211-1/+0
* Revert "Delay more prompt until level has finished loading."Adam Borowski2013-12-031-1/+0
* Make msgwin_line_length non-static.Neil Moore2013-11-301-0/+1
* Delay more prompt until level has finished loading.Raphael Langella2013-11-301-0/+1
* Allow specifying pre-filled text for {msgwin,cancelable}_get_line.Neil Moore2013-08-241-5/+6
* Fix a possible infinite loop when dumping.Adam Borowski2013-04-091-1/+1
* Webtiles: Do message scrolling etc. on the client side.Florian Diebold2012-11-231-0/+5
* Remove unnecessary includes from header files.Jay3.14152012-10-231-1/+0
* Use std namespace.Raphael Langella2012-08-261-17/+17
* Fix arena message dumps being inoperative.Adam Borowski2012-03-251-8/+2
* Let CHANNEL: prefixes use all types in both current uses.Adam Borowski2011-11-111-0/+2
* cppcheck: pass const strings by reference. Alloc + copy less.Adam Borowski2011-07-051-2/+2
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Also reinitialize the message window and the notes for new games.Johanna Ploog2010-08-191-0/+1
* Add option restart_after_game to make Crawl return to the main menu after the...Darshan Shaligram2010-07-041-0/+1
* Fix clang error due to input_class being used without being definedLuca Barbieri2010-05-021-1/+1
* Clean up message colour handling.Robert Vollmert2010-03-041-1/+1
* Redo handling of temporary messages.Robert Vollmert2010-02-081-0/+7
* Export effective message window height with msgwin_lines().Robert Vollmert2010-02-061-0/+2
* Add msgwin_got_input() to notify message window of input.Robert Vollmert2010-02-051-0/+4
* Fix message window underscores.Robert Vollmert2010-02-031-0/+2
* An implementation of any_messages().Robert Vollmert2010-01-251-4/+2
* Change handling of delayed messaging leading dash.Robert Vollmert2010-01-251-0/+3
* Replace tracking of turn_line by mesclr_line.Robert Vollmert2010-01-251-1/+0
* msgwin_prompt and msgwin_reply to allow generic saving of replies.Robert Vollmert2010-01-211-0/+3
* Export function to scroll message window.Robert Vollmert2010-01-201-0/+2
* Make (some) more prompts respond to the same keys as they used to.Robert Vollmert2010-01-201-3/+1
* Output solitary leading dash on new turn.Robert Vollmert2010-01-191-0/+2
* Copy cancelable_get_line_autohist to msgwin_get_line.Robert Vollmert2010-01-181-0/+14
* Use msgwin_get_line for note taking.Robert Vollmert2010-01-181-1/+2
* Add msgwin_get_line.Robert Vollmert2010-01-181-0/+6
* Display message window from redraw_screen.Robert Vollmert2010-01-041-0/+3
* Merge branch 'master' into messagewindowRobert Vollmert2010-01-031-1/+1
|\
| * message.h: remove superfluous semicolonSteven Noonan2009-12-291-1/+1
* | Add message flushing and clearing.Robert Vollmert2009-12-151-5/+1
* | Some dummy implementations to fix the compile.Robert Vollmert2009-12-091-5/+18
* | Remove unused message.h:set_colour.Robert Vollmert2009-12-091-2/+0
* | Convert channel_to_colour to return msg_colour_type.Robert Vollmert2009-12-091-1/+1
|/
* reset_more_autoclear() -> set_more_autoclear()Matthew Cline2009-11-241-1/+1
* Remove "called from:" comments.Vsevolod Kozlov2009-11-031-20/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Apply my recent commits to trunk.j-p-e-g2009-06-151-0/+1
* Implement a very basic attempt at message condensation: Store the most j-p-e-g2009-02-271-1/+2
* Properly use default parameters when displaying comma-separated lists.dolorous2009-02-121-1/+1
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-0/+1
* Disallowing mouse clicks on force_more messages to help avoid accidental deaths.ennewalker2009-01-151-1/+1
* Added arena game options:zelgadis2009-01-011-0/+8
* If a multi-line message matches message_colour or note_messages then apply themzelgadis2008-12-261-14/+0