summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
Commit message (Expand)AuthorAgeFilesLines
* Applying r6537 to 0.4.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
* Tiles!ennewalker2008-01-051-4/+13
* Kill hard tabs.dshaligram2007-11-181-1/+1
* Ghosts can use ensorcelled hibernation. Breaks saves, needs some work on PC s...dshaligram2007-10-081-2/+8
* Make mpr_comma_separated_list() end the message with a period.zelgadis2007-10-081-0/+2
* Adjusted piety costs for Beogh smiting and Okawaru Haste (cbus/syllogism).dshaligram2007-09-261-1/+2
* more() should be skipped during any type of key replay, not just commandzelgadis2007-09-201-2/+1
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-0/+8
* Yet another change to monster speech and silencing...j-p-e-g2007-09-161-1/+3
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-5/+9
* Fixed a bug that made silence last forever. This also meantj-p-e-g2007-09-151-1/+11
* Implemented patch 1773718 (improved wizard commands) andj-p-e-g2007-09-021-0/+33
* Added two new message channels:j-p-e-g2007-08-301-1/+3
* Fixed map marker crashes.dshaligram2007-08-171-0/+7
* Silenced some valgrind warning noises.dshaligram2007-08-131-0/+6
* Type-safety on mpr() and friends channel argument.haranp2007-08-041-21/+28
* Replaced timed markers with Lua markers. Breaks save compatibility.dshaligram2007-07-261-0/+6
* &^X allows you to set experience level directly in wizmode.dshaligram2007-07-151-1/+1
* [1742338] Fixed Hell portals not being revealed correctly when the horn isdshaligram2007-06-301-1/+1
* Added some tweaks to Beogh:j-p-e-g2007-06-211-1/+3
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-1/+1
* Implemented Beogh, god of Orcs.j-p-e-g2007-06-141-0/+1
* When showing glyphs in messages (as in the tutorial), use stringize_glyph() todshaligram2007-06-081-4/+3