OpenSimMirror/OpenSim
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
..
ApplicationPlugins Added a check to the CreateRegion method of the RemoteAdmin module that the specified user exists. 2011-09-09 22:59:00 +01:00
Capabilities Save the default terrain texture UUIDs for a new region instead of leaving them as UUID.Zero. 2011-09-09 00:38:04 +01:00
ConsoleClient Make the text mode remote console really work. It can now be used to send 2010-06-08 22:05:06 +01:00
Data Fix unit tests from RegionSettings commit 2011-09-09 00:47:23 +01:00
Framework In an object return message, send a null-terminated empty string in binary bucket to prevent a viewer 3 crash. 2011-09-13 17:13:42 +01:00
Region Comment out attachments code in Scene.IncomingCreateObject(UUID userID, UUID itemID) for now 2011-09-13 20:25:32 +01:00
Server Pass the first name and last name from the agent circuit data to the authorization service rather than from the account. 2011-07-23 03:48:53 +01:00
Services Increase information in logging for UserAgentServiceConnector. 2011-09-08 19:52:28 +01:00
TestSuite * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dll 2009-10-30 00:08:41 -07:00
Tests Fix unit tests from RegionSettings commit 2011-09-09 00:47:23 +01:00
Tools Make default serverside_object_permissions = true since this better matches user expectations. 2011-07-01 23:06:46 +01:00