summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.cc
Commit message (Expand)AuthorAgeFilesLines
* Add pseudocommand CMD_NO_CMD_DEFAULT for overriding the vi keys.Johanna Ploog2010-01-161-4/+3
* Use the dynamic command key names for some commands on the help screen.Johanna Ploog2010-01-151-2/+2
* New method _command_to_string() returning human-readable key names.Johanna Ploog2010-01-151-0/+88
* New class pause_all_key_recordersMatthew Cline2009-11-221-0/+15
* Add formatting fixes.David Lawrence Ramsey2009-11-211-4/+4
* Remove trailing whitespace.David Lawrence Ramsey2009-11-201-1/+1
* macro_buf_add_cmd() to add commands to key bufferMatthew Cline2009-11-181-4/+16
* Key press buffer can hold raw commandsMatthew Cline2009-11-181-0/+31
* Split game_options from externs.h into options.h.Robert Vollmert2009-11-041-0/+1
* versioning: remove SVN-specific revision data, add Git versioningSteven Noonan2009-10-181-1/+0
* Remove a lot of unneccessary includes.Robert Vollmert2009-10-091-1/+0
* Drop obsolete CVS last-committed headers ($Author$).Adam Borowski2009-10-061-2/+0
* Add more spelling fixes.David Lawrence Ramsey2009-09-241-9/+9
* Add spelling fixes.David Lawrence Ramsey2009-09-231-3/+3
* Reimplementing playing with dolls ('-' command). Keys are mostly the same as...ennewalker2009-08-181-0/+5
* Apply my previous two commits to trunk.j-p-e-g2009-07-231-16/+10
* Another step on the way to player doll customization. Including somej-p-e-g2009-06-181-21/+0
* * More steps on the path to reintroducing player doll customization.j-p-e-g2009-06-171-1/+13
* Add minor cosmetic fixes.dolorous2009-05-081-2/+2
* * Fix 2744875 (mutation screen assert).j-p-e-g2009-04-111-36/+36
* Call flush_prev_message() before getch(), cancelable_get_line() andj-p-e-g2009-02-281-0/+1
* Give a message when you don't succeed in writing a macro file.haranp2009-02-081-2/+8
* Adding REVISION() macro to all source files.ennewalker2009-01-041-0/+1
* Fix 2026005: macros being loaded in the wrong order.haranp2008-10-031-5/+2
* Remove pre-Stone Soup change history from source files, and push it allj-p-e-g2008-09-141-6/+0
* Adding back in a menu keymap context so (for example) numpad telnet users can...ennewalker2008-09-061-1/+7
* Apply Yelve Yakut's patch (2020369) to list monsters and items in view.j-p-e-g2008-08-021-1/+1
* Do "keypress -> command_type" via keybindings. Solves bug 2018200,zelgadis2008-07-171-0/+195
* Large tiles-related changes. Platform-specific rendering removed and replace...ennewalker2008-07-151-2/+0
* Save macro.txt and wininit.txt in the settings folder, both using thej-p-e-g2008-07-081-7/+4
* For functions that return char*'s, don't return a c_str() of an dolorous2008-06-251-4/+4
* [1909218] Fixing issue where keymaps were affecting menu choices done by keyb...ennewalker2008-06-121-2/+4
* Another code cleanup.j-p-e-g2008-04-151-20/+29
* Another one of those pesky spacing changes.j-p-e-g2008-04-151-91/+91
* [1896152] Fixed infinite loops when repeating commands (the repeat buffer was...dshaligram2008-03-311-19/+3
* For 1909388: command key changespauldubois2008-03-101-5/+19
* Fixed macro bug reported on the antichri^W^W Windows Vista.dshaligram2008-01-121-29/+9
* Tiles!ennewalker2008-01-051-1/+5
* Attempt to fix [1850593] by reverting r3020, as getch_ck() acts dolorous2007-12-141-1/+1
* Use c_getch() instead of m_getch() in getch_mul(), as the translation dolorous2007-12-071-1/+1
* Input buffer needs to be flushed if the first iteration of commandzelgadis2007-09-191-1/+1
* Added new commands "re-do previous command" (bound to `) and "repeatzelgadis2007-09-191-9/+184
* Split off portions of externs.h and enum.h into other files. Thezelgadis2007-09-151-0/+1
* 1622385: there is now a Confirm keymap context for yesno() andharanp2007-07-021-5/+14
* Experimental mouse support for ncurses (enable with mouse_input=yes indshaligram2007-06-201-10/+7
* Fixed broken macros on Windows (Erik).dshaligram2007-06-091-1/+1
* Flush macro input buffer when fire command fails (Erik).dshaligram2007-06-081-36/+117
* Allow Mac users to double-click to launch Crawl:dshaligram2007-05-041-1/+1
* Cleaned up a lot of code which was using info[] to use mprf() directlyharanp2007-04-231-13/+8
* Tweaked to allow building without CLUA_BINDINGS, but allowingdshaligram2007-04-161-2/+0