OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) e23a0dcc5d minor: On teleport, signal a child agent before we send the viewer TeleportFinish in order to avoid a theoretical race condition when teleporting to a neighbour.
If we do this after TeleportFinish, then it's possible for a neighbour destination to request the source to create a child agent whilst its still treated as root.
This closes the original presence which we don't really want to do.
This is probably okay (albeit with warnings on the console) but afaics there's no reason not to move the child agent signal.
2013-03-21 23:37:23 +00:00
..
Addons Switched to using the other Util function with a default value. 2013-02-27 20:59:16 -08:00
ApplicationPlugins Finally remove the 'REST' ApplicationPlugins code which has been non-functional and largely commented out for many years. 2013-03-15 23:48:40 +00:00
Capabilities Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Change the table and field names of XAssetService mysql db tables to be capitalized like Avatars, Friends, etc. 2013-03-15 23:42:16 +00:00
Framework Prevent multiple instances of the same item ID being appended to an AvatarAppearance 2013-03-19 21:49:29 +00:00
Region minor: On teleport, signal a child agent before we send the viewer TeleportFinish in order to avoid a theoretical race condition when teleporting to a neighbour. 2013-03-21 23:37:23 +00:00
Server minor: log an error rather than info if a connector fails to load. 2013-03-15 22:08:11 +00:00
Services Merge branch 'master' into newmultiattach 2013-03-18 23:31:27 +00:00
Tests Add file missing from last commit 36651be 2013-03-20 23:08:35 +00:00
Tools Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00