summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.cc
Commit message (Expand)AuthorAgeFilesLines
* Apply tutorial fixes as well as the macro/wininit path to 0.4.j-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