Justin Clarke Casey
|
37fa677548
* refactor: Extract caps related code from scene and put into a region module
|
16 rokov pred |
Justin Clarke Casey
|
d2d273aebe
* minor: move connection success log message so that it doesn't get printed again if a duplicate use circuit code packet comes in
|
16 rokov pred |
Justin Clarke Casey
|
96e15058d5
* minor: Just some minor log elaboration to reveal in the logs where a teleport is being directed rather than just its position
|
16 rokov pred |
diva
|
1d8821ccb2
Getting rid of the CheckRegion call during TPs. This seems to be not just useless, but sometimes problematic (mantis #2999). Initial tests indicate that this call is not necessary. Let's see if this stands in the wild.
|
16 rokov pred |
Justin Clarke Casey
|
eca6442bae
* Rig up enough infrastructure to actually perform a successful 'standalone' teleport unit test with checks that the scene presence disappeared from sceneA and appeared in
|
16 rokov pred |
Justin Clarke Casey
|
093adb2113
* Add new unit test for simple teleport in a standalone.
|
16 rokov pred |
Justin Clarke Casey
|
75ea84f3d2
* minor: Change around more debugging messages
|
16 rokov pred |
Justin Clarke Casey
|
a31792ee5c
* prune and regrade log messages relating to client login and logout
|
16 rokov pred |
Justin Clarke Casey
|
31b0f07085
* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with terminology used elsewhere
|
16 rokov pred |
Justin Clarke Casey
|
715a776f7d
* Move common string aggregation for caps seed path to a method in CapsUtil
|
16 rokov pred |
Justin Clarke Casey
|
b1c2cb3d82
* minor: Move GetRandomCapsPath() to a CapsUtil class
|
16 rokov pred |
diva
|
158de95bde
Another interregion comms change that will not work well with previous 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.
|
16 rokov pred |
diva
|
4144fd0eb2
Split agent updates into two messages: full update and position+camera 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.
|
16 rokov pred |
diva
|
d8ebf2fc9d
Major changes in interregion communications. This breaks compatibility with older versions, and may result is all sorts of weirdnesses when interacting with sims in older versions. Changes:
|
16 rokov pred |
diva
|
5de40aaf46
Added a SendChildAgentDataUpdate call on Teleports, so that the agent at the destination will have all the necessary information.
|
16 rokov pred |
diva
|
a3e2e03f7b
Final part for implementing SendChildAgentDataUpdate with modules. This is the part that uses the modules in Scene and related classes. This commit breaks compatibility of sim-sim SendChildAgentUpdates with older versions of OpenSim.
|
16 rokov pred |
diva
|
06f74e4295
Fix for attachment crossing on TPs. Now that we're letting the viewer have control over MakeRoot at the destination, we need to pass the attachments after that. Attachment crossing requires a root agent at the destination.
|
16 rokov pred |
diva
|
339fd602db
This commit is a major change on the TP process. Several things were wrong 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...
|
16 rokov pred |
diva
|
7d837a9bea
Slowing TPs down a bit further.
|
16 rokov pred |
diva
|
3dae92b850
Slowing things down even more on TPs, to see if that helps the European folks connected to osgrid.
|
16 rokov pred |
diva
|
fcf61c4d0d
This reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes 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.
|
16 rokov pred |
diva
|
7a619ad84a
Slowing things down a little bit in TPs, with a couple of extra Thread.Sleep to give enough time for the destination to set up CAPs for the incoming agent before sending EAC to the client.
|
16 rokov pred |
diva
|
d04247d418
Removing a check in Teleports. This check should be there, I think, but it may be causing problems right now.
|
16 rokov pred |
Justin Clarke Casey
|
dce11e4685
* minor: Comment out "Informing neighbours" debug message that pops up whenever some aspect of the avatar changes.
|
16 rokov pred |
Justin Clarke Casey
|
ff7c8551ba
* remove mono compiler warnings
|
16 rokov pred |
diva
|
4b71b88114
Bug fix in new child agents management. Thanks DigiDaz for helping identify this issue.
|
16 rokov pred |
Charles Krinke
|
e6eb571c1d
Mantis#2725. Thank you kindly, Diva, for a patch that:
|
16 rokov pred |
Melanie Thielker
|
e8a43b136b
Applying diva's revert patch. Reverts closing child agents and makes
|
16 rokov pred |
Melanie Thielker
|
b80a48841e
Remove the bandaid (fast rip)
|
16 rokov pred |
Melanie Thielker
|
0edb533c27
Apply Diva's bandaid to OpenSim's scraped knee.
|
16 rokov pred |