OpenSimMirror/OpenSim/Region/CoreModules/World/Serialiser
Justin Clark-Casey (justincc) f7d09b898a Make the concept of namespaces explicit in dynamic attributes
This is in order to reduce the likelihood of naming clashes, make it easier to filter in/out attributes, ensure uniformity, etc.
All dynattrs in the opensim distro itself or likely future ones should be in the "OpenSim" namespace.
This does alter the underlying dynattrs data structure.  All data in previous structures may not be available, though old structures should not cause errors.
This is done without notice since this feature has been explicitly labelled as experimental, subject to change and has not been in a release.
However, existing materials data is being preserved by moving it to the "Materials" store in the "OpenSim" namespace.
2013-06-27 23:14:28 +01:00
..
Tests Make the concept of namespaces explicit in dynamic attributes 2013-06-27 23:14:28 +01:00
IFileSerialiser.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
SerialiseObjects.cs Consistency patch: use Path.Combine() instead of + and eliminate the need 2010-09-26 20:03:00 +01:00
SerialiseTerrain.cs Consistency patch: use Path.Combine() instead of + and eliminate the need 2010-09-26 20:03:00 +01:00
SerialiserModule.cs Another 10 modules' directives moved from .addin.xml 2012-11-12 21:14:58 -08:00