mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
From Michael Osias (IBM)
This patch makes some enhancements to the llRemoteData functions. The module is now a shared module, and allows remote data channels to be created among multiple regions in the same sim. The port is controlled from the remoteDataPort property under the [Network] section in OpenSim.ini. If this setting is not present or = 0, the module is disabled and no port is opened. llRemoteData commands have not effect when module is disabled.
This commit is contained in:
@@ -90,6 +90,9 @@ namespace OpenSim.Region.Environment
|
||||
AvatarFactoryModule avatarFactory = new AvatarFactoryModule();
|
||||
m_loadedSharedModules.Add(avatarFactory.Name, avatarFactory);
|
||||
|
||||
XMLRPCModule xmlRpcMod = new XMLRPCModule();
|
||||
m_loadedSharedModules.Add(xmlRpcMod.Name, xmlRpcMod);
|
||||
|
||||
//TextureDownloadModule textureModule = new TextureDownloadModule();
|
||||
//LoadedSharedModules.Add(textureModule.Name, textureModule);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user