OpenSimMirror/OpenSim/Region
Justin Clark-Casey (justincc) 618277e797 Comment out attachments code in Scene.IncomingCreateObject(UUID userID, UUID itemID) for now
As far as I can see, this is only invoked by a PUT request to ObjectHandlers, which is not being used anyway.
Invoking attachments code at this point is probably inappropriate since it would still be invoked when the client entered the scene.
Being commented to simplify analysis of attachments issues.  Can be uncommented when in use.
Also, small tweak to lock and log removal of a SOG from the SceneObjectGroupsByLocalPartID collection in SceneGraph.GetGroupByPrim() if an inconsistency is found.
2011-09-13 20:25:32 +01:00
..
Application When creating an OAR, optionally exclude objects according to their permissions 2011-09-12 20:09:24 +01:00
ClientStack
CoreModules Comment out attachments code in Scene.IncomingCreateObject(UUID userID, UUID itemID) for now 2011-09-13 20:25:32 +01:00
DataSnapshot
Examples/SimpleModule
Framework Comment out attachments code in Scene.IncomingCreateObject(UUID userID, UUID itemID) for now 2011-09-13 20:25:32 +01:00
OptionalModules Fix test failure. Oversight in setting up the tests themselves. 2011-09-08 21:54:40 +01:00
Physics
RegionCombinerModule
ReplaceableModules Some module reshuffling, no user functionality yet 2009-07-10 20:46:16 +00:00
ScriptEngine minor: if the script engine fails to find a prim for a script, also print out that prim's local id in the error message. 2011-09-12 22:44:14 +01:00
UserStatistics