OpenSimMirror/OpenSim
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
..
ApplicationPlugins Get rid of some unnecessary casts in RemoteAdminPlugin. 2012-09-29 02:57:28 +01:00
Capabilities minor: Comment out "Client requested range for texture ... but" message. This is not useful during normal operation. 2012-10-12 00:27:12 +01:00
ConsoleClient Revert "Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." 2012-09-30 07:48:03 -07:00
Data SQLite DB: some values of land data will be not saved / loaded 2012-10-21 10:41:23 -04:00
Framework Fix script error messages not showing up in viewer 3 and associated viewers. 2012-10-25 03:26:12 +01:00
Region Fix script error messages not showing up in viewer 3 and associated viewers. 2012-10-25 03:26:12 +01:00
Server Get "save oar" and "save iar" to tell you in a more friendly manner if the filename to save already exists, rather than exception throwing. 2012-10-24 03:08:58 +01:00
Services Add method doc for IPresenceService 2012-10-20 02:26:08 +01:00
Tests Fix script error messages not showing up in viewer 3 and associated viewers. 2012-10-25 03:26:12 +01:00
Tools Fix a bug in pCampbot grabbing behaviour where an exception would be thrown if the bot was not yet aware of any objects. 2012-08-01 22:30:34 +01:00