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:
2025-05-26 06:28:46 -03:00
parent a5d5fe6288
commit 32da2fd0fb
55 changed files with 1001 additions and 1029 deletions
+1 -14
View File
@@ -145,7 +145,6 @@
#include "fsfloaterplacedetails.h"
#include "fsradar.h"
#include "fskeywords.h" // <FS:PP> FIRE-10178: Keyword Alerts in group IM do not work unless the group is in the foreground
#include "fslslbridge.h"
#include "fsmoneytracker.h"
#include "llattachmentsmgr.h"
#include "lleconomy.h"
@@ -3098,14 +3097,6 @@ void process_chat_from_simulator(LLMessageSystem *msg, void **user_data)
chat.mText = LLTrans::getString("whisper") + " ";
break;
case CHAT_TYPE_OWNER:
// <FS:TT> Client LSL Bridge
{
if (FSLSLBridge::instance().lslToViewer(mesg, from_id, owner_id))
{
return;
}
}
// </FS:TT>
// <FS:KC> cmdline packager
if (cmdline_packager(mesg, from_id, owner_id))
@@ -7653,11 +7644,7 @@ void process_teleport_failed(LLMessageSystem *msg, void**)
gAgent.stopTyping();
LL_INFOS() << "Teleport error, message_id=" << message_id << LL_ENDL;
if (!FSLSLBridge::instance().canUseBridge() ||
(message_id != "Could not teleport closer to destination"))
{
LLNotificationsUtil::add("CouldNotTeleportReason", args);
}
LLNotificationsUtil::add("CouldNotTeleportReason", args);
if( gAgent.getTeleportState() != LLAgent::TELEPORT_NONE )
{