Melanie
|
0b5cdc539c
Change teleports so the TeleportFlags are sent to the destination sim. It
|
hace 15 años |
diva
|
7a9c85526c
Pulled out HelloNeighbour into its own service, INeighbourService, which may get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
|
hace 15 años |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
Justin Clarke Casey
|
303aa4b65e
* refactor: move bottom part of 'xml2' serializaton to separate class
|
hace 15 años |
Dr Scofield
|
e0a06f6416
- moving banned check and public/private check to
|
hace 15 años |
diva
|
5b103aab89
Changed the asynchronous call to get inventory in HG, so that it properly reports problems. OGS1 should also be changed, but I'm leaving it as is for now. RestSessionObjectPosterResponse is fairly broken and should not be used.
|
hace 15 años |
diva
|
3c9cba1627
Added CreateObject(regionhandle, userID, itemID) to post objects that are to be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs.
|
hace 15 años |
diva
|
5af63a6a5c
Root agent retrieval via http/REST. This is a pull, the caller gets the agent. This is not used by the regions yet, but it may be a better alternative to transfer agents even when that is done by the regions. The data is still trivial; soon it will have attachments, scripts and script state. Also, authorization tokens still to come. Serialization using OSD/json, as the other methods.
|
hace 15 años |
diva
|
3f25128e77
Adds support for preserving animations on region crossings and TPs.
|
hace 15 años |
diva
|
217ffee8cb
Moved RegionUp to REST/LocalComms. The original functionality has been entirely maintained, although it will have to be revisited soon, because it's buggy.
|
hace 15 años |
diva
|
a54758eef3
Bug fix in prim crossing: making it clear when the local object needs to be cloned (regions on the same instance) and when it doesn't (regions on different instances).
|
hace 15 años |
lbsa71
|
801da4346a
* optimized usings.
|
hace 15 años |
diva
|
2c685bff14
Moved prim crossing out of OGS1 and into RESTComms and LocalInterregionComms. This breaks interregion comms with older versions in what concerns prim crossing. In the process of moving the comms, a few things seem to be working better, namely this may address mantis #3011, mantis #1698. Hopefully, this doesn't break anything else. But I'm still seeing weirdnesses with attchments jumping out of place after a cross/TP.
|
hace 15 años |
Dr Scofield
|
9b66108081
This changeset is the step 1 of 2 in refactoring
|
hace 15 años |