OpenSimMirror/OpenSim/Region/CoreModules
Justin Clark-Casey (justincc) 8880aea728 Stop attempts to rewear already worn items from removing and reattaching.
Viewer 2/3 will sometimes attempt to rewear attachments, even though they have already been attached during the main login process.
This change ignores those attempts.
This stops script failures during login, as the rewearing was racing with the script startup code.
It might also help with attachments being abnormally put into deleted state.
Hopefully resolves some more of http://opensimulator.org/mantis/view.php?id=5644
2011-09-13 22:13:58 +01:00
..
Agent Moved several cap-based-service-providing modules from where they were into a newly created CoreModules/Caps. Not all. 2011-04-30 12:23:40 -07:00
Asset minor: change some comment text in flotsam asset cache 2011-08-16 21:31:17 +01:00
Avatar Stop attempts to rewear already worn items from removing and reattaching. 2011-09-13 22:13:58 +01:00
Framework Add extra log information when attachments fail validation 2011-09-10 00:57:52 +01:00
Hypergrid 3rd way of reseting the HG Map. This time, don't use the grid service; instead keep track of which map blocks each client has seen in the region, and reset exactly those when the client closes. 2011-06-10 17:22:17 -07:00
InterGrid Broke down Caps.cs into a generic Caps object that simply registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. 2011-05-01 18:22:53 -07:00
LightShare Don't send a windlight profile to clients if windlight is not set for 2011-03-21 08:02:56 +00:00
Resources Moved the Mono Addins declaration of the HGFriendsModule to where the one for FriendModule is -- CoreModulePlugin.addin.xml (trying to hunt down the slowness reported by Nebadon related to HGFriends) 2011-06-06 18:20:02 -07:00
Scripting Try disabling the inconsistent attachment state check to see if this actually has an impact. 2011-09-05 23:42:37 +01:00
ServiceConnectorsIn remove mono compiler warnings 2011-08-23 21:41:16 +01:00
ServiceConnectorsOut Use a copy of the inventory items list to register users in the thread started by GetFolderContent(), to protect ourselves against callers modifying lists 2011-09-09 19:55:30 +01:00
World comment out some recent terrain texture logging 2011-09-12 22:26:04 +01:00