Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add basic SendFindAgent() to lludp. Future use may require a list of pairs ↵ | UbitUmarov | 2015-10-26 | 1 | -2/+18 |
| | | | | (X,Y). For now one pair is good enough. | ||||
* | let SendAvatarGroupsReply fall back to UDP if no caps and make use of it | UbitUmarov | 2015-09-27 | 1 | -5/+9 |
| | |||||
* | add missing SendAgentGroupDataUpdate to llClientView | UbitUmarov | 2015-09-27 | 1 | -0/+35 |
| | |||||
* | AvatarGroupsReply message does not have ListInProfile fields | UbitUmarov | 2015-09-27 | 1 | -4/+4 |
| | |||||
* | we still don't have extended wind and cloud neither do viewers | UbitUmarov | 2015-09-24 | 1 | -9/+4 |
| | |||||
* | some cleanup on terrain encoder | UbitUmarov | 2015-09-24 | 1 | -4/+8 |
| | |||||
* | slow down terrain sending so other users of LAND queue do have a chance to ↵ | UbitUmarov | 2015-09-24 | 1 | -1/+1 |
| | | | | send things | ||||
* | change the encapsulation of compressed land patchs in llUDP packets | UbitUmarov | 2015-09-23 | 1 | -16/+3 |
| | |||||
* | removed a protocol breaking lludp debug option that no one should try, ↵ | UbitUmarov | 2015-09-22 | 1 | -19/+4 |
| | | | | changed terrain send throotle to be by packets in queue, reduced odds of MTU violation on terrain send (still bad). Most UDP protocol implementations may not mind much, but our code still does | ||||
* | recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim ↵ | UbitUmarov | 2015-09-07 | 1 | -8/+39 |
| | | | | (slower since it depended on sending terrain as TASK). if true send by view range and also all terrain at arrival | ||||
* | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 2015-09-03 | 1 | -11/+9 |
| | | | | scenepresence) | ||||
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -246/+18 |
| | |||||
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -642/+1052 |
|\ | |||||
| * | send land parcels overlay in cat Land not Task, or avatar freezes | UbitUmarov | 2015-08-28 | 1 | -1/+2 |
| | | |||||
| * | remove the rest of #justEditedTerrain, it was sending patchs non | UbitUmarov | 2015-08-27 | 1 | -16/+0 |
| | | | | | | | | | | conforming to protocol, and no longer in agreement with how patchs are schedule to send | ||||
| * | NEVER EVER SEND TERRAIN PATCHS AS UNRELIABLE!!!!!!!!!!!!!!!!!!!!!!!!!! | UbitUmarov | 2015-08-26 | 1 | -26/+13 |
| | | | | | | | | this costed me hours :P | ||||
| * | delay terrain sending if land queue is 2 busy | UbitUmarov | 2015-08-22 | 1 | -1/+10 |
| | | |||||
| * | put back entities remove from updates on SendKillObject. | UbitUmarov | 2015-08-19 | 1 | -1/+11 |
| | | |||||
| * | Merge branch 'mbworkvar2' into ubitvar | UbitUmarov | 2015-08-19 | 1 | -109/+164 |
| |\ | |||||
| | * | varregion: add varregion and TerrainData use in LLClientView. | Robert Adams | 2015-03-28 | 1 | -109/+164 |
| | | | | | | | | | | | | | | | Add sending multiple parcel patches and sending patches by avatar view distance. | ||||
| * | | Track selected objects per client | Melanie Thielker | 2015-08-15 | 1 | -0/+6 |
| |/ | |||||
| * | Remove the Invisible stuff and add more baked caching. Refactor selection of ↵ | Melanie Thielker | 2014-11-11 | 1 | -4/+1 |
| | | | | | | | | textures to save to Bakes module. | ||||
| * | Second part of invisible base avatar option | Melanie Thielker | 2014-11-10 | 1 | -1/+6 |
| | | |||||
| * | scale ChildAgentThrottles with distance (internal to child server and not | UbitUmarov | 2014-11-06 | 1 | -1/+6 |
| | | | | | | | | root as was done before ) | ||||
| * | allow drawdistance to change between 32 and MaxDrawDistance, configurable | UbitUmarov | 2014-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | value default to 256, so should have no effect. Next steps needed: reduce client udp Throttles with distance, update childreen connections with significat movement and view range changes, Make disconnect be delayed in time, make disconnects be receiving region action not sender on region changes. Allow distance less than 256 to only connect to visible regions, even none. Make this be relative to camera and not agent position or region centers as it is now. | ||||
| * | don't send updates for deleted agents | UbitUmarov | 2014-11-01 | 1 | -3/+4 |
| | | |||||
| * | sadly revert to resend terseUpdates enqueuing them back into entityupdates | UbitUmarov | 2014-10-31 | 1 | -3/+46 |
| | | | | | | | | | | queue. Viewers fail to handle correctly out of order updates with ugly visible effects. Make sure these packets don't include acks so they aren't lost. | ||||
| * | try to make SOG crossings full async. Simplify some borders checking.... | UbitUmarov | 2014-10-24 | 1 | -1/+1 |
| | | |||||
| * | do global position X and Y with double precision in autopilot, so | UbitUmarov | 2014-09-30 | 1 | -4/+7 |
| | | | | | | | | corrected viewers do work | ||||
| * | add method to get a category throttle rate | UbitUmarov | 2014-08-29 | 1 | -3/+5 |
| | | |||||
| * | 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 | 1 | -107/+4 |
| | | | | | | | | should send other avatarinformation with same priority on same Task category ( plus cleanup ) | ||||
| * | *test* back to no sog kills, little retouch on attachment updates, | UbitUmarov | 2014-08-25 | 1 | -1/+1 |
| | | | | | | | | 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 |
| | | |||||
| * | clean sendKill a bit, remove a IsChild that is set too early in a calling | UbitUmarov | 2014-08-24 | 1 | -22/+2 |
| | | | | | | | | path | ||||
| * | 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 | 1 | -0/+6 |
| | | | | | | | | the kill work | ||||
| * | add a direct sendpartfullUpdate to send a full object update to a part, | UbitUmarov | 2014-08-21 | 1 | -0/+26 |
| | | | | | | | | optionally overriding its parentID. check what it does to attachments | ||||
| * | remove from use the UpdatesResend on resending udp packets. Just resend | UbitUmarov | 2014-08-20 | 1 | -36/+44 |
| | | | | | | | | | | the UDP packet. Also just loose packets we tried to send 6 times already (ll says 3) A viewer may just beeing ignoring them, or then the link is just dead. | ||||
| * | send zero velocity again on avatar full update or its ugly | UbitUmarov | 2014-08-19 | 1 | -1/+1 |
| | | |||||
| * | fix the encoding of rotation in updates, not just using the next field to | UbitUmarov | 2014-08-19 | 1 | -15/+12 |
| | | | | | | | | override w bytes. ( specially having it commented ) | ||||
| * | still another ... | UbitUmarov | 2014-08-19 | 1 | -2/+1 |
| | | |||||
| * | fix a missed blocking of sending updates the the new attach points above | UbitUmarov | 2014-08-19 | 1 | -2/+1 |
| | | | | | | | | hud indexes | ||||
| * | NextAnimationSequenceNumber be a udpserver variable with random start | UbitUmarov | 2014-08-16 | 1 | -2/+5 |
| | | |||||
| * | add a estimator of client ping time, and painfully make it visible in show | UbitUmarov | 2014-08-14 | 1 | -0/+12 |
| | | | | | | | | connections console command | ||||
| * | Merge branch 'ubitworkmaster' | Melanie Thielker | 2014-08-13 | 1 | -33/+48 |
| |\ | |||||
| | * | remove HandleCompleteMovementIntoRegion delay hack from llUDPserver. If we | UbitUmarov | 2014-08-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | need a delay, we need to do it at end of HandleUseCircuitCode before feeding pending packets (including that one) into processing queue. | ||||
| | * | take agentUpdate checks out of llUDPserver (disabling useless debug) and | UbitUmarov | 2014-08-12 | 1 | -24/+32 |
| | | | | | | | | | | | | do it only where its supposed to be done.. | ||||
| | * | do the significance test invalidation at MoveAgentToRegion | UbitUmarov | 2014-08-12 | 1 | -4/+3 |
| | | |