Merge pull request #247 from Zappaman/command_mode_b

Add command mode access from context menu, alternative
This commit is contained in:
Chris Beck 2014-07-16 01:04:55 -04:00
commit 231d4f9762
4 changed files with 6 additions and 1 deletions

View file

@ -80,6 +80,7 @@ Version 1.13.0-dev:
* Add 'elemental' trait to Mudcrawler line
* Fix sound timings for drake fire animation macros
* User interface:
* Added a context menu option for command mode.
* Added a Classic theme which restores the 1.10 UI.
* Made orb and minimap colors configurable in Preferences.
* Remove 'allow_new_game=no' entries from random map new game list

View file

@ -900,6 +900,9 @@
[entry]
name = "Aaron Keisch-Walter (Exasperation)"
[/entry]
[entry]
name = "Adrian Iosif (Zappaman)"
[/entry]
[entry]
name = "Aishiko"
comment = "Unit instance recall cost implementation"

View file

@ -113,7 +113,7 @@
{COUNTDOWN_THEME}
[menu]
is_context_menu=true
items=wml,undo,redo,wbexecuteaction,wbdeleteaction,wbbumpupaction,wbbumpdownaction,wbsupposedead,describeterrain,describeunit,renameunit,createunit,changeside,killunit,labelteamterrain,labelterrain,clearlabels,speak,continue,recruit,recall,wbtoggle,delayshroud,updateshroud,cycle,endturn
items=wml,undo,redo,wbexecuteaction,wbdeleteaction,wbbumpupaction,wbbumpdownaction,wbsupposedead,describeterrain,describeunit,renameunit,createunit,changeside,killunit,labelteamterrain,labelterrain,clearlabels,speak,continue,recruit,recall,wbtoggle,delayshroud,updateshroud,cycle,endturn,command
[/menu]
[action]
id=button-endturn

View file

@ -38,6 +38,7 @@ Version 1.13.0-dev:
* Add 'elemental' trait to Mudcrawler line.
* User interface:
* Added a context menu option for command mode.
* Added a Classic theme which restores the 1.10 UI.
* Made orb and minimap colors configurable in Preferences.
* Added a button to copy the in-game Chat Log dialog contents to clipboard.