Justin Clark-Casey (justincc)
|
761fe07f1e
minor: Stop falsely logging that a teleport was being aborted on client logout even when no teleport was active.
|
11 years ago |
Justin Clark-Casey (justincc)
|
f603cbec02
Fix minor race condition in SOP.SitTargetOrientationLL where inconsistent values could be returned if the sit orientation was changed whilst the property was being fetched.
|
11 years ago |
Justin Clark-Casey (justincc)
|
9d6ff81a07
Use consistent GroupPosition value Make SOP.UpdateGroupPosition() rather than one that could change whilst the method is being executed.
|
11 years ago |
Justin Clark-Casey (justincc)
|
2a76b08ebd
fix minor race condition in SOP.SitTargetPositionLL where inconsistency could occur if the sit target position changed whilst the property was fetched
|
11 years ago |
Justin Clark-Casey (justincc)
|
a49447832e
minor: Make SOP.UpdateOffset() more consistent by checking against the same old OffsetPosition rather than one which may vary if it simultaneously changes.
|
11 years ago |
Justin Clark-Casey (justincc)
|
86bdc4eca4
Fix minor race condition where SOP.GetGeometricCenter() and GetCenterOfMass() could return results which were never the case if these values were changed whilst the method was running
|
11 years ago |
Justin Clark-Casey (justincc)
|
d71b097396
Bring AttachmentsModule on 0.7.4-extended mostly up to equivalent level of git master 3611d33b00650ccc71994b331e4c6595f95d3131
|
11 years ago |
Justin Clark-Casey (justincc)
|
d25d36ec33
Use Output instead of OutputFormat in appropriate places of XEngine status reporting.
|
11 years ago |
Justin Clark-Casey (justincc)
|
92cedc083f
Add Location (relative), Rotation (Relative) and Rotation (World) to "show part" and other related console commands
|
11 years ago |
Justin Clark-Casey (justincc)
|
edfcec5041
minor: comment out unused Scene.AgentCrossing() to reduce code complexity
|
11 years ago |
Justin Clark-Casey (justincc)
|
15c79a3f16
minor: Only try to deregister stats in EntityTransferModule.RemoveRegion() if module was enabled.
|
11 years ago |
Justin Clark-Casey (justincc)
|
0d67aa23d5
Add "show eq" console command to show numbers of messages in agent event queues.
|
11 years ago |
Justin Clark-Casey (justincc)
|
44434e8200
Add admin_get_agents xmlrpc method.
|
11 years ago |
Justin Clark-Casey (justincc)
|
0f569d2359
Start recording inter-region teleport attempts, aborts, cancels and failures in statistics for monitoring/debugging purposes
|
11 years ago |
Justin Clark-Casey (justincc)
|
f6a0294bbc
Add "show borders" command to show the borders of a region.
|
11 years ago |
Justin Clark-Casey (justincc)
|
fa4ea2db17
Following on from 476a7d3e (which wasn't enough), make chat across regions on different simulators work.
|
11 years ago |
Justin Clark-Casey (justincc)
|
0fa04289d5
Take out a testing sleep I accidentally left in the teleport code from last commit 7471bc7
|
11 years ago |
Justin Clark-Casey (justincc)
|
debc266e75
At strategic points in the teleport process, if the client has simultaneously logged out then do not continue.
|
11 years ago |
Justin Clark-Casey (justincc)
|
b87c5140a1
Implement chat across region borders since we can tell if avatars in neighbouring regions are in range.
|
11 years ago |
Justin Clark-Casey (justincc)
|
6f0cab8538
minor: On teleport, signal a child agent before we send the viewer TeleportFinish in order to avoid a theoretical race condition when teleporting to a neighbour.
|
11 years ago |
Justin Clark-Casey (justincc)
|
f57e29372b
On a teleport, lock m_agentsInTransit whilst we grab the value to check for completion just to be sure we're not using a thread cached version.
|
11 years ago |
Justin Clark-Casey (justincc)
|
e185ed6e69
minor: disable logging on regression TestCrossOnSameSimulator() that I accidentally left on a few commits ago.
|
11 years ago |
Justin Clark-Casey (justincc)
|
27d5a3ce35
Fix regression test which needs slightly different setup on 0.7.4-extended
|
11 years ago |
Justin Clark-Casey (justincc)
|
78ae1d34ec
Add file missing from last commit 36651be
|
11 years ago |
Justin Clark-Casey (justincc)
|
44ca6c01ea
On the later forms of teleport failure, tell the user if this was because viewer couldn't/didn't connect with destination or if destination didn't signal teleport completion.
|
11 years ago |
Justin Clark-Casey (justincc)
|
9dd7fb8142
Fix "show attachments" command probably broken in commit addab12 (Wed Jan 2 21:38:00 2013)
|
11 years ago |
Justin Clark-Casey (justincc)
|
e50b27047d
Force a viewer object update for attachments at the end of the final Scene.CompleteMovement() in order to make all multi-attachments appear on the destination region.
|
11 years ago |
Robert Adams
|
67ffb085e1
For the moment, disable the output of the 'scene' statistics in SimExtraStatsCollector
|
11 years ago |
Justin Clark-Casey (justincc)
|
38767d5984
Finally remove the 'REST' ApplicationPlugins code which has been non-functional and largely commented out for many years.
|
11 years ago |
Melanie
|
fbb738a627
Make the LSL memory functions virtual so script engines can override them if they have different memory management.
|
11 years ago |