From 1e0ae693b29faaef1f1427d95c7508826b537dff Mon Sep 17 00:00:00 2001 From: Zappaman Date: Sat, 12 Jul 2014 07:42:20 -0700 Subject: [PATCH 1/2] This patch adds a feature mentioned in http://wiki.wesnoth.org/EasyCoding, namely the first one in "Engine related features". To implement this feature, I added the command field in the configuration for the context menu. This comes as an alternative to https://github.com/wesnoth/wesnoth/pull/246 --- data/themes/default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From b385cdd07a5d318c241b0f49d5797e172be88a6b Mon Sep 17 00:00:00 2001 From: Zappaman Date: Tue, 15 Jul 2014 10:11:47 -0700 Subject: [PATCH 2/2] added to changelog and about.cfg --- changelog | 1 + data/core/about.cfg | 3 +++ players_changelog | 1 + 3 files changed, 5 insertions(+) diff --git a/changelog b/changelog index afebd2d643c4..bd880c315362 100644 --- a/changelog +++ b/changelog @@ -73,6 +73,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/players_changelog b/players_changelog index b18326e8ea4b..067f80c3df1f 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.