OpenSimMirror/OpenSim/Tests
Justin Clark-Casey (justincc) 5268334c61 On a new client circuit, send the initial reply ack to let the client know it's live before sending other data.
This means that avatar/appearance data of other avatars and scene objects for a client will be sent after the ack rather than possibly before.
This may stop some avatars appearing grey on login.
This introduces a new OpenSim.Framework.ISceneAgent to accompany the existing OpenSim.Framework.ISceneObject and ISceneEntity
This allows IClientAPI to handle this as it can't reference OpenSim.Region.Framework.Interfaces
2011-12-12 20:08:02 +00:00
..
Clients Added missing "Old Guids=true" to ConnectionString 2011-06-10 21:10:37 +01:00
Common On a new client circuit, send the initial reply ack to let the client know it's live before sending other data. 2011-12-12 20:08:02 +00:00
ConfigurationLoaderTest.cs fix OpenSim.Tests.ConfigurationLoaderTest to satisfy requirement that OpenSimDefaults.ini is present 2010-09-14 17:01:53 +01:00