aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-23Fix LLTextBox to work with the updated libOMVMelanie1-1/+6
2011-07-19comment out all kinds of debugging guffJustin Clark-Casey (justincc)1-5/+5
2011-07-19Stop undo of just the root prim position in the linkset from shifting the who...Justin Clark-Casey (justincc)1-5/+5
2011-07-19fix undo when resizing of non-root individual prims in a linksetJustin Clark-Casey (justincc)1-0/+5
2011-07-19Fix undo for resizing linksetsJustin Clark-Casey (justincc)1-12/+25
2011-07-18Make various tweaks to undo code in an effort to get things working better.Justin Clark-Casey (justincc)1-3/+24
2011-07-15change async parameter name in AddLocalPacketHandler since it becomes a reser...Justin Clark-Casey (justincc)1-2/+22
2011-07-08refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento...Justin Clark-Casey (justincc)1-4/+3
2011-06-10minor: Add some commented out destructor logging messages for potential futur...Justin Clark-Casey (justincc)1-0/+5
2011-06-03HG Landmarks bug fix: pull landmark asset data from user's asset server when ...Diva Canto1-4/+24
2011-06-03HG Landmarks now working.Diva Canto1-3/+2
2011-05-31When sending an LLUDP MoneyBalanceReply message, fill out the transaction ite...Justin Clark-Casey (justincc)1-0/+1
2011-05-31Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)1-3/+8
2011-05-13Fix broken inventory links on viewer 2.Justin Clark-Casey (justincc)1-1/+6
2011-05-09Fixes gray tiles on map search for viewers 1.Diva Canto1-1/+0
2011-05-08The map is seriously broken. This doesn't fix it, but at least provides one m...Diva Canto1-2/+1
2011-05-06One more bug fix concerning library items that weren't being copied to user's...Diva Canto1-1/+1
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto1-0/+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