| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add a few methods to modify clientview group powers | UbitUmarov | 2016-07-01 | 1 | -24/+65 |
* | cleanup a bit AgentGroupDataUpdate sending | UbitUmarov | 2016-07-01 | 1 | -35/+32 |
* | AgentGroupData was being sent by both UDP and EQ -- an overkill. Turn off UDP... | Diva Canto | 2016-06-19 | 1 | -1/+1 |
* | Still related to mantis #7917, parcel prims info. Now sending the correct num... | Diva Canto | 2016-06-19 | 1 | -6/+1 |
* | Mantis #7917: regression on prim limits module. | Diva Canto | 2016-06-18 | 1 | -2/+5 |
* | Mantis #7923. EDIT BEAMS ARE BACK! | Diva Canto | 2016-06-12 | 1 | -2/+1 |
* | Mantis #7858: DeleteSceneObject done slightly differently. ProcessEntities no... | Diva Canto | 2016-06-12 | 1 | -6/+27 |
* | Remove debug spam | Melanie Thielker | 2016-03-15 | 1 | -1/+1 |
* | Finish plumbing RezRestoreToWorld. | Melanie Thielker | 2016-03-09 | 1 | -1/+16 |
* | Plumb RezRestoreToWorld from the client (part done) | Melanie Thielker | 2016-03-09 | 1 | -0/+7 |
* | Sometimes the viewer sends a null string as mapName; this made the client thr... | Diva Canto | 2015-11-27 | 1 | -2/+2 |
* | limit llDialog buttons text to 24 bytes (at lludp level) | UbitUmarov | 2015-11-11 | 1 | -1/+1 |
* | increase the number of packets in Land queue that force terrain to delay pat... | UbitUmarov | 2015-11-10 | 1 | -1/+1 |
* | change lldialog and llTextBox maximum message lenght to 512 bytes as specifi... | UbitUmarov | 2015-11-10 | 1 | -3/+3 |
* | send the estimation of time dilation at packet build time, not the one at un... | UbitUmarov | 2015-11-06 | 1 | -10/+15 |
* | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 2015-11-01 | 1 | -4/+4 |
* | add basic SendFindAgent() to lludp. Future use may require a list of pairs (... | UbitUmarov | 2015-10-26 | 1 | -2/+18 |
* | 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 s... | UbitUmarov | 2015-09-24 | 1 | -1/+1 |
* | 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, chang... | UbitUmarov | 2015-09-22 | 1 | -19/+4 |
* | recover opensim m_sendTerrainUpdatesByViewDistance. if false do as opensim (s... | UbitUmarov | 2015-09-07 | 1 | -8/+39 |
* | at last we can login and see objects ( friends is dead and disable in | UbitUmarov | 2015-09-03 | 1 | -11/+9 |
* | 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 |
| * | NEVER EVER SEND TERRAIN PATCHS AS UNRELIABLE!!!!!!!!!!!!!!!!!!!!!!!!!! | UbitUmarov | 2015-08-26 | 1 | -26/+13 |
| * | 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 |
| * | | 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 |
| * | 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 |
| * | allow drawdistance to change between 32 and MaxDrawDistance, configurable | UbitUmarov | 2014-11-06 | 1 | -2/+2 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | *test* back to no sog kills, little retouch on attachment updates, | UbitUmarov | 2014-08-25 | 1 | -1/+1 |
| * | *test* cleanup the bugs nest | UbitUmarov | 2014-08-25 | 1 | -6/+8 |