Diva Canto
|
657056a73f
Fixes mantis #4845
|
14 yıl önce |
Diva Canto
|
b84f72df0b
Got rid of all hyperassets references. Also fixed accessing textures in user's inventory in foreign grids.
|
14 yıl önce |
Diva Canto
|
02a15bc787
Started to clean up the mess with HyperAssets in LLClientView. Fixed HG access to Notecards in user's inventory.
|
14 yıl önce |
Melanie Thielker
|
4cdda2cae9
Fix Copy on Ray, Drag Copy and other little things. Removed the wrong and
|
14 yıl önce |
Teravus Ovares (Dan Olivares)
|
99f2a1c347
* Tweak the StopFlying() method in LLClientView to fabricate a suitable landing collision plane regardless of the actual physics situation. position.Z - AvatarHeight / 6f
|
14 yıl önce |
Melanie
|
c8ed972443
Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet
|
14 yıl önce |
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.
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
21246395be
Comment out the attachment update reordering mechanism in LLClientView since this doesn't appear necessary when the prim priorities are adjusted so that root prim updates are always sent before child prim updates.
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
b6076d7b33
Reduce number of full updates sent on region crossing for attachments/huds to 1 from 3
|
14 yıl önce |
Melanie Thielker
|
e515467c5e
Fix create selection getting overwritten by multiple updates for the same prim.
|
14 yıl önce |
Melanie Thielker
|
9ac8d2de79
Just because there is an agent update handler, that doesn't mean there is
|
14 yıl önce |
Mikko Pallari
|
4e45718833
Added overload of SendGenericMessage to LLClientView with string list as parameter. Now modules themselfs don't necessarily need to convert strings to byte arrays. Added this as it was removed in LightShare patch.
|
14 yıl önce |
John Hurliman
|
93ef65c690
* Moving all of the prioritization/reprioritization code into a new file Prioritizer.cs
|
14 yıl önce |
John Hurliman
|
9f2d1e9294
* Made PriorityQueue non-generic so it natively understands EntityUpdate structs
|
14 yıl önce |
Melanie Thielker
|
792e149c7e
Ensure that the first update sent out for any given prim is a full update
|
14 yıl önce |
unknown
|
56f3cb6da0
* Don't send texture data for prims in ImprovedTerseObjectUpdate packets unless we were asked to
|
14 yıl önce |
unknown
|
5d8638ed88
Minor tweak in ProcessEntityUpdates (mostly just confirming the git push is working)
|
14 yıl önce |
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
|
14 yıl önce |
Melanie
|
22b3217113
Fix link security issue
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
50f327ef5c
minor: change a comment and replace some magic numbers with the AssetType enum
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
da83ee28be
If a transfer request is received for a task inventory item asset, then route the permissions request through the existing CanEditScript() and CanEditNotecard() methods.
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
855eda844f
log problems when an asset request through the UDP TransferRequest channel goes wrong
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
e0f8362e7a
minor: add some documentation around the asset udp request path and replace some magic numbers with libomv enums
|
14 yıl önce |
dahlia
|
3d0860ae61
thanks lkalif for Mantis #4676 - a patch that adds support for inventory links
|
14 yıl önce |
John Hurliman
|
3f6c4c150e
* Adds IAssetService.GetCached() to allow asset fetching from the local cache only
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
1be19c7f42
log exceptions that end up at the top of a asynchronous viewer packet method call rather than swallowing them
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
9ecad50419
Partially implement share with group option for object inventory items
|
14 yıl önce |
Melanie
|
ec637e2b8c
Committing the LightShare code, which was developed by TomMeta of Meta7.
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
8cb81bdc9b
minor: commented out code removal
|
14 yıl önce |
Justin Clark-Casey (justincc)
|
696d711d15
Completely prevent full update packets being sent after kill object packets
|
14 yıl önce |