aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/DAMap.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-08minor: remove now unused migration-hack bool from DAMapJustin Clark-Casey (justincc)1-4/+0
2013-06-29Remove hack to migrate previous experimental-level os materials data.Justin Clark-Casey (justincc)1-9/+0
2013-06-27add method docs for DAMap.GetStore() and DAMap.SetStore()dahlia1-0/+12
2013-06-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)1-122/+178
2013-03-13Add prototype dynamic objects map for scene object partsJustin Clark-Casey (justincc)1-1/+1
2013-02-06Enables script access to the per object dynamic attributes through the JsonStoreMic Bowman1-0/+8
2013-02-07minor: add method doc to DAMap.ValidateKey()Justin Clark-Casey (justincc)1-0/+4
2013-02-07Add key length validation to DAMap.Add(KeyValuePair<string, OSDMap> kvp) to m...Justin Clark-Casey (justincc)1-1/+2
2013-01-25Added DynAttrs to the serialized XML format of prims. When copying prims, use...Oren Hurvitz1-2/+24
2013-01-25Changed DAMap to be the container of "data stores", which are OSDMaps. Store ...Oren Hurvitz1-20/+84
2013-01-25Lock DAMap rather than encapsulated OSDMapJustin Clark-Casey (justincc)1-17/+18
2013-01-25Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)1-0/+173