Gearsawe Stonecutter Posted April 16, 2011 Share Posted April 16, 2011 Since the mention of llRegionSayTo was brought up in the last meeting I can;t wait. What I do wonder is this a secure way to send data to another prim granted the person does not have mod right to edit the prim recieving data. Or will there be some debug mode that allow the person to see messages sent on certian channels.The great thing about this is it seems like it should be faster server side. The server should not have to build a list to see distance from a prim or what scripts are on certain channel. Just lookup prim by ID that is it?It is still being developed so this may all be changed. but I now see many great aplications for it. Link to comment Share on other sites More sharing options...
Lindens Simon Linden Posted April 28, 2011 Lindens Share Posted April 28, 2011 llRegionSayTo() is now available on the "BlueSteel" RC channel. The specs are up on the LSL wiki. Please file jira bug reports if you see any problems. There isn't really any performance improvement over regular chat types like llSay(). The messages use the same dispatch mechansim so that they are processed in the correct order. There isn't any special debug mode to detect these messages, so you'll have to echo them to channel zero or use llOwnerSay() in your scripts to relay traffic. We believe the biggest advantage will be direct, secure messaging between objects, eliminating the need to encrypt data. It may also reduce some object-to-avatar chatter sent on channel zero. Link to comment Share on other sites More sharing options...
Marcin Pang Posted June 1, 2011 Share Posted June 1, 2011 Hi, Do you know, is it possible (somehow) use this function in OpenSim? It would be very useful. Link to comment Share on other sites More sharing options...
Void Singer Posted June 1, 2011 Share Posted June 1, 2011 only if the people writing the script commands for open sim add it. (ps this is old news, it's live on the main grid now, with a bug fix even) Link to comment Share on other sites More sharing options...
Marcin Pang Posted June 2, 2011 Share Posted June 2, 2011 It's pity, but thanks anyway Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now