Skip to content

Commit

Permalink
Merge pull request #247 from Zappaman/command_mode_b
Browse files Browse the repository at this point in the history
Add command mode access from context menu, alternative
  • Loading branch information
cbeck88 committed Jul 16, 2014
2 parents 53f2e91 + b385cdd commit 231d4f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions data/core/about.cfg
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion data/themes/default.cfg
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions players_changelog
Expand Up @@ -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.
Expand Down

0 comments on commit 231d4f9

Please sign in to comment.