aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP (follow)
Commit message (Expand)AuthorAgeFilesLines
* move object inventory send to udp queue asset ( was task). Remove a callUbitUmarov2016-07-071-22/+22
* the bug was actually hereUbitUmarov2016-07-061-2/+4
* add test option ObjectsCullingByDistance. In future, if true, it mayUbitUmarov2016-07-061-2/+126
* dont send bad profiles to viewerUbitUmarov2016-07-021-0/+3
* reduce absurd viewers blind retries of GroupProfileRequestUbitUmarov2016-07-021-40/+57
* cleanup a bitUbitUmarov2016-07-011-46/+2
* save one call to grid to get agent groups powers (xmlrpcgoups only for nowUbitUmarov2016-07-011-1/+1
* add a few methods to modify clientview group powersUbitUmarov2016-07-011-24/+65
* cleanup a bit AgentGroupDataUpdate sendingUbitUmarov2016-07-011-35/+32
* AgentGroupData was being sent by both UDP and EQ -- an overkill. Turn off UDP...Diva Canto2016-06-191-1/+1
* Still related to mantis #7917, parcel prims info. Now sending the correct num...Diva Canto2016-06-191-6/+1
* Mantis #7917: regression on prim limits module.Diva Canto2016-06-181-2/+5
* Fields should be protected unless private is requiredMelanie Thielker2016-06-141-1/+1
* Make the LLUDPServerShim inheritable. There is absolutely no reason forMelanie Thielker2016-06-141-75/+74
* Mantis #7923. EDIT BEAMS ARE BACK!Diva Canto2016-06-121-2/+1
* Mantis #7858: DeleteSceneObject done slightly differently. ProcessEntities no...Diva Canto2016-06-121-6/+27
* Remove debug spamMelanie Thielker2016-03-151-1/+1
* Finish plumbing RezRestoreToWorld.Melanie Thielker2016-03-091-1/+16
* Plumb RezRestoreToWorld from the client (part done)Melanie Thielker2016-03-091-0/+7
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ...Diva Canto2016-02-211-1/+1
* dont try to process packets for deleted clientsUbitUmarov2015-12-091-34/+28
* disable useless and totally wrong incoming PoolsUbitUmarov2015-12-091-4/+7
* minor cleanupUbitUmarov2015-12-091-13/+4
* tick region health a bit fasterUbitUmarov2015-12-091-1/+1
* fix the queue type in useUbitUmarov2015-12-091-11/+12
* Sometimes the viewer sends a null string as mapName; this made the client thr...Diva Canto2015-11-271-2/+2
* add a missing overrideUbitUmarov2015-11-211-3/+3
* limit llDialog buttons text to 24 bytes (at lludp level)UbitUmarov2015-11-111-1/+1
* increase the number of packets in Land queue that force terrain to delay pat...UbitUmarov2015-11-101-1/+1
* check if a packet can be sent imediatly without accounting it as sent on thr...UbitUmarov2015-11-101-1/+3
* make m_minimumDripRate a bit larger than mtu. Add a bucket space check that ...UbitUmarov2015-11-101-1/+6
* change lldialog and llTextBox maximum message lenght to 512 bytes as specifi...UbitUmarov2015-11-101-3/+3
* send the estimation of time dilation at packet build time, not the one at un...UbitUmarov2015-11-061-10/+15
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-4/+4
* add basic SendFindAgent() to lludp. Future use may require a list of pairs (...UbitUmarov2015-10-261-2/+18
* On to 0.8.3!Diva Canto2015-10-181-1/+1
* let SendAvatarGroupsReply fall back to UDP if no caps and make use of itUbitUmarov2015-09-271-5/+9
* add missing SendAgentGroupDataUpdate to llClientViewUbitUmarov2015-09-271-0/+35
* AvatarGroupsReply message does not have ListInProfile fieldsUbitUmarov2015-09-271-4/+4
* we still don't have extended wind and cloud neither do viewersUbitUmarov2015-09-241-9/+4
* some cleanup on terrain encoderUbitUmarov2015-09-241-4/+8
* slow down terrain sending so other users of LAND queue do have a chance to s...UbitUmarov2015-09-241-1/+1
* change the encapsulation of compressed land patchs in llUDP packetsUbitUmarov2015-09-231-16/+3
* fix GetPacketsQueuedCount typos in last commitUbitUmarov2015-09-221-1/+1
* let minimum wqburst be a bit larger than MTUUbitUmarov2015-09-222-4/+4
* removed a protocol breaking lludp debug option that no one should try, chang...UbitUmarov2015-09-225-100/+35
* coment out lludp debug things that only fill up the help screenUbitUmarov2015-09-211-0/+2
* Merge branch 'mbworknew1' into ubitworkvarnewUbitUmarov2015-09-082-3/+49
|\
| * Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-082-3/+49
| |\
| | * Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto2015-09-032-3/+49