| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
useless, but sometimes problematic (mantis #2999). Initial tests indicate that this call is not necessary. Let's see if this stands in the wild.
|
| |
|
|
|
|
|
|
|
|
| |
terminology used elsewhere
* Last build break was probably a Bamboo failure - hopefully this should succeed
|
| |
|
| |
|
|
|
|
| |
scene - this is always available via CommsManager
|
| |
|
|
|
|
|
|
|
| |
versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE.
Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms.
|
|
|
|
| |
update. They're both sent over HTTP PUT. The full update is sent on TPs, for now; later it will also be sent on region crossings.
|
|
|
|
|
|
|
|
|
| |
older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes:
- Introducing synchronous Teleports. Now the receiving region calls back the sending region after the client has been made a root agent there, that is, after client sends CompleteMovement to the destination.
- SendCloseAgent moved from OGS1 Remoting to RESTComms.
|
|
|
|
| |
destination will have all the necessary information.
|
|
|
|
| |
readonly. Totally harmless.
|
|
|
|
| |
control over MakeRoot at the destination, we need to pass the attachments after that. Attachment crossing requires a root agent at the destination.
|
|
|
|
| |
and/or broken. (a) ExpectAvatarCrossing is redundant (and bad) because the client triggers the same method on the receiving region after it receives TeleportFinish. (b) At least two of the *Async methods in SceneCommunicationService weren't asynchronous at all; I made them be asynchronous. Crossing fingers...
|
| |
|
|
|
|
| |
folks connected to osgrid.
|
|
|
|
| |
some of the crashes experienced by ppl in Europe connected to OSGrid. If DNS lookup does not resolve, they may experience a substantial increase in "Region not available", but they shouldn't crash.
|
|
|
|
| |
to give enough time for the destination to set up CAPs for the incoming agent before sending EAC to the client.
|
|
|
|
| |
grid-local regions.
|
|
|
|
|
|
|
|
|
|
|
| |
this issue.
We need to update all child agents whenever the root agent crosses regions. The update
now includes child agents in common neighbours. This is so that those get updated with the
seeds of the new child agents that are spawned from the receiving region.
This also fixes some timing issues. We need to close child agents from the originating region
before we update child agents in the receiving region.
|
|
|
|
| |
affected the jump back home.
|
|
|
|
|
|
|
| |
Adds missing protocol pieces for EstablishAgentCommunication
event which allows the client to activate CAPS and the EQ for
child agents.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Next step of diva's TP fixes and HG support
|
|
|
|
|
|
|
| |
Applying a patch from Diva. This patch introduces significant improvements
in teleporting. Thank you, Diva.
|
| |
|
| |
|
| |
|
| |
|
|
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list
* Applied some minor prebuild.xml jiggling to resolve a dependency issue
* Thanks Diva!
|