summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Flush macro input buffer when fire command fails (Erik).dshaligram2007-06-081-15/+17
* [1699948] Allow changing the viewport size if you're using a larger terminaldshaligram2007-06-041-5/+5
* [1709687] Fixed Vehumet and Lugonu not accepting kills by undead slaves.dshaligram2007-06-031-1/+2
* [1715565] Removed "You mutate" message which is irrelevant since the specificdshaligram2007-06-031-0/+4
* Preliminary integration of Zooko's Xom patch (untested).dshaligram2007-05-281-2/+2
* Messaging improvements.haranp2007-05-071-53/+73
* Added an std::ostream, mpr_stream, to the message.h interface.haranp2007-04-281-0/+68
* Made trap ammo dependent on T&D.haranp2007-04-231-0/+8
* Message area was not cleared after --more-- if delay_message_clear=yes, fixeddshaligram2007-04-141-2/+1
* Allow "mute" as a colour in message_colour, which means the messageharanp2007-04-041-43/+39
* Suppress equipment, diagnostic and tutorial channels in character dump messagedshaligram2007-04-011-2/+11
* Added a funtion for formatted message history, and, while I was at it, j-p-e-g2007-03-201-120/+124
* Added message_colour option to allow custom-colouring individual messages. Thisdshaligram2007-03-161-5/+17
* Add LOW MAGIC WARNING. This involved creating a channel, modifying init.txt,...mtitus_6132007-03-061-0/+4
* Moved formatted_string into its own file, separate from the rest of Menu.haranp2007-02-171-2/+1
* Tutorial (JPEG) and some formatting cleanup.dshaligram2007-02-061-9/+31
* Added add_glyph methods to formatted string to show a monster or item glyph asdshaligram2007-01-281-2/+2
* Added formatted_mpr(), which gives (very!) basic support for formattedharanp2007-01-271-1/+119
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-17/+6
* First steps towards making delay_message_clear useful. The intent is to use adshaligram2007-01-121-72/+28
* Tweaked travel/explore so that it doesn't cut off before trying to move to adshaligram2007-01-091-1/+2
* Allow <> to scroll Ctrl-P message history.dshaligram2007-01-061-4/+7
* stop_travel messages now also apply to shift-run and rest (under the defaultdshaligram2007-01-021-7/+6
* An attempt at a more comprehensive fix for cursor inconsistencies betweendshaligram2006-12-171-10/+6
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-15/+107
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+598