summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport r10443: generalized way of dealing with "disconnect at --more--"zelgadis2009-07-281-1/+1
* Plug a couple of memory holes. Unfortunately, between libSDL andj-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
* Many code cleanups, mostly involving using stack_iterator andharanp2008-07-021-1/+1
* If mpr() is called with MSGCH_GOD and param == 0 then change param tozelgadis2008-07-011-0/+3
* Typo fixes.dolorous2008-06-251-1/+1
* Swap '.' and '!' in the targetting interface.j-p-e-g2008-06-221-10/+12
* Fix 1996837: Allow equipping spellcasters with ammunition on generation.j-p-e-g2008-06-191-2/+4
* Added several new tutorial triggers including information on being caughtj-p-e-g2008-06-131-1/+1
* Added option msg_condense_repeats (defaults to true) which causes messagezelgadis2008-06-081-2/+24
* * Fix some issues with the new food colourings, and make it respectj-p-e-g2008-06-011-63/+86
* Modify menu_colour_item_prefix() to also handle stuff like contaminatedj-p-e-g2008-05-311-2/+2
* Add yet another new channel MSGCH_FRIEND_ACTION thatj-p-e-g2008-05-271-1/+2
* Added "error" channel for runtime errors, and changed error messages thatzelgadis2008-05-271-2/+6