| Commit message (Expand) | Author | Files | Lines |
2019-03-21 | add some code for compressed updates, but disabled, since more changes are ne... | UbitUmarov | 2 | -54/+363 |
2019-03-20 | RegionHandshake IS critical llupd protocol not to be done by odd modules | UbitUmarov | 2 | -4/+7 |
2019-03-20 | lludp direct encode RegionHandshake | UbitUmarov | 1 | -113/+167 |
2019-03-19 | recover the UnAckedBytes are in KB fix | UbitUmarov | 1 | -1/+2 |
2019-03-19 | lludp ObjectAnimation encoding | UbitUmarov | 1 | -9/+29 |
2019-03-19 | lludp SimStats encoding | UbitUmarov | 1 | -13/+38 |
2019-03-19 | UnAckedBytes are in KB | UbitUmarov | 1 | -0/+1 |
2019-03-19 | add a few extra checks for viewers animated objects support, to avoid timming... | UbitUmarov | 1 | -2/+2 |
2019-03-18 | lludp ReplyTaskInventory, SendXferPacket and AbortXfer enconding | UbitUmarov | 1 | -18/+73 |
2019-03-18 | also fix the ThrottleOutPacketType | UbitUmarov | 1 | -8/+8 |
2019-03-18 | oops | UbitUmarov | 1 | -2/+4 |
2019-03-18 | lludp GenericMessage enconding | UbitUmarov | 1 | -22/+132 |
2019-03-18 | lludp ImprovedInstantMessage enconding | UbitUmarov | 1 | -22/+93 |
2019-03-18 | lludp ChatFromSimulator enconding; some simplification | UbitUmarov | 2 | -32/+87 |
2019-03-18 | lludp AgentMovementComplete enconding | UbitUmarov | 1 | -28/+36 |
2019-03-17 | stop sending some useless small packets | UbitUmarov | 1 | -4/+22 |
2019-03-17 | remove redundant code | UbitUmarov | 3 | -19/+6 |
2019-03-17 | lludp: direct encode PacketAck, StartPingCheck and CompletePingCheck | UbitUmarov | 1 | -26/+73 |
2019-03-17 | lludp: direct encode AvatarAppearance | UbitUmarov | 1 | -22/+39 |
2019-03-16 | lludp: direct encode CoarseLocationUpdate | UbitUmarov | 1 | -25/+40 |
2019-03-16 | lludp: direct encode rest of send terseupdates | UbitUmarov | 1 | -228/+23 |
2019-03-16 | bug fix on mapblockreply; direct encode mapitemreply just because.. | UbitUmarov | 1 | -33/+85 |
2019-03-16 | lludp direct encode mapblockreply. Not bc its a high volume packet, but bc it... | UbitUmarov | 1 | -38/+117 |
2019-03-15 | minor cleanup | UbitUmarov | 2 | -32/+2 |
2019-03-15 | lludp: change zero encode of strings; limit them to what current viewers expect | UbitUmarov | 2 | -172/+90 |
2019-03-14 | lludp direct encode object Properties update packets | UbitUmarov | 1 | -128/+199 |
2019-03-10 | lludp: direct encode terrain patchs packets | UbitUmarov | 1 | -5/+81 |
2019-03-10 | lludp fix max packet size on ack appends | UbitUmarov | 1 | -1/+2 |
2019-03-09 | do not send animated attachments to viewers that do not support them. | UbitUmarov | 1 | -1/+6 |
2019-03-08 | ooops bad zeroencode flag | UbitUmarov | 1 | -1/+1 |
2019-03-08 | just direct encode avatar animation also | UbitUmarov | 1 | -0/+74 |
2019-03-08 | agent animation object ids are only for self avatar | UbitUmarov | 1 | -10/+40 |
2019-03-07 | well let trees have special state and grass data block again. | UbitUmarov | 1 | -4/+3 |
2019-03-07 | grass even more | UbitUmarov | 1 | -7/+38 |
2019-03-07 | vegetation is special | UbitUmarov | 1 | -28/+71 |
2019-03-07 | make use of direct object update encoding | UbitUmarov | 1 | -23/+88 |
2019-03-07 | don't send irrelevant data | UbitUmarov | 1 | -25/+36 |
2019-03-06 | fix packet type | UbitUmarov | 1 | -1/+5 |
2019-03-06 | llupd add direct encode, with inline zeroencode, of objects update ( code pat... | UbitUmarov | 2 | -34/+227 |
2019-03-06 | lludp do inline zeroencode of some(most) agent full updates (runprebuild) | UbitUmarov | 2 | -37/+356 |
2019-03-05 | llupd direct encode object updates for agents; let terse updates be zeroencod... | UbitUmarov | 2 | -109/+212 |
2019-03-05 | remove lludp throttle texture rate cannibal option. That rate is used by http... | UbitUmarov | 2 | -23/+0 |
2019-03-03 | OOOPPPSSS | UbitUmarov | 1 | -2/+2 |
2019-03-02 | direct encode lludp terse object update, let contain texture entry | UbitUmarov | 1 | -30/+63 |
2019-02-27 | Add Thread.ResetAbort() to various thread loops to clean up errors on | Robert Adams | 1 | -1/+5 |
2019-02-27 | direct encode terseupdates | UbitUmarov | 4 | -37/+207 |
2019-02-26 | avoid packet split on terseupdates | UbitUmarov | 1 | -30/+76 |
2019-02-26 | issues with udp buffers pool on heavy load | UbitUmarov | 4 | -42/+53 |
2019-02-26 | buffers in pool have no data, better mk that clear | UbitUmarov | 1 | -0/+1 |
2019-02-26 | fix UDPBuffersPoolCount value (readable with stats show clientstack | UbitUmarov | 1 | -2/+1 |