Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-25 | Added DynAttrs to the serialized XML format of prims. When copying prims, ↵ | Oren Hurvitz | 1 | -2/+24 | |
use deep copy for DynAttrs. | |||||
2013-01-25 | Changed DAMap to be the container of "data stores", which are OSDMaps. Store ↵ | Oren Hurvitz | 1 | -20/+84 | |
names must have at least 4 characters. | |||||
2013-01-25 | Lock DAMap rather than encapsulated OSDMap | Justin Clark-Casey (justincc) | 1 | -17/+18 | |
This allows external lockers to preserve atomicity of dynamic attribute changes | |||||
2013-01-25 | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting ↵ | Justin Clark-Casey (justincc) | 1 | -0/+173 | |
from it This is the easier way to give us control over locking, rather than asking that OSDMap IDictionary methods be virtual |