aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Expand)AuthorFilesLines
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-05-05Adding ssl supportBlueWall1-0/+16
2011-05-04Test m_Enabled on RemoveRegion.Diva Canto3-0/+9
2011-05-02Fixed: EventQueueGet and other caps were being wrongly deregistered. Also Cap...Diva Canto2-5/+3
2011-05-02WebFetchInventoryDescendents working. Tested with robust.Diva Canto2-279/+137
2011-05-02Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto2-113/+40
2011-05-02Works!Diva Canto4-10/+34
2011-05-01Start to drill down on GetTexture. Read the config and do different things.Diva Canto1-4/+12
2011-05-01Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto4-3/+1300
2011-05-01Change GetTextureModule.cs to conform to the new IRegion module interface. NO...Diva Canto1-6/+21
2011-05-01Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto1-257/+0
2011-05-01Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur...Diva Canto1-311/+4
2011-04-30Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto7-0/+1893
2011-04-30First stab at cleaning up Caps. Compiles. Untested.Diva Canto19-0/+1128
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-25Removed debug message in the token bucket codeMic Bowman1-1/+1
2011-04-25Fix the totals shown by show throttleMic Bowman1-1/+1
2011-04-25Fixed the transmission of throttles from root agent to childMic Bowman2-16/+26
2011-04-25Cleaned up various configuration options. Removed the category throttleMic Bowman3-78/+34
2011-04-22Set the initial rate for the adaptive throttle to 160KpbsMic Bowman1-4/+6
2011-04-22Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman2-23/+6
2011-04-21Add some locking on the child list for the token bucketMic Bowman1-15/+22
2011-04-21Refactor UnackedPacketCollection so ProcessQueues will handle Adds, Acks, and...Dan Lake2-26/+34
2011-04-21Added ability to remove unacked packet from UnackedPacketCollection without a...Dan Lake2-2/+38
2011-04-20bug fix. Now when an unacked update packet is handled through ResendPrimUpdat...Dan Lake3-16/+25
2011-04-20Added an "immediate" queue to the priority queue. This isMic Bowman1-245/+0
2011-04-20Adds the first pass at an adaptive throttle to slow start newMic Bowman4-18/+95
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 Lake3-54/+112
2011-04-18Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake3-54/+112
2011-04-15Remove the call to remove tokens from the parent. Under heavy loadMic Bowman2-5/+14
2011-04-13remove packet monitoring debugging codeMic Bowman1-116/+2
2011-04-13Fixed the update of items in the priority queue to enable bothMic Bowman2-7/+16
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 Bowman2-143/+220
2011-04-13New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman4-145/+259
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 Bowman2-7/+16
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 Bowman2-143/+220
2011-04-12New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman4-145/+259