summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/cmd-name.pl
Commit message (Collapse)AuthorAgeFilesLines
* Reformat some perl.Adam Borowski2013-06-281-1/+2
| | | | | | | | | Mostly so I don't get spammed when forgetting to restrict a search to *.cc *.h files only. There's too much idiosyncratic formatting to force a standard without thinking about it first. We seem to have a bunch of unused scripts, perhaps some should get pruned away?
* Formatting fixes.Adam Borowski2013-04-101-7/+14
|
* Generate cmd-name.h on build time.Adam Borowski2012-06-261-2/+2
|
* Don't hard code the interpreter path in perl scripts.Raphael Langella2012-04-271-1/+1
| | | | | This allows windows user to more easily use activeperl instead of msys perl. It has better module support and handles newlines consistently with git.
* Do "keypress -> command_type" via keybindings. Solves bug 2018200,zelgadis2008-07-171-0/+76
where you couldn't do macros with the old 3.4 keymap since the 3.4 keys were done via macros and macros can't recursively invoke macros. Has the little snag that it doesn't exactly reproduce the 3.4 "fire ammo" command since 3.4 automatically goes to the inventory list but 4.0 doesn't. TODO: * Get levelmap commands to use keybindings instead of hardcoded mappings. * Let function keys and alt keys be bound to commands. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6587 c06c8d41-db1a-0410-9941-cceddc491573