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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user