aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Guard against scenes without an agent prefs service and a copy and paste fixCinder2015-06-131-0/+7
* Fixed indentationDiva Canto2015-06-131-4/+4
* A few bug fixes for Agent Preferences to actually work. Also added missing co...Diva Canto2015-06-131-1/+1
* Refactor AgentPreferences so that database operations happen centrally. the o...Cinder2015-06-131-66/+17
* Relicense AgentPreferences files to BSD and OpenSimulatorCinder2015-06-131-25/+24
* Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder2015-06-131-0/+225
* Mantis #7567: added an 8-sec expiring item cache to the inventory network con...Diva Canto2015-06-031-1/+1
* Major change in the way inventory is downloaded: added a method throughout II...Diva Canto2015-05-071-1/+5
* Attempt at fixing mantis #7054. The two inventory threads are stepping on eac...Diva Canto2015-05-051-2/+3
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* revised GetMesh to not use intermediate base64 coding schemeFreaky Tech2015-03-051-14/+45
* corrected bug that viewer cannot correctly fetch ItemData when being a HG vis...Freaky Tech2015-03-031-14/+6
* minor: Comment out log line for the SimulatorFeatures cap request for now to ...Justin Clark-Casey (justincc)2015-01-211-1/+1
* And finally renamed the classes themselves.Diva Canto2015-01-131-2/+2
* SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added th...Diva Canto2015-01-101-1/+4
* Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto2015-01-091-0/+144
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-1/+1
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-291-1/+1
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Fix ghosts copy of SimulatorFeatureModule to enable logging.Justin Clark-Casey (justincc)2014-11-251-8/+13
* Allow GetMesh capability to be served directly by a server like GetTextureJustin Clark-Casey (justincc)2014-11-251-18/+15
* minor: remove compiler warning from unused field in SimulatorFeaturesModuleJustin Clark-Casey (justincc)2014-11-251-2/+2
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-252-2/+0
* Small improvements to SimulatorFeaturesModule: (1) don't overwrite extras if ...Diva Canto2014-11-221-1/+21
* Added grid information to SimFeatures response, so that the viewer can show it.Diva Canto2014-11-061-1/+13
* minor: Comment out received seed caps request logging for nowJustin Clark-Casey (justincc)2014-10-021-2/+2
* OpenSimExtrasBlueWall2014-08-061-50/+24
* Make currently unfiltered EventQueue log messages only appear now at DebugLev...Justin Clark-Casey (justincc)2014-08-051-16/+24
* Fix typo in log messageBlueWall2014-08-021-1/+1
* Fix regression in SimulatorFeatures module that would stop OpenSimulator from...Justin Clark-Casey (justincc)2014-08-011-12/+20
* Add region-side extra feature setting for destination guideBlueWall2014-07-311-0/+4
* Simulator Extra Features ServiceBlueWall2014-07-301-9/+65
* Eliminated some warningsOren Hurvitz2014-07-211-1/+0
* minor: put standard 'category' in brackets at front of log messages from prev...Justin Clark-Casey (justincc)2014-07-041-2/+8
* When uploading mesh objects with textures also create inventory items for upl...Latif Khalifa2014-07-041-0/+63
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* If processing a queued request fails up to the top of the stack, log the exce...Justin Clark-Casey (justincc)2014-06-161-3/+13
* Update regression TestInventoryDescendentsFetch() to account for recent commi...Justin Clark-Casey (justincc)2014-05-271-1/+1
* Finished implementing redirects in GetTexture.Diva Canto2014-05-071-3/+6
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2014-05-061-5/+13
|\
| * Show more meaningful error messages when failed to give an item to another userOren Hurvitz2014-05-061-5/+13
* | minor: Comment out Cacheitems debug log lines for nowJustin Clark-Casey (justincc)2014-05-021-6/+6
|/
* Fixed the UpdateAgentInformation CAP: the viewer expects the simulator to ech...Oren Hurvitz2014-04-291-6/+7
* Revert "Don't re-retrieve sit part in SP.HandleAgentSit() when we already hav...Justin Clark-Casey (justincc)2014-04-051-2/+0
* Don't re-retrieve sit part in SP.HandleAgentSit() when we already have it.Justin Clark-Casey (justincc)2014-04-051-0/+2
* rename prefix of scene-inventory.<scene-name>.ProcessedFetchInventoryRequests...Justin Clark-Casey (justincc)2014-03-211-34/+36
* minor: Put ProcessedFetchInventoryRequests and QueuedFetchInventoryRequests i...Justin Clark-Casey (justincc)2014-03-191-2/+2
* Add scene.<scene-name>.ProcessedFetchInventoryRequestsJustin Clark-Casey (justincc)2014-03-181-15/+41