Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also check standard anim names | Melanie Thielker | 2014-09-09 | 1 | -4/+16 |
| | |||||
* | make PERMISSION_OVERRIDE_ANIMATIONS implicit for attachments | Melanie Thielker | 2014-09-09 | 1 | -1/+2 |
| | |||||
* | Plumb llSetAnimationOverride | Melanie Thielker | 2014-09-09 | 5 | -0/+54 |
| | |||||
* | do not send objectproprieties on sop.SetGroup(). I many cases this will | UbitUmarov | 2014-09-05 | 1 | -2/+2 |
| | | | | arrive before creating the object in viewer with respective full update | ||||
* | near region check on tp needs to be a full current view check. | UbitUmarov | 2014-09-05 | 1 | -6/+6 |
| | | | | sp.KnownRegions is unreliable for this. | ||||
* | reduce MIN_CALLBACK_MS guard time. A value too high introduces a extra | UbitUmarov | 2014-09-02 | 1 | -1/+1 |
| | | | | | throttle and makes more packets to be sent in bursts and not in steady state flow. | ||||
* | void time change between gettime calls | UbitUmarov | 2014-09-02 | 1 | -4/+3 |
| | |||||
* | *needs testing, not that good* change throttles math using floats and not | UbitUmarov | 2014-09-02 | 4 | -125/+112 |
| | | | | | int64, etc. Limite brust bytes to the total rate client requested times a look ahead estimation time, Avoid queues starvation with updates waiting... | ||||
* | make use of it in GetMeshModule, and meshs are Assets not Task itens, | UbitUmarov | 2014-08-29 | 1 | -43/+4 |
| | | | | reduce MeshModule impact on udp rate | ||||
* | add method to get a category throttle rate | UbitUmarov | 2014-08-29 | 6 | -38/+53 |
| | |||||
* | reduce burst | UbitUmarov | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | replace the tick() by a limit on the maximum number of tokens that can be | UbitUmarov | 2014-08-29 | 2 | -15/+39 |
| | | | | acumulated ( variable named BurtRate, not exactly a rate...) | ||||
* | disable first drip | UbitUmarov | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | try to reduce insane high data rate udp bursts. This needs testing on a | UbitUmarov | 2014-08-28 | 2 | -1/+11 |
| | | | | region with a lot of contents. Should not affect much average rates. | ||||
* | remove misplaced comment | UbitUmarov | 2014-08-28 | 1 | -1/+0 |
| | |||||
* | try to make sense of throttle rate limits | UbitUmarov | 2014-08-28 | 2 | -4/+15 |
| | |||||
* | add some functions for estimation of number of bytes that can be send in a ↵ | UbitUmarov | 2014-08-28 | 2 | -0/+13 |
| | | | | category in specified time | ||||
* | send all presences terseupdates in same batch | UbitUmarov | 2014-08-28 | 1 | -3/+3 |
| | |||||
* | if we send wearables with ThrottleOutPacketType.HighPriority, then we | UbitUmarov | 2014-08-28 | 2 | -125/+18 |
| | | | | should send other avatarinformation with same priority on same Task category ( plus cleanup ) | ||||
* | try to make child presence know its root region. Incomplete, some paths ↵ | UbitUmarov | 2014-08-28 | 2 | -43/+15 |
| | | | | dont send the information. | ||||
* | dont create a cadu that is not used. Add a root region global position | UbitUmarov | 2014-08-27 | 1 | -9/+27 |
| | |||||
* | dont mess throotles values sent to child presences. Some cleanup | UbitUmarov | 2014-08-27 | 1 | -53/+38 |
| | |||||
* | Merge branch 'ubitworkmaster' | Melanie Thielker | 2014-08-27 | 5 | -41/+95 |
|\ | |||||
| * | enqueue also if m_nextPackets[category] is not null. This is really the | UbitUmarov | 2014-08-27 | 1 | -4/+8 |
| | | | | | | | | | | top element of a category queue, equivalente to using a queue.peek() if avaiable | ||||
| * | bug fix. Was not deleting attachments if on public parcel | UbitUmarov | 2014-08-27 | 1 | -2/+6 |
| | | |||||
| * | on TPs to nearby regions, only send kills if needed by parcel privacy | UbitUmarov | 2014-08-27 | 2 | -13/+37 |
| | | |||||
| * | dont append acks to a resend packet | UbitUmarov | 2014-08-26 | 1 | -1/+1 |
| | | |||||
| * | still testing | UbitUmarov | 2014-08-26 | 1 | -28/+28 |
| | | |||||
| * | even less kills on tps | UbitUmarov | 2014-08-26 | 1 | -1/+2 |
| | | |||||
| * | *test* back to no sog kills, little retouch on attachment updates, | UbitUmarov | 2014-08-25 | 2 | -5/+5 |
| | | | | | | | | NameValue AttachItemID is a root part thing only | ||||
| * | *test* cleanup the bugs nest | UbitUmarov | 2014-08-25 | 1 | -6/+8 |
| | | |||||
| * | change enconding of attachment updates NameValue and State fields | UbitUmarov | 2014-08-25 | 1 | -0/+19 |
| | | |||||
* | | Merge branch 'ubitworkmaster' | Melanie Thielker | 2014-08-25 | 8 | -460/+571 |
|\ \ | |/ | |||||
| * | back to just kills | UbitUmarov | 2014-08-25 | 1 | -1/+0 |
| | | |||||
| * | *test* send kills and hack | UbitUmarov | 2014-08-25 | 1 | -0/+3 |
| | | |||||
| * | put back the kills on tp where they belong | UbitUmarov | 2014-08-24 | 1 | -6/+1 |
| | | |||||
| * | *test* move sending kills to before sending the update, this breaks tp | UbitUmarov | 2014-08-24 | 1 | -1/+4 |
| | | | | | | | | abort | ||||
| * | clean sendKill a bit, remove a IsChild that is set too early in a calling | UbitUmarov | 2014-08-24 | 2 | -24/+17 |
| | | | | | | | | path | ||||
| * | send avatar kills after attachments, send otherattachments before rest of | UbitUmarov | 2014-08-23 | 1 | -3/+4 |
| | | | | | | | | sog ( updates will mess this again but well... ) | ||||
| * | on updates, send rotations using livomv Quaternion.toBytes() again | UbitUmarov | 2014-08-23 | 1 | -4/+2 |
| | | |||||
| * | Remove entities from updates queues on kill. Do it sync so enqueues after | UbitUmarov | 2014-08-23 | 2 | -0/+21 |
| | | | | | | | | the kill work | ||||
| * | back to sending attachment sog kills in place of the hack. This is the | UbitUmarov | 2014-08-23 | 1 | -5/+8 |
| | | | | | | | | official way of doing it | ||||
| * | sop SendFullUpdate() goes by presence if it is a attachment | UbitUmarov | 2014-08-22 | 2 | -8/+39 |
| | | |||||
| * | some cleanup ( well or not ) | UbitUmarov | 2014-08-22 | 5 | -81/+234 |
| | | |||||
| * | Merge branch 'master' into ubitworkmaster | UbitUmarov | 2014-08-22 | 1 | -0/+5 |
| |\ | |||||
| * | | revert the kills, they seem even worse | UbitUmarov | 2014-08-22 | 1 | -8/+3 |
| | | | |||||
| * | | silly... | UbitUmarov | 2014-08-22 | 1 | -2/+2 |
| | | | |||||
| * | | replace hack by sog kills on tp out | UbitUmarov | 2014-08-21 | 1 | -1/+15 |
| | | | |||||
| * | | make the hack more extensive. Forbid sog/sop updates if Intransit but | UbitUmarov | 2014-08-21 | 1 | -8/+13 |
| | | | | | | | | | | | | release it sooner | ||||
| * | | replace AgentHasMovedAway + KillEntity by a hacked version on teleports | UbitUmarov | 2014-08-21 | 2 | -5/+17 |
| | | |