aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto1-12123/+0
2011-04-28Eliminated sAgentCircuitData, a data structure that has been obsolete for qui...Diva Canto1-1/+1
2011-04-25recover from unhandled exception from bad rotation data while processing enti...dahlia1-1/+9
2011-04-25Fixed the transmission of throttles from root agent to childMic Bowman1-1/+1
2011-04-22Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman1-0/+5
2011-04-21Added ability to remove unacked packet from UnackedPacketCollection without a...Dan Lake1-2/+10
2011-04-20bug fix. Now when an unacked update packet is handled through ResendPrimUpdat...Dan Lake1-13/+21
2011-04-20Adds the first pass at an adaptive throttle to slow start newMic Bowman1-0/+4
2011-04-19Converted the property request queue to use the same retransmissionMic Bowman1-23/+52
2011-04-19Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake1-21/+75
2011-04-18Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake1-21/+75
2011-04-13remove packet monitoring debugging codeMic Bowman1-116/+2
2011-04-13Fixed the update of items in the priority queue to enable bothMic Bowman1-6/+15
2011-04-13fixed a couple bugs with the property queuesMic Bowman1-1/+37
2011-04-13First pass at moving object property requests into a queue similarMic Bowman1-137/+214
2011-04-13New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-2/+4
2011-04-13Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)1-1/+8
2011-04-12remove packet monitoring debugging codeMic Bowman1-116/+2
2011-04-12Fixed the update of items in the priority queue to enable bothMic Bowman1-6/+15
2011-04-12fixed a couple bugs with the property queuesMic Bowman1-1/+37
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-137/+214
2011-04-12New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-2/+4
2011-04-12remove packet monitoring debugging codeMic Bowman1-116/+2
2011-04-12Fixed the update of items in the priority queue to enable bothMic Bowman1-6/+15
2011-04-12fixed a couple bugs with the property queuesMic Bowman1-1/+37
2011-04-12First pass at moving object property requests into a queue similarMic Bowman1-137/+214
2011-04-11New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman1-2/+4
2011-04-11Removed some priority queue debugging codeMic Bowman1-80/+0
2011-04-10Split the priority queue class into a seperate file. LLClientViewMic Bowman1-205/+0
2011-04-10Implements adaptive queue management and fair queueing forMic Bowman1-118/+235
2011-04-05Handle the client's parcel info requests asynchronously rather than synchrono...Justin Clark-Casey (justincc)1-1/+1
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-4/+20
2011-04-04Implements adaptive queue management and fair queueing forMic Bowman1-118/+235
2011-03-30(re)implement selected prim count.Justin Clark-Casey (justincc)1-23/+23
2011-03-29disable prim count debug logging temporarilyJustin Clark-Casey (justincc)1-1/+1
2011-03-28Implements adaptive queue management and fair queueing forMic Bowman1-118/+235
2011-03-26add save of LLClientView I forgot from last commitJustin Clark-Casey (justincc)1-4/+2
2011-03-26Add test for PCM taint. This currently fails due to unexpected behaviour of ...Justin Clark-Casey (justincc)1-0/+2
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-13/+22
2011-01-28Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie1-1/+2
2011-01-21implement "show throttles" command for showing current agent throttles and th...Justin Clark-Casey (justincc)1-0/+1
2011-01-17force objectId to UUID.Zero for non-overridden animations in AvatarAnimation ...dahlia1-1/+4
2011-01-17objectId in AvatarAnimation packet should be UUID.Zero for non-overridden ani...dahlia1-2/+0
2010-12-30Implement SendPlacesReplyMelanie1-0/+54
2010-12-23Removed unused code -- this was the previous version of UDP texture sending, ...Diva Canto1-24/+16
2010-12-23* Re-Adding Scene TimeDilation to Object Update Packets.Teravus Ovares (Dan Olivares)1-6/+12
2010-12-21* Adds AbortXfer to the ClientAPI mixTeravus Ovares (Dan Olivares)1-0/+7
2010-12-17minor: 'debug packet' console command level <= 50 then don't log ImprovedTers...Justin Clark-Casey (justincc)1-5/+8
2010-12-15Put in locks on m_killRecord to replace changed locks on m_entityUpdates.Sync...Justin Clark-Casey (justincc)1-193/+200
2010-12-14Another stab at #LoginLag. Looking forward to hear the feedback! This makes u...Diva Canto1-2/+23