summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't do anything for more() or mesclr() if the game has crashed (they mightzelgadis2009-01-181-0/+6
* Fix boundary condition error when computing the oldest stored message.zelgadis2009-01-181-1/+1
* When dumping info upon a crash:zelgadis2009-01-181-1/+9
* Implemented crash data reporting, though it's only some stubs on Windows andzelgadis2009-01-181-0/+13
* Disallowing mouse clicks on force_more messages to help avoid accidental deaths.ennewalker2009-01-151-4/+5
* [2499489] Allowing mouse clicks for picking up items and for --more-- prompts.ennewalker2009-01-121-1/+2
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+2
* Assert in mpr() during arena mode if a channel innapropriate for arena modezelgadis2009-01-031-0/+27
* Added arena game options:zelgadis2009-01-011-0/+32
* Add arena mode, activated on the command-line by 'crawl -arena "monster v mon...dshaligram2008-12-311-0/+7
* If a multi-line message matches message_colour or note_messages then apply themzelgadis2008-12-261-29/+61
* If the user presses ESC in response to --more-- then automatically clearzelgadis2008-12-211-4/+22
* Don't take notes on messages in certain channels, like MSGCH_EXAMINEzelgadis2008-11-281-0/+8
* Fix the ASSERT when undetected traps run out of ammo and display "Youj-p-e-g2008-11-091-1/+1
* Fixed security issue in replay_messages(). Fixes part of 2029644.haranp2008-09-181-1/+1
* Fix 2082716: clean colour tags from dumps.haranp2008-09-151-7/+6
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* FR 1969858: Store message history across saves.j-p-e-g2008-09-141-3/+34
* 0.4->trunk r6760: Fix Crawl spinning in CPU-pegging loop on disconnect on dea...dshaligram2008-08-041-1/+1
* More cleanups and fixes.haranp2008-07-231-1/+1
* Fix 2019860: beef jerky wasn't considered meat.haranp2008-07-161-1/+1
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-3/+0
* [2017260] Fixing message alignment issue with extra space on some lines.ennewalker2008-07-131-1/+0
* [2010665] Fixing some delay_message_clear-related bugs. Fixing issue (consol...ennewalker2008-07-041-2/+10
* Fix 2007056 (misplaced cursor on colourful prompts.)haranp2008-07-021-1/+0