index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
OptionalModules
/
Materials
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-20
rather than converting existing materials to assets, just retrieve them and m...
dahlia
1
-32
/
+12
2014-01-20
add null texture entry face check before converting legacy materials
dahlia
1
-2
/
+2
2014-01-20
force SOG update when converting legacy materials to ensure changes are persi...
dahlia
1
-0
/
+2
2014-01-20
delay texture entry parsing until absolutely necessary while converting legac...
dahlia
1
-4
/
+4
2014-01-20
Add code to convert legacy materials stored in DynAttrs to new asset format a...
dahlia
1
-20
/
+102
2014-01-20
Check agent permissions before modifying an object's materials. Also, when cr...
Oren Hurvitz
1
-10
/
+21
2014-01-20
When asked to change the Material for one face, change only that face; not th...
Oren Hurvitz
1
-18
/
+5
2014-01-20
Materials module: a) Store materials as assets; b) Finalized it (removed the ...
Oren Hurvitz
1
-327
/
+191
2014-01-20
Renamed MaterialsDemoModule to MaterialsModule
Oren Hurvitz
1
-1
/
+1
2014-01-20
- Materials: support the viewer removing the material (in which case matsMap[...
Oren Hurvitz
1
-35
/
+42
2013-07-11
Try naming the materials handlers again, this time registering the POST as Re...
Justin Clark-Casey (justincc)
1
-3
/
+6
2013-07-10
remove names from Capability handlers (added by justincc in commit 013710168b...
dahlia
1
-7
/
+4
2013-07-08
remove some cruft and trigger a rebuild
dahlia
1
-1
/
+0
2013-07-08
remove an invalid null UUID check which caused a warning
dahlia
1
-8
/
+1
2013-07-08
For stat purposes, add names to capability request handlers where these were ...
Justin Clark-Casey (justincc)
1
-4
/
+7
2013-06-28
add some locking to materials storage dictionary
dahlia
1
-30
/
+42
2013-06-28
Reinsert code for gathering uuids reference by materials back directly into U...
Justin Clark-Casey (justincc)
1
-67
/
+69
2013-06-27
and yet another check for null returned from DynAttrs.GetStore()
dahlia
1
-0
/
+4
2013-06-27
test for null return from DynAttrs.GetStore()
dahlia
1
-0
/
+3
2013-06-27
refactor: Move code for gathering textures referenced by materials into Mater...
Justin Clark-Casey (justincc)
1
-2
/
+70
2013-06-27
Make the concept of namespaces explicit in dynamic attributes
Justin Clark-Casey (justincc)
1
-16
/
+10
2013-04-20
Materials persistence via SceneObjectPart.dynAttrs. This appears to work acro...
dahlia
1
-8
/
+154
2013-04-20
handle PUT verb for RenderMaterials Cap
dahlia
1
-1
/
+5
2013-04-19
RenderMaterials POST Cap now return material entries when invoked with an OSD...
dahlia
1
-61
/
+108
2013-04-18
remove default parameter value that apparently mono cant handle
dahlia
1
-1
/
+1
2013-04-18
Initial experimental support for materials-capable viewers. This is in a very...
dahlia
1
-0
/
+382