OpenSimMirror/OpenSim/Region/ClientStack
Justin Clark-Casey (justincc) c13a99dc5c Fix script error messages not showing up in viewer 3 and associated viewers.
Viewer 3 will discard such a message if the chat message owner does not match the avatar.
We were filling the ownerID with the primID, so this never matched, hence viewer 3 did not see any script error messages.
This commit fills the ownerID in with the prim ownerID so the script owner will receive script error messages.
This does not affect viewer 1 and associated viewers which continue to process script errors as normal.
2012-10-25 03:26:12 +01:00
..
Linden Fix script error messages not showing up in viewer 3 and associated viewers. 2012-10-25 03:26:12 +01:00
ClientStackManager.cs Formatting cleanup. 2009-10-01 01:17:47 +09:00
IClientNetworkServer.cs Beginning work on the new LLUDP implementation 2009-10-05 17:38:14 -07:00
RegionApplicationBase.cs Added unit tests for multi-region OARs 2012-09-14 20:32:25 +01:00