aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/GetAssetsModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2020-09-091-0/+0
|
* fix ViewerAsset external urlUbitUmarov2019-10-061-7/+5
|
* put back assetViewer cap code, to allow viewers testing. It is disabled at ↵UbitUmarov2019-03-011-8/+6
| | | | OpenSimDefaults, and should not be enabled until all major viewers do it right on opensim
* Add Thread.ResetAbort() to various thread loops to clean up errors onRobert Adams2019-02-271-9/+16
| | | | | | | | shutdown. Fixes Mantis #8494. Threads are aborted when shutting down and ThreadAbortException is odd in that it is rethrown at the end of the catch unless the abort is reset. No functional changes but fewer error messages on shutdown.
* change threads confusing namesUbitUmarov2019-01-251-1/+1
|
* mantis 8416: testUbitUmarov2018-12-081-1/+1
|
* remove a warningUbitUmarov2018-12-071-2/+2
|
* disable GetAsset (ViewerAsset) cap. Current viewers implementation is not ↵UbitUmarov2018-12-071-1/+6
| | | | compatible with opensim
* GetAssets: only throttle mesh and textureUbitUmarov2018-12-061-2/+8
|
* GetAssets: we still need to service avatars that did left regionUbitUmarov2018-12-041-1/+3
|
* replace GetMeshModule and GetTextureModuleUbitUmarov2018-12-011-0/+479