Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XbakesModule: allow more textures, older versions will not see | UbitUmarov | 2019-08-31 | 1 | -12/+47 |
| | |||||
* | remove those xml things no longer needed on .net >4.5.2 | UbitUmarov | 2018-01-17 | 1 | -2/+0 |
| | |||||
* | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 2018-01-09 | 1 | -1/+1 |
| | |||||
* | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 2018-01-08 | 1 | -1/+1 |
| | | | | own) do not suporte the proper .net4.0 one | ||||
* | a few more xml things | UbitUmarov | 2018-01-05 | 1 | -0/+2 |
| | |||||
* | dispose some MemoryStreams | UbitUmarov | 2017-05-06 | 1 | -0/+2 |
| | |||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -7/+7 |
| | |||||
* | Make it possible to disable the bakes module in the way it is described in ↵ | Melanie Thielker | 2017-01-05 | 1 | -1/+10 |
| | | | | config comments | ||||
* | minor cleanup | UbitUmarov | 2016-08-02 | 1 | -1/+7 |
| | |||||
* | make bakes reception handle empty BakedTexture elements. But at same time ↵ | UbitUmarov | 2015-10-01 | 1 | -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 Adams | 2015-09-08 | 1 | -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 Canto | 2015-09-04 | 1 | -1/+0 |
| | | | | | | | | OpenSim.Framework. | ||||
* | | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -0/+8 |
|/ | |||||
* | In XBakesModule.Get() use using() to always dispose of RestClient which ↵ | Justin Clark-Casey (justincc) | 2014-12-20 | 1 | -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-20 | 1 | -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-25 | 1 | -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 Hurvitz | 2014-07-21 | 1 | -1/+2 |
| | | | | main assets server. Also, some cleanup. | ||||
* | Adds optional HTTP Basic Authentication to Robust service connectors. | Diva Canto | 2014-05-23 | 1 | -3/+5 |
| | |||||
* | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Remove the added whitespace, test concluded | Melanie | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Bot test | Melanie | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Remove compile error from returning value in void function | Robert Adams | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Add one check for a blank URL because the module wasn't quite sure not to ↵ | Melanie | 2014-02-04 | 1 | -1/+3 |
| | | | | work when unconfigured :| | ||||
* | Adding the Avination XBakesModule, the client for the persistent bakes system | Melanie | 2014-02-04 | 1 | -0/+189 |