mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +02:00
first attempt at url handling in octree server
This commit is contained in:
parent
bdb12c38cf
commit
4ba9b08125
3 changed files with 4 additions and 3 deletions
|
@ -965,7 +965,8 @@ void OctreeServer::handleOctreeFileReplacement(QSharedPointer<ReceivedMessage> m
|
|||
} else {
|
||||
qWarning() << "Could not write replacement octree data to file - refusing to process";
|
||||
}
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
qDebug() << "Received replacement octree file that is invalid - refusing to process";
|
||||
}
|
||||
} else {
|
||||
|
|
|
@ -2850,4 +2850,4 @@ void DomainServer::handleOctreeFileReplacement(QByteArray octreeFile) {
|
|||
|
||||
limitedNodeList->sendPacketList(std::move(octreeFilePacketList), *octreeNode);
|
||||
});
|
||||
}
|
||||
}
|
|
@ -1166,7 +1166,7 @@ bool EntityScriptingInterface::actionWorker(const QUuid& entityID,
|
|||
}
|
||||
|
||||
void EntityScriptingInterface::replaceDomainContentSet(const QString url){
|
||||
|
||||
|
||||
}
|
||||
|
||||
QUuid EntityScriptingInterface::addAction(const QString& actionTypeString,
|
||||
|
|
Loading…
Reference in a new issue