OpenSimMirror/OpenSim/Region/CoreModules
Justin Clark-Casey (justincc) 62b12783df Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion.
This occurs on v2 teleport since the source region now waits 15 secs before closing the old child agent, which could still receive chat.
This commit introduces a ScenePresenceState.PreClose which is set before the wait, so that ChatModule can check for ScenePresenceState.Running.
This was theoretically also an issue on v1 teleport but since the pause before close was only 2 secs there, it was not noticed.
2013-09-02 19:21:53 +01:00
..
Agent Making the J2KDecoderModule decoder function async. Could this be the cause of sim freeze? -- HandleRequestImage in LLClientView is now sync, which means that it cannot take too long to complete. However, its execution path may end up in J2KDecoderModule.Decode, which is heavy and could stop the packet processing thread while it's at it. 2013-08-03 15:42:25 -07:00
Asset In the flotasm asset cache, if we get a request for a file that we're actively writing, simply return null instead of first logging an exception. 2013-03-30 01:21:16 +00:00
Avatar Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion. 2013-09-02 19:21:53 +01:00
Framework Fix bug where users teleporting to non-neighbour regions could continue to hear chat from their source region for some time after teleport completion. 2013-09-02 19:21:53 +01:00
Hypergrid HGWorldMapModule: unregister event on RemoveRegion 2013-07-31 11:20:27 -07:00
Properties Deleted all AssemblyFileVersion directives 2013-02-19 17:14:55 -08:00
Scripting Better error reporting when registering LSL function extensions (comms module). 2013-08-08 09:45:16 -07:00
ServiceConnectorsIn UserProfiles 2013-05-30 17:59:18 -04:00
ServiceConnectorsOut Amend Justin's last commit regarding the new config var ServiceVersion. The section may not exist at all. 2013-08-02 17:38:08 -07:00
World Merge branch 'TeleportWork' 2013-08-09 17:52:29 +01:00