summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix [1967456]: Change "horribly wounded" to "severely wounded".dolorous2008-05-191-1/+1
* Add two new channels, MSGCH_FRIEND_SPELL and MSGCH_FRIEND_ENCHANT,j-p-e-g2008-04-291-0/+3
* Another code cleanup.j-p-e-g2008-04-151-1/+1
* Another one of those pesky spacing changes.j-p-e-g2008-04-151-18/+18
* Add still more whitespace fixes.dolorous2008-04-081-2/+2
* Yet Another Code Cleanup, this time concentrating on libx11.cc and j-p-e-g2008-04-011-1/+1
* Clean up vampire biting attack, and call the new method whenever aj-p-e-g2008-03-281-3/+6
* Implement a basic version of "list monsters in LOS".j-p-e-g2008-03-241-18/+24
* [FR 1909388] Command key changesj-p-e-g2008-03-091-2/+2
* Fix trunk compile, and a bit of code clean-up.j-p-e-g2008-02-291-2/+14
* Fix: messages with colors (like the new firing prompt) look funny inpauldubois2008-02-291-2/+11
* Cleaned up and applied 1895117: formatted_string and tutorial polish.pauldubois2008-02-291-14/+41
* Fix collision between gotoxy(int,int,int) and DOS djgpp gotoxy().dshaligram2008-01-251-2/+2
* Monsters get multilevel resists (incomplete). Monster data needs to bedshaligram2008-01-091-2/+3