OpenSimMirror/OpenSim/Region/CoreModules/ServiceConnectorsOut
Justin Clark-Casey (justincc) a0d80140f2 Make all the objects in a coalescence reappears after being loaded from an IAR. This still doesn't work proprerly since some required textures/contained item assets might be missing.
From pure code inspection, it looks like the uuid gatherer may get most asset uuids because the scene object serializer naively pulls non-root parts from all contained scene objects into one mega-object.  However, root part uuids may well still be missing, and there may be other odd artifacts from this bug.
It appears that storing the size of the coalescence and the offsets is redundant, since one can work out this information from the position data already in the scene object groups.
2011-04-15 00:42:06 +01:00
..
Asset Make all the objects in a coalescence reappears after being loaded from an IAR. This still doesn't work proprerly since some required textures/contained item assets might be missing. 2011-04-15 00:42:06 +01:00
Authentication * Added SetPassword to IAuthenticationService. 2010-01-09 18:04:50 -08:00
Authorization Thanks Tokeiito for noticing this bug. mantis #5366 2011-02-07 14:49:18 -08:00
Avatar Major refactoring of appearance handling. 2010-10-20 16:17:54 -07:00
Grid Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. 2011-03-09 23:25:24 +00:00
GridUser for now, comment out some older or redundant log debug lines to make diagnostics easier 2010-10-29 21:49:26 +01:00
Inventory Added an additional debug message, and removed a bunch of files that weren't being used anymore -- the old RemotsInventory connectors stuff. 2011-02-04 19:19:38 -08:00
Land Implement Scope ID lookup on GetLandData. Stacked regions were not handled 2011-01-03 19:40:55 +00:00
Neighbour Fixes the long-standing RegionUp bug! Plus lots of other cleanups related to neighbours. 2010-06-13 19:06:22 -07:00
Presence Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. 2011-03-09 23:25:24 +00:00
Simulation Changed order of checks for local regions when processing 2011-03-04 17:17:53 -08:00
UserAccounts minor: remove a few mono compiler warnings 2011-01-28 21:51:25 +00:00