Merge pull request #247 from Zappaman/command_mode_b
Add command mode access from context menu, alternative
This commit is contained in:
commit
231d4f9762
4 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue