summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Add spelling fixes.David Lawrence Ramsey2012-10-121-1/+1
* Don't grey out messages while asleepChris Campbell2012-10-121-3/+0
* Android port.frogbotherer2012-09-081-0/+4
* Use std namespace.Raphael Langella2012-08-261-61/+60
* Basic infrastructure for de-spamming debug mode.Adam Borowski2012-07-101-0/+11
* Exempt error and debug messages from fake languages.Adam Borowski2012-07-051-1/+2
* Remove parentheses around return (simple_function_call).Adam Borowski2012-07-051-2/+2
* Drop parentheses around scalar values in "return".Adam Borowski2012-07-051-7/+7
* Kill some longs.Adam Borowski2012-05-261-2/+2
* Remove a good deal of header inclusion.Adam Borowski2012-05-231-1/+0
* Do not crash when the terminal window is resized.Neil Moore2012-04-141-6/+19
* Rename translate.cc to lang-fake.cc, to avoid confusion.Adam Borowski2012-04-021-1/+1
* New translations: dwarven, jägerkin, lithp, german.Adam Borowski2012-03-301-11/+4
* Fix arena message dumps sometimes not showing up.Adam Borowski2012-03-251-1/+1
* Fix arena message dumps being inoperative.Adam Borowski2012-03-251-0/+17
* Don't crash when reading a line with mute:. and clear_messages .Neil Moore2012-03-181-0/+5
* Move the cursor even for muted prompts.Neil Moore2012-03-161-0/+4
* Fix coloured channels && auto-capitalisation in mpr().Samuel Bronson2011-12-251-2/+5
* Fix VISUAL SPELL: and similar messages.Neil Moore2011-11-281-0/+6
* Merge branch 'master' into unified_combat_controlRobert Burnham2011-11-161-6/+42
|\
| * Let CHANNEL: prefixes use all types in both current uses.Adam Borowski2011-11-111-0/+36
| * Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-5/+5
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-10-251-7/+6
|\|
| * Fix misformatted message history footer (#4317).Raphael Langella2011-07-241-1/+1
| * cppcheck: pass const strings by reference. Alloc + copy less.Adam Borowski2011-07-051-2/+2
| * Gut and parcel out most of stuff.ccAdam Borowski2011-06-041-1/+0
| * Add new option, show_newturn_mark, which can disable the leading character in...Chris Hamons2011-05-141-3/+3
* | Merge branch 'master' into unified_combat_controlRobert Burnham2011-04-261-14/+15
|\|
| * s/linebreak_string2/linebreak_string/Adam Borowski2011-04-041-2/+2
| * formatted_string fixes.Adam Borowski2011-04-041-5/+6
| * More string width fixes.Adam Borowski2011-04-011-3/+3
| * Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-4/+4
* | Don't capitalize error, diagnostic and wizard messages.Adam Borowski2011-04-181-6/+10
* | Capitalized mprf().Adam Borowski2011-04-151-10/+40
|/
* Mention scrolling commands on message history screen.Johanna Ploog2011-02-031-1/+6
* Replace the clunky hints_left counter with a game type check.Johanna Ploog2011-01-231-1/+1
* Heavily nerf orb apportation.Jude Brown2011-01-221-4/+3
* Pickup single stack: allow using g or enter to pick the whole stack.Raphael Langella2011-01-151-1/+3
* Remove defines for "a bunch of optional features".Adam Borowski2011-01-111-11/+0
* A function die() that does the equivalent of ASSERT(!"foo") but always works.Adam Borowski2011-01-111-1/+1
* Add support for Lua hooks triggered during vault generation (dpeg)Darshan Shaligram2010-12-051-0/+4
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-11/+11
* fix some escaping issues in macro promptsJesse Luehrs2010-09-081-4/+2
* Trim unused #includes somewhat.Adam Borowski2010-08-231-1/+0
* Also reinitialize the message window and the notes for new games.Johanna Ploog2010-08-191-0/+5
* Always store full trap name in kaux.Robert Vollmert2010-07-301-1/+4
* Remove outdated message window TODO list.Robert Vollmert2010-07-301-7/+0
* Fix spacing.Robert Vollmert2010-07-291-1/+1
* An otherwise inappropiate toy for Sprint.Adam Borowski2010-07-081-0/+8
* Add option restart_after_game to make Crawl return to the main menu after the...Darshan Shaligram2010-07-041-0/+20