summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
Commit message (Expand)AuthorAgeFilesLines
* Move get_ch() from stuff.cc to macro.ccNicholas Feinberg2014-07-271-0/+2
* Chance function(void) to function()reaverb2014-05-241-1/+1
* Use std namespace.Raphael Langella2012-08-261-8/+8
* Make another bunch of functions static or deleted.Adam Borowski2012-03-211-1/+0
* Make a bunch of functions static, delete some unused junk.Adam Borowski2011-11-111-1/+0
* Adjust some whitespace and formatting.Adam Borowski2011-07-081-2/+4
* Let sendkeys() input not yet injected into the macro buffer inhibit ready().Adam Borowski2011-05-231-0/+1
* Make file headers doxygen-friendly, drop useless fields.Adam Borowski2011-03-281-5/+4
* Explicitly describe uppercase keys as such in the tutorial.Johanna Ploog2011-01-121-1/+1
* Massive spacing fixes: "( spaces after parentheses )".Adam Borowski2010-10-151-1/+1
* Fix Aliza's macro crash (!lm Aliza type=crash 1)Darshan Shaligram2010-07-161-0/+10
* Track what keys in the macro buffer have been expanded.Robert Vollmert2010-05-131-2/+4
* Revert "Change key recorder to get unexpanded keys."Robert Vollmert2010-05-121-1/+1
* Remove getch()->getchm() define.Robert Vollmert2010-03-281-7/+0
* Change key recorder to get unexpanded keys.Robert Vollmert2010-03-281-1/+1
* Remove a lot of unused key_recorder stuff.Robert Vollmert2010-03-281-8/+1
* Remove unused insert_macro_into_buff.Robert Vollmert2010-03-281-2/+0
* Clean up command repeating.Robert Vollmert2010-03-101-1/+2
* Fix the upstairs command being listed as "<<" in Tiles.Johanna Ploog2010-02-151-1/+2
* First steps to make tutorial messages respect key bindings.Johanna Ploog2010-01-181-2/+1
* Comment out list_all_commands and remove its call from chardump.cc.Johanna Ploog2010-01-181-1/+0
* Display real keys for commands in the Tiles' tooltip.Johanna Ploog2010-01-181-1/+2
* Move insert_commands() methods into macro.cc.Johanna Ploog2010-01-181-0/+2
* Use the dynamic command key names for some commands on the help screen.Johanna Ploog2010-01-151-0/+2
* New method _command_to_string() returning human-readable key names.Johanna Ploog2010-01-151-0/+1
* New class pause_all_key_recordersMatthew Cline2009-11-221-0/+9
* macro_buf_add_cmd() to add commands to key bufferMatthew Cline2009-11-181-0/+2
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Minor typesafety fix.haranp2008-10-051-16/+2
* Fix 2026005: macros being loaded in the wrong order.haranp2008-10-031-3/+3
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-5/+0
* Adding back in a menu keymap context so (for example) numpad telnet users can...ennewalker2008-09-061-1/+3
* Do "keypress -> command_type" via keybindings. Solves bug 2018200,zelgadis2008-07-171-0/+17
* For functions that return char*'s, don't return a c_str() of an dolorous2008-06-251-1/+1
* [1909218] Fixing issue where keymaps were affecting menu choices done by keyb...ennewalker2008-06-121-1/+2
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-1/+35
* 1622385: there is now a Confirm keymap context for yesno() andharanp2007-07-021-0/+1
* Flush macro input buffer when fire command fails (Erik).dshaligram2007-06-081-0/+1
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-14/+0
* [1622126] Fixed shift+direction keys canceling the targeting prompt. Hopefullydshaligram2006-12-291-1/+1
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-0/+2
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+63