Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed mistakes in string format specifiers (e.g., "{0)" instead of {0}") | Oren Hurvitz | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Add MaxMaterialsPerTransaction to SimFeatures | Cinder | 2015-06-19 | 1 | -0/+14 |
| | | | | Signed-off-by: Diva Canto <diva@metaverseink.com> | ||||
* | replace accidently deleted line from last commit | dahlia | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | Allow MaterialsModule to be enabled by default if [Materials] is absent from ↵ | dahlia | 2015-02-05 | 1 | -9/+6 |
| | | | | OpenSim.ini | ||||
* | Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ↵ | Diva Canto | 2014-12-29 | 1 | -1/+1 |
| | | | | doesn't need to match the release version number, but I think it's a very good idea that they do. | ||||
* | If MaterialsModule unexpected sees a part with DefaultTexture of null, log ↵ | Justin Clark-Casey (justincc) | 2014-06-16 | 1 | -0/+4 |
| | | | | this with a warning. | ||||
* | In materials module, if a texture entry somehow has no default entry then ↵ | Justin Clark-Casey (justincc) | 2014-06-16 | 1 | -1/+2 |
| | | | | don't try to extract materials data rather than throw an exception | ||||
* | rather than converting existing materials to assets, just retrieve them and ↵ | dahlia | 2014-01-20 | 1 | -32/+12 |
| | | | | make them available for viewing. Any new materials added to the scene will become assets. | ||||
* | add null texture entry face check before converting legacy materials | dahlia | 2014-01-20 | 1 | -2/+2 |
| | |||||
* | force SOG update when converting legacy materials to ensure changes are ↵ | dahlia | 2014-01-20 | 1 | -0/+2 |
| | | | | persisted | ||||
* | delay texture entry parsing until absolutely necessary while converting ↵ | dahlia | 2014-01-20 | 1 | -4/+4 |
| | | | | legacy materials | ||||
* | Add code to convert legacy materials stored in DynAttrs to new asset format ↵ | dahlia | 2014-01-20 | 1 | -20/+102 |
| | | | | and store them as assets | ||||
* | Check agent permissions before modifying an object's materials. Also, when ↵ | Oren Hurvitz | 2014-01-20 | 1 | -10/+21 |
| | | | | creating a Material asset, set the current agent as the Creator. | ||||
* | When asked to change the Material for one face, change only that face; not ↵ | Oren Hurvitz | 2014-01-20 | 1 | -18/+5 |
| | | | | the default material | ||||
* | Materials module: a) Store materials as assets; b) Finalized it (removed the ↵ | Oren Hurvitz | 2014-01-20 | 1 | -327/+191 |
| | | | | | | "Demo" label; removed most of the logging); c) Enabled by default Changed UuidGatherer to use 'sbyte' to identify assets instead of 'AssetType'. This lets UuidGatherer handle Materials, which are defined in a different enum from 'AssetType'. | ||||
* | Renamed MaterialsDemoModule to MaterialsModule | Oren Hurvitz | 2014-01-20 | 1 | -0/+664 |