summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.cc
Commit message (Expand)AuthorAgeFilesLines
* * Change spell range display to something like @----->..j-p-e-g2009-07-231-1/+1
* Fix (part of) 2820968: / dir not working on Unix.j-p-e-g2009-07-231-16/+10
* * Add player doll selection prompt ('-') into 0.5 branch.j-p-e-g2009-06-201-9/+0
* 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
* Added #ifdef to allow compatibility with the old -macro <file> option. Thisdshaligram2007-04-021-2/+6
* Added DGL_NAMED_MACRO_FILE option to make life easier for dgamelaunch to keepdshaligram2007-04-011-1/+5
* Removed USE_NEW_RANDOM, USE_MACROS.dshaligram2007-01-251-3/+0
* Added morgue_dir as an init.txt option.dshaligram2006-12-291-4/+10
* Added -morgue option to specify where morgues are saved.dshaligram2006-12-151-4/+3
* Merged stone_soup r15:451 into trunk.dshaligram2006-11-221-6/+13
* Clean up a mistake in the SVN import.nlanza2006-08-131-0/+731