OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 5c53660a7f Add prototype dynamic objects map for scene object parts
This allows region modules to add dynamic objects to SOPs rather than having to continually push and pull OSD dynamic attributes.
This is to explore the original MOAP use case for dynamic attributes where it could be very awkward and possibly time-consuming to keep reconstructing MediaEntrys from stored DynamicAttributes.
This commit adds a DOExampleModule to demonstrate/evolve this code.
Dynamic objects involve no storage or persistence changes - the 'backing store' for any data that does need to be saved will remain the DAMap.
DOExampleModule in this commit only attaches a fresh dynamic object.  Actually constructing this from stored dynamic attributes and handling persistence is left for later.
These changes should affect no existing functionality, though it may or may not reveal necessary changes in DAMap down the road.
2013-03-13 22:59:06 +00:00
..
Addons Switched to using the other Util function with a default value. 2013-02-27 20:59:16 -08:00
ApplicationPlugins minor: Log number of region modules loaded from each plugin 2013-03-02 00:56:53 +00:00
Capabilities Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Add asset name and description truncation warnings to SQLite database plugin for consistency. 2013-02-27 21:41:21 +00:00
Framework Add prototype dynamic objects map for scene object parts 2013-03-13 22:59:06 +00:00
Region Add prototype dynamic objects map for scene object parts 2013-03-13 22:59:06 +00:00
Server minor: Log location in which simulator/robust was started. 2013-02-28 23:59:26 +00:00
Services Switched to using the other Util function with a default value. 2013-02-27 20:59:16 -08:00
Tests Add code for testing event queue messages recevied on region cross. 2013-03-06 23:06:00 +00:00
Tools Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00