Oren Hurvitz
|
af6a7cf95d
|
Added DynAttrs to the serialized XML format of prims. When copying prims, use deep copy for DynAttrs.
|
2013-01-25 04:03:26 +00:00 |
|
Oren Hurvitz
|
8b4441d940
|
Changed DAMap to be the container of "data stores", which are OSDMaps. Store names must have at least 4 characters.
|
2013-01-25 04:03:18 +00:00 |
|
Justin Clark-Casey (justincc)
|
1650846df3
|
Lock DAMap rather than encapsulated OSDMap
This allows external lockers to preserve atomicity of dynamic attribute changes
|
2013-01-25 04:03:13 +00:00 |
|
Justin Clark-Casey (justincc)
|
a6d9c26365
|
Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting from it
This is the easier way to give us control over locking, rather than asking that OSDMap IDictionary methods be virtual
|
2013-01-25 04:03:11 +00:00 |
|