aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/DAMap.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: remove now unused migration-hack bool from DAMapJustin Clark-Casey (justincc)2013-07-081-4/+0
* Remove hack to migrate previous experimental-level os materials data.Justin Clark-Casey (justincc)2013-06-291-9/+0
* add method docs for DAMap.GetStore() and DAMap.SetStore()dahlia2013-06-271-0/+12
* Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)2013-06-271-122/+178
* Add prototype dynamic objects map for scene object partsJustin Clark-Casey (justincc)2013-03-131-1/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimMic Bowman2013-02-061-1/+6
|\
| * minor: add method doc to DAMap.ValidateKey()Justin Clark-Casey (justincc)2013-02-071-0/+4
| * Add key length validation to DAMap.Add(KeyValuePair<string, OSDMap> kvp) to m...Justin Clark-Casey (justincc)2013-02-071-1/+2
* | Enables script access to the per object dynamic attributes through the JsonStoreMic Bowman2013-02-061-0/+8
|/
* Added DynAttrs to the serialized XML format of prims. When copying prims, use...Oren Hurvitz2013-01-251-2/+24
* Changed DAMap to be the container of "data stores", which are OSDMaps. Store ...Oren Hurvitz2013-01-251-20/+84
* Lock DAMap rather than encapsulated OSDMapJustin Clark-Casey (justincc)2013-01-251-17/+18
* Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr...Justin Clark-Casey (justincc)2013-01-251-0/+173