From 86c2148df802a43bc5f9c3bbfc6ae84590a59f65 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 24 Nov 2015 19:01:41 +0100 Subject: [PATCH 1/2] Changed: Remove Yubo chat references --HG-- branch : develop --- .../data/gamedev/interfaces_v3/config.xml | 20 ---------- .../gamedev/interfaces_v3/interaction.xml | 37 +------------------ .../data/gamedev/interfaces_v3/reset.xml | 2 - 3 files changed, 1 insertion(+), 58 deletions(-) diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/config.xml b/code/ryzom/client/data/gamedev/interfaces_v3/config.xml index 4114143e5..50ccf385a 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/config.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/config.xml @@ -3318,9 +3318,6 @@ This MUST follow the Enum MISSION_DESC::TIconId - @@ -3339,9 +3336,6 @@ This MUST follow the Enum MISSION_DESC::TIconId - - - - - - - - - @@ -1148,9 +1137,6 @@ target="tab4:active" /> - - - - --> - - - - - - diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/reset.xml b/code/ryzom/client/data/gamedev/interfaces_v3/reset.xml index 4cf0ae866..1d7e0c66d 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/reset.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/reset.xml @@ -321,14 +321,12 @@ - - From 56988bf85b83296da9f37e0f976841c3177a2b7d Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 24 Nov 2015 19:01:54 +0100 Subject: [PATCH 2/2] Changed: Minor change --HG-- branch : develop --- code/ryzom/client/data/gamedev/interfaces_v3/game_config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/game_config.lua b/code/ryzom/client/data/gamedev/interfaces_v3/game_config.lua index 5354e1cc7..36584bcdf 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/game_config.lua +++ b/code/ryzom/client/data/gamedev/interfaces_v3/game_config.lua @@ -85,6 +85,7 @@ function game:mcwOnColorChanged() else uiPath = uiPath .. 'pick2'; end + local ui = getUI(uiPath); game.ColorPicker.r = ui.r; game.ColorPicker.g = ui.g;