OpenSimMirror/OpenSim/ApplicationPlugins/Rest
Justin Clark-Casey (justincc) 1042ce7283 comment out large chunks of appearance/inventory region access services to eliminate warnings that this code is unused 2010-05-28 18:42:25 +01:00
..
Inventory comment out large chunks of appearance/inventory region access services to eliminate warnings that this code is unused 2010-05-28 18:42:25 +01:00
Regions Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). 2010-03-19 15:16:35 -07:00
RestPlugin.cs minor: make rest (not comm) modules less noisy if they are disabled 2009-09-24 17:21:47 +01:00
RestXmlWriter.cs * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) 2009-10-02 18:31:08 -07:00
rest.xsd and this actually adds the appearance code itself (and not just the 2008-09-18 15:50:52 +00:00