summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.cc
Commit message (Expand)AuthorAgeFilesLines
...
* fix some escaping issues in macro promptsJesse Luehrs2010-09-081-1/+3
* Dump macro file in ~/.crawl/macro.txt by default on Unix.Darshan Shaligram2010-07-171-1/+5
* Fix macro_dir handling (Napkin).Darshan Shaligram2010-07-171-1/+2
* Fix Aliza's macro crash (!lm Aliza type=crash 1)Darshan Shaligram2010-07-161-0/+45
* Add option restart_after_game to make Crawl return to the main menu after the...Darshan Shaligram2010-07-041-2/+0
* Fix crash on MacOS when building without SAVEDIR set and DGAMELAUNCH enabled.Darshan Shaligram2010-06-251-3/+5
* Make ^G equivalent to Escape in all prompts for the Emacs users out there (yo...Darshan Shaligram2010-06-131-3/+3
* Two modes for macro entry.Robert Vollmert2010-06-091-41/+59
* Remove obsolete variant of macro_add.Robert Vollmert2010-06-011-8/+0
* Echo macro entry.Robert Vollmert2010-06-011-0/+5
* Use a hand-rolled get_line for macro entry. (#718)Robert Vollmert2010-06-011-5/+32
* Track what keys in the macro buffer have been expanded.Robert Vollmert2010-05-131-8/+36
* Change the way command repetition is handled.Robert Vollmert2010-05-121-1/+0
* Revert "Change key recorder to get unexpanded keys."Robert Vollmert2010-05-121-5/+9
* Remove getch()->getchm() define.Robert Vollmert2010-03-281-2/+0
* Change key recorder to get unexpanded keys.Robert Vollmert2010-03-281-9/+5
* Remove a lot of unused key_recorder stuff.Robert Vollmert2010-03-281-36/+2
* Don't expand macros when one has already been expanded.Robert Vollmert2010-03-281-7/+4
* Remove unused insert_macro_into_buff.Robert Vollmert2010-03-281-10/+0
* Clean up command repeating.Robert Vollmert2010-03-101-2/+3
* Apply macros to input buffer consistently.Robert Vollmert2010-03-091-4/+4
* macro.cc: Correct some commands; formatting.Robert Vollmert2010-03-091-21/+21
* Only prompt for saving macros if you actually changed them.Johanna Ploog2010-02-261-0/+4
* Handle % key (resists screen) correctly when printing command keys.Johanna Ploog2010-02-211-1/+3
* Fix the upstairs command being listed as "<<" in Tiles.Johanna Ploog2010-02-151-2/+3
* Fix macro and keymap std::maps expanding until they contain all keysequences ...Darshan Shaligram2010-02-111-6/+7
* s/targett/target/David Ploog2010-02-081-4/+4
* Treat CK_MOUSE_CMD as synthetic (tiles).Robert Vollmert2010-01-281-0/+3
* Merge branch 'direction-rewrite'Haran Pilpel2010-01-261-3/+1
|\
| * Merge remote branch 'origin/master' into direction-rewriteHaran Pilpel2010-01-231-13/+52
| |\
| * | Complete rewrite of direction(). Tiles people need to look at this.Haran Pilpel2010-01-231-3/+1
* | | Remove a whole lot of flush_prev_message().Robert Vollmert2010-01-261-1/+0
| |/ |/|
* | Use msgwin_prompt/reply when adding a macro.Robert Vollmert2010-01-211-3/+5
* | Remove libutil.h from AppHdr.h and include explicitly.Robert Vollmert2010-01-201-0/+1
* | Macro entry with msgwin_get_line_autohist.Robert Vollmert2010-01-201-8/+1
* | Move Options.show_more_prompt to crawl_state.show_more_prompt.Robert Vollmert2010-01-191-1/+1
* | First steps to make tutorial messages respect key bindings.Johanna Ploog2010-01-181-4/+1
* | Comment out list_all_commands and remove its call from chardump.cc.Johanna Ploog2010-01-181-1/+4
* | Display real keys for commands in the Tiles' tooltip.Johanna Ploog2010-01-181-2/+4
* | Move insert_commands() methods into macro.cc.Johanna Ploog2010-01-181-0/+41
|/
* 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