Quitado código del LSL bridge y funciones dependientes
Corrección de errores previos en la migración. Cambiada la pantalla de inicio (Splash Screen)
This commit is contained in:
@@ -102,7 +102,6 @@
|
||||
#include "fsfloaternearbychat.h"
|
||||
#include "fsfloaterposestand.h"
|
||||
#include "fsfloaterteleporthistory.h"
|
||||
#include "fslslbridge.h"
|
||||
#include "fsradar.h"
|
||||
#include "llavataractions.h"
|
||||
#include "lldiskcache.h"
|
||||
@@ -847,31 +846,6 @@ static void handleSetPoseStandLock(const LLSD& newvalue)
|
||||
}
|
||||
// </FS:CR> Posestand Ground Lock
|
||||
|
||||
// <FS:TT> Client LSL Bridge
|
||||
static void handleFlightAssistOptionChanged(const LLSD& newvalue)
|
||||
{
|
||||
FSLSLBridge::instance().viewerToLSL("UseLSLFlightAssist|" + newvalue.asString());
|
||||
}
|
||||
// </FS:TT>
|
||||
|
||||
// <FS:PP> Movelock for Bridge
|
||||
static void handleMovelockOptionChanged(const LLSD& newvalue)
|
||||
{
|
||||
FSLSLBridge::instance().updateBoolSettingValue("UseMoveLock", newvalue.asBoolean());
|
||||
}
|
||||
static void handleMovelockAfterMoveOptionChanged(const LLSD& newvalue)
|
||||
{
|
||||
FSLSLBridge::instance().updateBoolSettingValue("RelockMoveLockAfterMovement", newvalue.asBoolean());
|
||||
}
|
||||
// </FS:PP>
|
||||
|
||||
// <FS:PP> External integrations (OC, LM etc.) for Bridge
|
||||
static void handleExternalIntegrationsOptionChanged()
|
||||
{
|
||||
FSLSLBridge::instance().updateIntegrations();
|
||||
}
|
||||
// </FS:PP>
|
||||
|
||||
static void handleDecimalPrecisionChanged(const LLSD& newvalue)
|
||||
{
|
||||
LLFloaterTools* build_tools = LLFloaterReg::findTypedInstance<LLFloaterTools>("build");
|
||||
@@ -1478,15 +1452,8 @@ void settings_setup_listeners()
|
||||
// <FS:CR> Pose stand ground lock
|
||||
setting_setup_signal_listener(gSavedSettings, "FSPoseStandLock", handleSetPoseStandLock);
|
||||
|
||||
setting_setup_signal_listener(gSavedPerAccountSettings, "UseLSLFlightAssist", handleFlightAssistOptionChanged);
|
||||
setting_setup_signal_listener(gSavedPerAccountSettings, "UseMoveLock", handleMovelockOptionChanged);
|
||||
setting_setup_signal_listener(gSavedPerAccountSettings, "RelockMoveLockAfterMovement", handleMovelockAfterMoveOptionChanged);
|
||||
setting_setup_signal_listener(gSavedSettings, "FSBuildToolDecimalPrecision", handleDecimalPrecisionChanged);
|
||||
|
||||
// <FS:PP> External integrations (OC, LM etc.) for Bridge
|
||||
setting_setup_signal_listener(gSavedPerAccountSettings, "BridgeIntegrationOC", handleExternalIntegrationsOptionChanged);
|
||||
setting_setup_signal_listener(gSavedPerAccountSettings, "BridgeIntegrationLM", handleExternalIntegrationsOptionChanged);
|
||||
|
||||
setting_setup_signal_listener(gSavedSettings, "FSNameTagShowLegacyUsernames", handleUsernameFormatOptionChanged);
|
||||
setting_setup_signal_listener(gSavedSettings, "FSTrimLegacyNames", handleLegacyTrimOptionChanged);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user