aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-09minor: code tidy and inserted log lines for future use.Justin Clark-Casey (justincc)1-3/+1
2011-07-08refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento...Justin Clark-Casey (justincc)1-4/+3
2011-07-07Switch the MeshUploadFlag CAP module on and off with the existing config Allo...Justin Clark-Casey (justincc)1-14/+35
2011-07-07Make MeshUploadFlagModule non-shared rather than shared (since each scene nee...Justin Clark-Casey (justincc)1-1/+1
2011-07-07add MeshUploadFlag capability fixed mesh upload with latest mesh viewer thank...Michael Cerquoni aka Nebadon Izumi2-18/+150
2011-06-24Implement the latest mesh mechanism so that rezzing the uploaded mesh now wor...Justin Clark-Casey (justincc)1-3/+189
2011-06-24minor: method documentationJustin Clark-Casey (justincc)1-6/+8
2011-06-13Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on t...Diva Canto1-22/+49
2011-06-13Same processing of the "/" in the MapImageService Cap as the one in the login...Diva Canto1-0/+6
2011-06-13Added experimental new capability URL called MapImageService meant to work wi...Diva Canto1-0/+119
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-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