Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Mic Bowman | 2013-02-06 | 1 | -1/+6 |
|\ | |||||
| * | minor: add method doc to DAMap.ValidateKey() | Justin Clark-Casey (justincc) | 2013-02-07 | 1 | -0/+4 |
| * | Add key length validation to DAMap.Add(KeyValuePair<string, OSDMap> kvp) to m... | Justin Clark-Casey (justincc) | 2013-02-07 | 1 | -1/+2 |
* | | Enables script access to the per object dynamic attributes through the JsonStore | Mic Bowman | 2013-02-06 | 1 | -0/+8 |
|/ | |||||
* | Added DynAttrs to the serialized XML format of prims. When copying prims, use... | Oren Hurvitz | 2013-01-25 | 1 | -2/+24 |
* | Changed DAMap to be the container of "data stores", which are OSDMaps. Store ... | Oren Hurvitz | 2013-01-25 | 1 | -20/+84 |
* | Lock DAMap rather than encapsulated OSDMap | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -17/+18 |
* | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting fr... | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+173 |