Melanie Thielker
|
26621ca500
Add scripted controllers into agent intersim messaging
|
vor 14 Jahren |
Melanie
|
eaea89bbb7
Remove localID from script controls data. It won't transfer to another
|
vor 14 Jahren |
Diva Canto
|
bd346ab8c7
Fixes attachments coming back upon being detached in neighbouring regions and crossing.
|
vor 14 Jahren |
Melanie
|
c8ed972443
Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet
|
vor 14 Jahren |
Dan Lake
|
ca2abc43ad
Refactor SendCoarseLocations for better performance. Instead of computing list of all locations fresh for every scene presence on every frame, we will instead compute the list once every 50 frames and send to all connected presences at that time. Also, we only add 60 items to the list when there are more than 60 presences in the scene. For 1000 users, this change yields a 99.8% reduction in list processing and a 98% reduction in network bandwidth for coarse locations.
|
vor 14 Jahren |
Justin Clark-Casey (justincc)
|
596001632b
remove redundant ScenePresence.QueuePartForUpdate() - every place in the code calls SceneViewer.QueuePartForUpdate() directly
|
vor 14 Jahren |
Melanie
|
f84f0dbd51
Remove an unneeded conditional
|
vor 14 Jahren |
Justin Clark-Casey (justincc)
|
e5bcd8b341
Apply adaption of patch in http://opensimulator.org/mantis/view.php?id=4628
|
vor 14 Jahren |
John Hurliman
|
93ef65c690
* Moving all of the prioritization/reprioritization code into a new file Prioritizer.cs
|
vor 14 Jahren |
unknown
|
bf5c81d77e
* Initial commit of the slimupdates2 rewrite. This pass maintains the original behavior of avatar update sending and has a simplified set of IClientAPI methods for sending avatar/prim updates
|
vor 14 Jahren |
Melanie Thielker
|
2b48ed60ec
Remove the m_Viewer variable and make the property a shortcut to the
|
vor 14 Jahren |
Melanie Thielker
|
e45f5ac126
Plumb Viewer version into ScenePresence for initial login. It's still not
|
vor 14 Jahren |
Melanie Thielker
|
2ebe148266
Plumb the viewer version string through into AgentCircuitData. Now all that
|
vor 14 Jahren |
Robert Adams
|
54a5b6f434
Reduce number of AvatarAnimations sent with large number of avatars
|
vor 14 Jahren |
Dan Lake
|
859bc717a4
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
vor 14 Jahren |
Dan Lake
|
73e9b0be72
Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminating option to return the actual list. Callers can now either request a copy of the array as a new List or ask the SceneGraph to call a delegate function on every ScenePresence. Iteration and locking of the ScenePresences now takes place only within the SceneGraph class.
|
vor 14 Jahren |
dahlia
|
2ebc4be99d
add a null check in ScenePresence constructor
|
vor 14 Jahren |
Justin Clark-Casey (justincc)
|
315fa06c75
refactor: Move another RezSingleAttachment() from Scene.Inventory to AttachmentsModule
|
vor 14 Jahren |
Melanie
|
88771aeed3
Cache UserLevel in ScenePresence on SP creation. Change IsAdministrator
|
vor 14 Jahren |
John Hurliman
|
cde3c20ba3
* Fixed an order of operations bug in CheckForSignificantMovement() that was causing a flood of child updates to neighbors on login
|
vor 14 Jahren |
John Hurliman
|
fc233d4e1e
* Adjusted the significant movement magic value from 0.5m to 2.0m and added an explanation of what it does
|
vor 14 Jahren |
John Hurliman
|
13a8d11c46
Removing the sLLVector3 dinosaur
|
vor 14 Jahren |
John Hurliman
|
a6e23a3275
* Fixed bad start position clamping in MakeRootAgent()
|
vor 14 Jahren |
Diva Canto
|
5c5966545d
Initial Online friends notification seems to be working reliably now. All this needs more testing, but everything is there.
|
vor 14 Jahren |
Melanie
|
1f45e6c649
Merge branch 'master' into presence-refactor
|
vor 14 Jahren |
Jeff Ames
|
af265e001d
Formatting cleanup.
|
vor 14 Jahren |
Revolution
|
5c7acd0d4d
Fixes a bug in the previous patch.
|
vor 14 Jahren |
Melanie
|
c033223c63
Merge branch 'master' into presence-refactor
|
vor 14 Jahren |
Revolution
|
9821c4f566
Revolution is on the roll again! :)
|
vor 14 Jahren |
Justin Clark-Casey (justincc)
|
802a969267
Fix http://opensimulator.org/mantis/view.php?id=4224
|
vor 14 Jahren |