aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Client/IClientChat.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)2012-10-251-3/+4
| | | | | | | 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.
* * optimized usings.lbsa712009-02-121-3/+0
|
* Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-091-15/+42
|
* * Missed a file from previous checkin.Adam Frisby2008-11-081-0/+15