Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | From Michael Osias (IBM) | Sean Dague | 2007-12-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | This patch makes some enhancements to the llRemoteData functions. The module is now a shared module, and allows remote data channels to be created among multiple regions in the same sim. The port is controlled from the remoteDataPort property under the [Network] section in OpenSim.ini. If this setting is not present or = 0, the module is disabled and no port is opened. llRemoteData commands have not effect when module is disabled. | ||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -1/+1 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 2007-10-15 | 1 | -1/+29 |
| | | | | messages. Thanks Chillken! | ||||
* | Code from Illumious Beltran (IBM) implementing more LSL | Sean Dague | 2007-10-05 | 1 | -0/+14 |
The functions implemented are: llListen llListenControl llListenRemove llOpenRemoteDataChannel llCloseRemoteDataChannel llRemoteDataReply The events implemented are: listen remote_data |