aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Serialization/SceneXmlLoader.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fall back to a obsolete property since several monos in use (include our ↵UbitUmarov2018-01-081-1/+1
| | | | own) do not suporte the proper .net4.0 one
* a few more xml thingsUbitUmarov2018-01-051-4/+9
|
* move deep effective permissions aggregation to first time use and not on ↵UbitUmarov2017-05-041-1/+1
| | | | changes. There flag it is need with InvalidateDeepEffectivePerms(). Add config options PropagateGroupShareOutwards and PropagateAnyOneOutwards
* add more calls to effective permissions aggregation, some paths may still be ↵UbitUmarov2017-01-171-0/+1
| | | | missing on objects changes, but remove the aggregation on check paths, so all can be tested.
* mantis 7656, partialy apply patch, changing the start scripts for nowUbitUmarov2016-11-261-0/+1
|
* More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-301-1/+1
|
* Renamed the namespaces tooDiva Canto2015-08-301-1/+1
|
* Route OAR SOG loading through the common ↵Justin Clark-Casey (justincc)2012-05-161-68/+4
| | | | | | SceneObjectSerializer.FromXml2Format() rather than the functionally identical but buggy Xml2ToSOG(). Remove buggy Xml2ToSOG().
* Made OARs use the new serialization procedure. (TPs/crossings still on the ↵Diva Canto2010-10-151-91/+121
| | | | old one) Added an options argument down the pipeline. For the time being it takes --old-guids as an option to produce <Guid> instead of <UUID>.
* Added manual xml2 serialization. Rewired only save xml2, not oars yet. Seems ↵Diva Canto2010-10-141-1/+7
| | | | to be generating xml's that are successfully parsed. Needs more testing.
* New SOG/SOP parser using XmlTextReader + delegates dictionary. Active for ↵Diva Canto2010-10-131-7/+28
| | | | load oar and load xml2, but not for packing objects on crossings/TPs yet.
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-13/+10
|
* All scripts are now created suspended and are only unsuspended when the objectMelanie2010-04-191-0/+1
| | | | | | is fully rezzed and all scripts in it are instantiated. This ensures that link messages will not be lost on rez/region crossing and makes heavily scripted objects reliable.
* Formatting cleanup.Jeff Ames2009-10-011-1/+1
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * refactor: move SceneXmlLoader into subpackageJustin Clarke Casey2009-05-141-0/+290