From 78fe1850f18e8e7144028ecef8ebe286c5a55f4e Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 11 Sep 2012 20:26:36 +0200 Subject: [PATCH] Changed: Synchronization with SVN --- code/ryzom/client/client_default.cfg | 8 +- .../data/gamedev/interfaces_v3/actions.xml | 3 +- .../data/gamedev/interfaces_v3/commands.xml | 8 + .../data/gamedev/interfaces_v3/config.xml | 10 + .../gamedev/interfaces_v3/game_config.xml | 32 ++- .../data/gamedev/interfaces_v3/guild.xml | 4 +- .../gamedev/interfaces_v3/info_player.xml | 12 +- .../data/gamedev/interfaces_v3/inventory.xml | 61 ++++- .../data/gamedev/interfaces_v3/login_main.xml | 22 +- .../gamedev/interfaces_v3/out_v2_select.xml | 6 +- .../data/gamedev/interfaces_v3/reset.xml | 2 + .../data/gamedev/interfaces_v3/taskbar.xml | 49 ++-- .../data/gamedev/interfaces_v3/widgets.xml | 256 ++++++++---------- code/ryzom/client/src/character_cl.cpp | 3 +- code/ryzom/client/src/client.cpp | 5 +- code/ryzom/client/src/client_cfg.cpp | 2 +- code/ryzom/client/src/client_chat_manager.cpp | 16 ++ code/ryzom/client/src/connection.cpp | 38 +-- code/ryzom/client/src/entity_cl.cpp | 35 ++- code/ryzom/client/src/entity_cl.h | 4 +- code/ryzom/client/src/far_tp.cpp | 1 - code/ryzom/client/src/ground_fx_manager.cpp | 4 +- code/ryzom/client/src/http_client_curl.cpp | 2 +- .../src/interface_v3/action_handler_game.cpp | 38 ++- .../src/interface_v3/action_handler_help.cpp | 2 +- .../src/interface_v3/action_handler_misc.cpp | 14 +- .../interface_v3/action_handler_phrase.cpp | 31 ++- .../src/interface_v3/action_handler_ui.cpp | 2 +- .../interface_v3/bot_chat_page_mission.cpp | 4 +- .../src/interface_v3/chat_text_manager.cpp | 26 +- .../src/interface_v3/chat_text_manager.h | 3 + .../client/src/interface_v3/dbctrl_sheet.cpp | 6 +- .../client/src/interface_v3/group_html.cpp | 4 - .../src/interface_v3/group_html_webig.cpp | 2 +- .../interface_v3/group_in_scene_bubble.cpp | 4 +- .../interface_v3/group_in_scene_user_info.cpp | 126 +++++---- .../src/interface_v3/interface_manager.cpp | 12 + .../src/interface_v3/interface_manager.h | 2 + .../src/interface_v3/sphrase_manager.cpp | 37 ++- .../client/src/interface_v3/sphrase_manager.h | 4 +- code/ryzom/client/src/login.cpp | 16 +- code/ryzom/client/src/login.h | 17 ++ .../client/src/login_progress_post_thread.h | 2 +- code/ryzom/client/src/net_manager.cpp | 2 +- code/ryzom/client/src/player_cl.cpp | 2 +- code/ryzom/client/src/release.cpp | 2 +- .../client/src/string_manager_client.cpp | 22 +- code/ryzom/client/src/string_manager_client.h | 4 +- .../src/game_share}/http_client.cpp | 32 ++- .../src/game_share}/http_client.h | 23 +- .../time_weather_season/time_and_season.h | 2 +- 51 files changed, 634 insertions(+), 390 deletions(-) rename code/ryzom/{client/src => common/src/game_share}/http_client.cpp (91%) rename code/ryzom/{client/src => common/src/game_share}/http_client.h (83%) diff --git a/code/ryzom/client/client_default.cfg b/code/ryzom/client/client_default.cfg index 311b7cddd..f95a5c2b6 100644 --- a/code/ryzom/client/client_default.cfg +++ b/code/ryzom/client/client_default.cfg @@ -476,7 +476,7 @@ XMLR2EDInterfaceFiles = { "r2ed.xml", "r2_triggers.xml", - "r2_logic_entities.xml", + "r2_logic_entities.xml", "r2ed_acts.xml", "r2ed_scenario.xml", "r2ed_connect.xml" @@ -560,11 +560,11 @@ HelpPages = "de=http://forums.ryzom.com/forum/showthread.php?t=29131" }; -WebIgMainDomain = "atys.ryzom.com"; +WebIgMainDomain = "app.ryzom.com"; WebIgTrustedDomains = { - "atys.ryzom.com" + "api.ryzom.com", "app.ryzom.com" }; -PatchletUrl = "http://atys.ryzom.com/start/app_patchlet.php?patch=preload"; +PatchletUrl = "http://app.ryzom.com/app_patchlet/index.php?patch=preload"; SelectedSlot = 0; diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/actions.xml b/code/ryzom/client/data/gamedev/interfaces_v3/actions.xml index 4596702eb..3486e0298 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/actions.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/actions.xml @@ -39,7 +39,8 @@ - + + diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/commands.xml b/code/ryzom/client/data/gamedev/interfaces_v3/commands.xml index 821225a03..6fdb5d32a 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/commands.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/commands.xml @@ -63,6 +63,9 @@ + + + @@ -88,6 +91,11 @@ + + + + + diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/config.xml b/code/ryzom/client/data/gamedev/interfaces_v3/config.xml index c2fa6a71f..630ecd4c6 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/config.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/config.xml @@ -318,6 +318,12 @@ + + @@ -3389,6 +3395,10 @@ This MUST follow the Enum MISSION_DESC::TIconId + + diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/game_config.xml b/code/ryzom/client/data/gamedev/interfaces_v3/game_config.xml index 560d471ff..0a5c3c085 100644 --- a/code/ryzom/client/data/gamedev/interfaces_v3/game_config.xml +++ b/code/ryzom/client/data/gamedev/interfaces_v3/game_config.xml @@ -18,7 +18,7 @@ color="255 255 255 255" fontsize="14" shadow="true" - case_mode="%case_first_string_letter_up" /> + case_mode="%case_normal" />