aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/BakedTextures (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-7/+7
|
* Make it possible to disable the bakes module in the way it is described in ↵Melanie Thielker2017-01-051-1/+10
| | | | config comments
* minor cleanupUbitUmarov2016-08-021-1/+7
|
* make bakes reception handle empty BakedTexture elements. But at same time ↵UbitUmarov2015-10-011-36/+36
| | | | stop sending them, only sending to Xbakes server items that do have a texture, like master does
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+0
|\ | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-041-1/+0
| | | | | | | | OpenSim.Framework.
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-0/+8
|/
* In XBakesModule.Get() use using() to always dispose of RestClient which ↵Justin Clark-Casey (justincc)2014-12-201-31/+35
| | | | disposes the stream rather than disposing the stream directly
* Use using() semantics in XBakesModule to ensure disposable objects are alway ↵Justin Clark-Casey (justincc)2014-12-201-39/+42
| | | | disposed no matter what
* Label all threadpool calls being made in core OpenSimulator. This is to add ↵Justin Clark-Casey (justincc)2014-11-251-1/+1
| | | | | | problem diagnosis. "show threadpool calls" now also returns named (labelled), anonymous (unlabelled) and total call stats.
* XBakes: store the assets only in the sim's local assets cache; not in the ↵Oren Hurvitz2014-07-211-1/+2
| | | | main assets server. Also, some cleanup.
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-231-3/+5
|
* Eliminated many warningsOren Hurvitz2014-04-231-1/+1
|
* Remove the added whitespace, test concludedMelanie2014-02-041-1/+1
|
* Bot testMelanie2014-02-041-1/+1
|
* Remove compile error from returning value in void functionRobert Adams2014-02-031-1/+1
|
* Add one check for a blank URL because the module wasn't quite sure not to ↵Melanie2014-02-041-1/+3
| | | | work when unconfigured :|
* Adding the Avination XBakesModule, the client for the persistent bakes systemMelanie2014-02-041-0/+189