OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 0d73f81fb5 Fix issue where loading OARs could sometimes result in link numbers being reordered.
This was because the parts in scene objects were sometimes not serialized in link order.
This is perfectly fine since the parts still have the right link numbers, but an extra fix to adjust for this
had not been done in the SerialiserModule methods that OAR loading used.
Add regression test for same.
Addresses http://opensimulator.org/mantis/view.php?id=5948, http://opensimulator.org/mantis/view.php?id=5749
2012-05-17 01:51:39 +01:00
..
ApplicationPlugins Changed save oar and save iar parameter -p|--profile to -h|--home, including corresponding RemoteAdmin parameter 2012-02-03 23:53:18 +01:00
Capabilities Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable. 2012-05-10 00:38:26 +01:00
ConsoleClient Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
Data Lock NullFriendsData.m_Data for consistency and against concurrent read/write 2012-04-18 22:54:57 +01:00
Framework Add ConsoleTable framework class for future uniform formatting of console output tables. 2012-05-17 01:46:46 +01:00
Region Fix issue where loading OARs could sometimes result in link numbers being reordered. 2012-05-17 01:51:39 +01:00
Server Escape and unescape xml element names if necessary in ServerUtils.BuildXmlData() and ParseElement() 2012-05-10 00:50:20 +01:00
Services Comment out AvatarService.SetAvatar debug log line for now 2012-04-30 18:59:43 +01:00
Tests Fix issue where loading OARs could sometimes result in link numbers being reordered. 2012-05-17 01:51:39 +01:00
Tools Print out more information on connecting bots 2012-05-17 01:50:02 +01:00