summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
Commit message (Expand)AuthorAgeFilesLines
* Account for indicator column when using &" with delay_message_clearStefan O'Rear2009-12-301-0/+3
* remove mpr message length limitationJesse Luehrs2009-12-271-5/+10
* dprf(...), does same as mprf(MSGCH_DIAGNOSTICS, ...) in debug builds, nothing...Adam Borowski2009-12-201-0/+10
* Replace static snprintf() with make_sprintf() where the result is immediately...Adam Borowski2009-12-171-0/+1
* A different fix to --more-- overwriting the last line.Robert Vollmert2009-12-171-6/+2
* Revert "Do also increment message count for prompts."Robert Vollmert2009-12-171-1/+6
* Fix a comment.Johanna Ploog2009-12-111-3/+3
* Do also increment message count for prompts.Robert Vollmert2009-12-081-6/+1
* Turn cursor off when drawing delay_message_clear dash.Robert Vollmert2009-12-031-0/+1
* Start messages at window bottom with delay_message_clear.Robert Vollmert2009-11-301-2/+19
* Simplify scrolling handling in message_out.Robert Vollmert2009-11-261-23/+15
* Put more() prompt on new line with delay_message_clear.Robert Vollmert2009-11-261-2/+3
* Flush previous messages in more().Robert Vollmert2009-11-261-0/+2
* delay_message_clear: Output leading dash on mesclr already.Robert Vollmert2009-11-261-18/+10
* Fix non-wizard compilation.Robert Vollmert2009-11-251-3/+13
* Auto-clear more while luaterp is runningMatthew Cline2009-11-241-1/+3
* reset_more_autoclear() -> set_more_autoclear()Matthew Cline2009-11-241-4/+4
* Give a message and FX when you banish people.Adam Borowski2009-11-231-0/+4
* Add formatting fixes.David Lawrence Ramsey2009-11-211-2/+2
* Move silenced(pos) to areas.cc.Robert Vollmert2009-11-211-0/+1
* Move tutorial state out of Options.Robert Vollmert2009-11-161-1/+1
* Remove #include <conio.h> from all over the place. Convert COLORS to an enum.Adam Borowski2009-11-141-4/+0
* Rename monspeak/monplace/monstuff to mon-speak/place/stuff.Jude Brown2009-11-121-1/+1
* Split shouting and stealth code from view.cc.Robert Vollmert2009-11-101-0/+1
* Rename FeawnCharles Otto2009-11-081-1/+1
* Split up view.cc.Robert Vollmert2009-11-041-0/+2
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* Splitting up stuff.cc.Robert Vollmert2009-10-301-0/+2
* Rename Chronos to Cheibriados. (Jude Brown)David Ploog2009-10-231-1/+1
* Tentatively color Chronos lightcyan.Adam Borowski2009-10-211-2/+1
* gods: added "Chronos", the slow godSteven Noonan2009-10-201-0/+4
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* project-wide: implement use of platform.h detection macrosSteven Noonan2009-10-101-1/+1
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Generalized solution to the "disconnect at --more--" problem (e.g., disconnectzelgadis2009-07-281-1/+1
* Apply caotto's plant god patch, for now named "Feawn".j-p-e-g2009-07-201-0/+3
* Add the Slime god as per n78291's (Shayne?) patch. Thanks! :Dj-p-e-g2009-07-181-0/+3
* Apply my recent commits to trunk.j-p-e-g2009-06-151-3/+7
* Reduce screen-flicker and clearing of the message window when re-doing thezelgadis2009-05-281-0/+3
* Reset Message_Line and New_Message_Count to 0 after loading message historyzelgadis2009-05-251-0/+1
* Add spacing fixes.dolorous2009-04-301-1/+1
* * Don't offer rotten chunks for wearers of "otG since it doesn'tj-p-e-g2009-03-221-1/+1
* Fix recursive loops for flushing messages when more() is calling getch()j-p-e-g2009-02-281-2/+9
* Call flush_prev_message() before getch(), cancelable_get_line() andj-p-e-g2009-02-281-8/+2
* * Make message condensation merge messages into history correctly.j-p-e-g2009-02-271-10/+18
* Implement a very basic attempt at message condensation: Store the most j-p-e-g2009-02-271-8/+60
* Fix warning.dolorous2009-02-121-0/+1
* Make extra-sure that a monster won't be announced to have come into view, onlyzelgadis2009-01-201-3/+2
* Yet another attempt to fix problems with the monster "comes into view"zelgadis2009-01-201-0/+12
* * Also add blood bottling to command help for Vampires.j-p-e-g2009-01-181-1/+1