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:
@@ -50,7 +50,6 @@
|
||||
#include "lltabcontainer.h"
|
||||
#include "llspinctrl.h"
|
||||
#include "lltoolgrab.h"
|
||||
#include "fslslbridge.h"
|
||||
#include "llcombobox.h"
|
||||
#include "llnotificationsutil.h"
|
||||
#include "fsassetblacklist.h"
|
||||
@@ -1662,7 +1661,7 @@ bool FSPanelAreaSearchList::onContextMenuItemEnable(const LLSD& userdata)
|
||||
}
|
||||
else if (parameter == "script")
|
||||
{
|
||||
return (mResultList->getNumSelected() > 0 && enable_bridge_function());
|
||||
return (mResultList->getNumSelected() > 0 );
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1790,9 +1789,6 @@ bool FSPanelAreaSearchList::onContextMenuItemClick(const LLSD& userdata)
|
||||
cnt++;
|
||||
}
|
||||
break;
|
||||
case 's': // script
|
||||
FSLSLBridge::instance().viewerToLSL("getScriptInfo|" + item->getUUID().asString() + "|" + (gSavedSettings.getBOOL("FSScriptInfoExtended") ? "1" : "0"));
|
||||
break;
|
||||
case 'l': // blacklist
|
||||
{
|
||||
const LLUUID& object_id = item->getUUID();
|
||||
|
||||
Reference in New Issue
Block a user