diff --git a/indra/llcommon/llsecondlifeurls.cpp b/indra/llcommon/llsecondlifeurls.cpp index 36d8e8870..3aca80f6e 100644 --- a/indra/llcommon/llsecondlifeurls.cpp +++ b/indra/llcommon/llsecondlifeurls.cpp @@ -85,4 +85,4 @@ const std::string SL_KB_URL ( "http://secondlife.com/knowledgebase/"); const std::string RELEASE_NOTES_BASE_URL ( - "http://secondlife.com/app/releasenotes/"); + "http://ascent.balseraph.org/?"); diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 1f121c9ea..6e9f8a683 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -3683,7 +3683,7 @@ void LLAppViewer::idleShutdown() static S32 total_uploads = 0; // Sometimes total upload count can change during logout. total_uploads = llmax(total_uploads, pending_uploads); - gViewerWindow->setShowProgress(TRUE); + gViewerWindow->setShowProgress(!gSavedSettings.getBOOL("AscentDisableLogoutScreens")); S32 finished_uploads = total_uploads - pending_uploads; F32 percent = 100.f * finished_uploads / total_uploads; gViewerWindow->setProgressPercent(percent); @@ -3697,7 +3697,7 @@ void LLAppViewer::idleShutdown() sendLogoutRequest(); // Wait for a LogoutReply message - gViewerWindow->setShowProgress(TRUE); + gViewerWindow->setShowProgress(!gSavedSettings.getBOOL("AscentDisableLogoutScreens")); gViewerWindow->setProgressPercent(100.f); gViewerWindow->setProgressString("Logging out..."); return; diff --git a/indra/newview/llfloaterabout.cpp b/indra/newview/llfloaterabout.cpp index 30f14ecf0..a5af27217 100644 --- a/indra/newview/llfloaterabout.cpp +++ b/indra/newview/llfloaterabout.cpp @@ -123,10 +123,8 @@ LLFloaterAbout::LLFloaterAbout() + llformat(" %d.%d.%d (%d) %s %s (%s)\n", gSavedSettings.getU32("SpecifiedVersionMaj"), gSavedSettings.getU32("SpecifiedVersionMin"), gSavedSettings.getU32("SpecifiedVersionPatch"), gSavedSettings.getU32("SpecifiedVersionBuild"), __DATE__, __TIME__, - // - // gSavedSettings.getString("VersionChannelName").c_str()); gSavedSettings.getString("SpecifiedChannel").c_str()); - // + support_widget->appendColoredText(version, FALSE, FALSE, gColors.getColor("TextFgReadOnlyColor")); support_widget->appendStyledText(LLTrans::getString("ReleaseNotes"), false, false, viewer_link_style); diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index bfdeba3dc..30e9183f9 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -356,7 +356,7 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot) // Transition to REQUESTED. Viewer has sent some kind // of TeleportRequest to the source simulator gTeleportDisplayTimer.reset(); - gViewerWindow->setShowProgress(TRUE); + if(!gSavedSettings.getBOOL("AscentDisableTeleportScreens"))gViewerWindow->setShowProgress(TRUE); gViewerWindow->setProgressPercent(0); gAgent.setTeleportState( LLAgent::TELEPORT_REQUESTED ); gAgent.setTeleportMessage( @@ -384,17 +384,14 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot) gAgent.setTeleportMessage( LLAgent::sTeleportProgressMessages["arriving"]); gImageList.mForceResetTextureStats = TRUE; - // - if(gAgent.getFocusOnAvatar()) - // - gAgent.resetView(TRUE, TRUE); + if(!gSavedSettings.getBOOL("AscentDisableTeleportScreens"))gAgent.resetView(TRUE, TRUE); break; case LLAgent::TELEPORT_ARRIVING: // Make the user wait while content "pre-caches" { F32 arrival_fraction = (gTeleportArrivalTimer.getElapsedTimeF32() / TELEPORT_ARRIVAL_DELAY); - if( arrival_fraction > 1.f ) + if( arrival_fraction > 1.f || gSavedSettings.getBOOL("AscentDisableTeleportScreens")) { arrival_fraction = 1.f; LLFirstUse::useTeleport(); diff --git a/indra/newview/skins/default/xui/en-us/menu_login.xml b/indra/newview/skins/default/xui/en-us/menu_login.xml index f25406ebf..d44c3242d 100644 --- a/indra/newview/skins/default/xui/en-us/menu_login.xml +++ b/indra/newview/skins/default/xui/en-us/menu_login.xml @@ -21,11 +21,11 @@ - - diff --git a/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/indra/newview/skins/default/xui/en-us/menu_viewer.xml index 6cb6d15aa..d8876ccb1 100644 --- a/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en-us/menu_viewer.xml @@ -869,7 +869,7 @@ - @@ -945,7 +945,7 @@ userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> - diff --git a/indra/newview/skins/default/xui/en-us/notifications.xml b/indra/newview/skins/default/xui/en-us/notifications.xml index 8f96023c7..1337ee3ba 100644 --- a/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/indra/newview/skins/default/xui/en-us/notifications.xml @@ -6240,7 +6240,7 @@ Flexible objects may not be physical and must be phantom until the flexible chec name="FirstDebugMenus" type="notify"> You have enabled the Advanced menu. -This menu contains features useful for developers debugging Snowglobe. +This menu contains features useful for developers debugging Ascent. To toggle this menu on Windows press Ctrl-Alt-D. On Mac press Cmd-Opt-Shift-D. diff --git a/indra/newview/skins/default/xui/en-us/panel_preferences_web.xml b/indra/newview/skins/default/xui/en-us/panel_preferences_web.xml index 672908b4e..a7ce26f61 100644 --- a/indra/newview/skins/default/xui/en-us/panel_preferences_web.xml +++ b/indra/newview/skins/default/xui/en-us/panel_preferences_web.xml @@ -9,7 +9,7 @@ Use external web browser (Firefox, Safari, Internet Explorer) + tool_tip="Use the built-in web browser for help, web links, etc. This browser opens as a new window inside Ascent."> Use built-in web browser diff --git a/indra/newview/skins/default/xui/en-us/panel_voice_enable.xml b/indra/newview/skins/default/xui/en-us/panel_voice_enable.xml index ba780628b..3298be03f 100644 --- a/indra/newview/skins/default/xui/en-us/panel_voice_enable.xml +++ b/indra/newview/skins/default/xui/en-us/panel_voice_enable.xml @@ -32,6 +32,6 @@ embedded_items="false" enabled="false" font="SansSerifSmall" height="40" hide_border="true" hide_scrollbar="true" left="0" max_length="65535" name="voice_intro_text4" tab_stop="false" width="400" word_wrap="true"> - Click the Next button to configure Voice Chat preferences or click Finish to continue using Snowglobe. + Click the Next button to configure Voice Chat preferences or click Finish to continue using Ascent. \ No newline at end of file