aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Materials (follow)
Commit message (Expand)AuthorAgeFilesLines
* Try naming the materials handlers again, this time registering the POST as Re...Justin Clark-Casey (justincc)2013-07-111-3/+6
* remove names from Capability handlers (added by justincc in commit 013710168b...dahlia2013-07-101-7/+4
* remove some cruft and trigger a rebuilddahlia2013-07-081-1/+0
* remove an invalid null UUID check which caused a warningdahlia2013-07-081-8/+1
* For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)2013-07-081-4/+7
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimdahlia2013-06-281-67/+69
|\
| * Reinsert code for gathering uuids reference by materials back directly into U...Justin Clark-Casey (justincc)2013-06-281-67/+69
* | add some locking to materials storage dictionarydahlia2013-06-281-30/+42
|/
* and yet another check for null returned from DynAttrs.GetStore()dahlia2013-06-271-0/+4
* test for null return from DynAttrs.GetStore()dahlia2013-06-271-0/+3
* refactor: Move code for gathering textures referenced by materials into Mater...Justin Clark-Casey (justincc)2013-06-271-2/+70
* Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)2013-06-271-16/+10
* Materials persistence via SceneObjectPart.dynAttrs. This appears to work acro...dahlia2013-04-201-8/+154
* handle PUT verb for RenderMaterials Capdahlia2013-04-201-1/+5
* RenderMaterials POST Cap now return material entries when invoked with an OSD...dahlia2013-04-191-61/+108
* remove default parameter value that apparently mono cant handledahlia2013-04-181-1/+1
* Initial experimental support for materials-capable viewers. This is in a very...dahlia2013-04-181-0/+382