aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: Add some commented out destructor logging messages for potential futur...Justin Clark-Casey (justincc)2011-06-101-0/+5
* HG Landmarks bug fix: pull landmark asset data from user's asset server when ...Diva Canto2011-06-031-4/+24
* HG Landmarks now working.Diva Canto2011-06-031-3/+2
* When sending an LLUDP MoneyBalanceReply message, fill out the transaction ite...Justin Clark-Casey (justincc)2011-05-311-0/+1
* Fill in the new OwnerData field in the LLUDP ScriptDialog message.Justin Clark-Casey (justincc)2011-05-311-3/+8
* Fix broken inventory links on viewer 2.Justin Clark-Casey (justincc)2011-05-131-1/+6
* Fixes gray tiles on map search for viewers 1.Diva Canto2011-05-091-1/+0
* The map is seriously broken. This doesn't fix it, but at least provides one m...Diva Canto2011-05-081-2/+1
* One more bug fix concerning library items that weren't being copied to user's...Diva Canto2011-05-061-1/+1
* Adding ssl supportBlueWall2011-05-051-0/+16
* Test m_Enabled on RemoveRegion.Diva Canto2011-05-043-0/+9
* Fixed: EventQueueGet and other caps were being wrongly deregistered. Also Cap...Diva Canto2011-05-022-5/+3
* WebFetchInventoryDescendents working. Tested with robust.Diva Canto2011-05-022-279/+137
* Refactored the GetMesh module into a handler and a module, to be the same as ...Diva Canto2011-05-022-113/+40
* Works!Diva Canto2011-05-024-10/+34
* Start to drill down on GetTexture. Read the config and do different things.Diva Canto2011-05-011-4/+12
* Broke down Caps.cs into a generic Caps object that simply registers/unregiste...Diva Canto2011-05-014-3/+1300
* Change GetTextureModule.cs to conform to the new IRegion module interface. NO...Diva Canto2011-05-011-6/+21
* Move CapabilitiesModule back to CoreModules. This one belongs there.Diva Canto2011-05-011-257/+0
* Added OpenSim.Capabilities.Handlers. For the moment it has only the GetTextur...Diva Canto2011-05-011-311/+4
* Nope, that didn't feel right. Moving all those modules to Linden space.Diva Canto2011-04-307-0/+1893
* First stab at cleaning up Caps. Compiles. Untested.Diva Canto2011-04-3019-0/+1128
* Eliminated sAgentCircuitData, a data structure that has been obsolete for qui...Diva Canto2011-04-281-1/+1
* Merge branch 'master' into queuetestMic Bowman2011-04-261-1/+9
|\
| * recover from unhandled exception from bad rotation data while processing enti...dahlia2011-04-251-1/+9
* | Removed debug message in the token bucket codeMic Bowman2011-04-251-1/+1
* | Fix the totals shown by show throttleMic Bowman2011-04-251-1/+1
* | Fixed the transmission of throttles from root agent to childMic Bowman2011-04-252-16/+26
* | Cleaned up various configuration options. Removed the category throttleMic Bowman2011-04-253-78/+34
* | Set the initial rate for the adaptive throttle to 160KpbsMic Bowman2011-04-221-4/+6
* | Various clean ups. Removed some debugging code. Added a new "show pqueues"Mic Bowman2011-04-222-23/+6
* | Merge branch 'queuetest' of ssh://opensimulator.org/var/git/opensim into queu...Mic Bowman2011-04-212-26/+34
|\ \
| * | Refactor UnackedPacketCollection so ProcessQueues will handle Adds, Acks, and...Dan Lake2011-04-212-26/+34
* | | Add some locking on the child list for the token bucketMic Bowman2011-04-211-15/+22
|/ /
* | Added ability to remove unacked packet from UnackedPacketCollection without a...Dan Lake2011-04-212-2/+38
* | bug fix. Now when an unacked update packet is handled through ResendPrimUpdat...Dan Lake2011-04-203-16/+25
* | Added an "immediate" queue to the priority queue. This isMic Bowman2011-04-201-245/+0
* | Adds the first pass at an adaptive throttle to slow start newMic Bowman2011-04-204-18/+95
* | Converted the property request queue to use the same retransmissionMic Bowman2011-04-191-23/+52
* | Requeue unacknowledged entity updates rather than resend then "as is".Dan Lake2011-04-193-54/+112
|/
* Remove the call to remove tokens from the parent. Under heavy loadMic Bowman2011-04-152-5/+14
* Merge branch 'testmerge' into queuetestMic Bowman2011-04-131-2/+8
|\
| * remove packet monitoring debugging codeMic Bowman2011-04-131-116/+2
| * Fixed the update of items in the priority queue to enable bothMic Bowman2011-04-132-7/+16
| * fixed a couple bugs with the property queuesMic Bowman2011-04-131-1/+37
| * First pass at moving object property requests into a queue similarMic Bowman2011-04-132-143/+220
| * New tokenbucket algorithm. This one provides fair sharing of the queuesMic Bowman2011-04-134-145/+259
| * Add a regression test for rezzing a single object into a scene from user inve...Justin Clark-Casey (justincc)2011-04-131-1/+8
* | remove packet monitoring debugging codeMic Bowman2011-04-121-116/+2
* | Fixed the update of items in the priority queue to enable bothMic Bowman2011-04-122-7/+16