| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
|
|
|
| |
only. Agents are now resources accessed at http://<host>:<port>/agent/<uuid>/[action/]. PUT is SendChildAgentUpdate.
|
|
|
|
| |
proliferation of "modes".
|
|
|
|
|
|
| |
* Leaving the 23 warnings in ChildAgentDataUpdate.cs for Diva to look at
|
|
|
|
| |
unnecessary console debug message.
|
| |
|
|
|
|
| |
in OpenSim.ini. RESTComms is a super-set of LocalComms. Calls to local regions do no use REST, they use internal function calls.
|
|
SendChildAgentUpdate. This commit has only the modules, but not their usage. It should be harmless.
|