diff --git a/changelog b/changelog index 5bb31b18666b..f96c97d6f6f3 100644 --- a/changelog +++ b/changelog @@ -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 diff --git a/data/core/about.cfg b/data/core/about.cfg index bc0c59d9752e..2ad70de73a39 100644 --- a/data/core/about.cfg +++ b/data/core/about.cfg @@ -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" diff --git a/data/themes/default.cfg b/data/themes/default.cfg index a1dc0007d2ea..3c65a2a0de05 100644 --- a/data/themes/default.cfg +++ b/data/themes/default.cfg @@ -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 diff --git a/players_changelog b/players_changelog index 307039e88a3c..6a76b4b9839a 100644 --- a/players_changelog +++ b/players_changelog @@ -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.