Sims can now load their datastore (their localworld class - prims/terrain/etc) from a file indicated by the grid server. This allows you to have a floating pool of regions tasked to whichever region they need to be at any time.

This commit is contained in:
Adam Frisby
2007-05-04 07:23:41 +00:00
parent 3f38046bc4
commit d12c2be492
2 changed files with 29 additions and 21 deletions

View File

@@ -168,7 +168,7 @@ namespace OpenGridServices.GridServer
responseData["authkey"] = TheSim.regionSecret;
// New! If set, use as URL to local sim storage (ie http://remotehost/region.yap)
responseData["datauri"] = TheSim.regionDataURI;
responseData["data_uri"] = TheSim.regionDataURI;
}
return response;