Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -34/+40 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
| | |||||
* | Code from Illumious Beltran (IBM) implementing more LSL | Sean Dague | 2007-10-05 | 1 | -1/+60 |
| | | | | | | | | | | | | | | | | | | | The functions implemented are: llListen llListenControl llListenRemove llOpenRemoteDataChannel llCloseRemoteDataChannel llRemoteDataReply The events implemented are: listen remote_data | ||||
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -262/+262 |
| | |||||
* | Implemented: llSetText, llResetScript | Tedd Hansen | 2007-09-16 | 1 | -148/+262 |
| | | | | | Implemented: llHTTPRequest (queue, thread, etc -- but not actuall call) | ||||
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -148/+148 |
| | | | | | | will happen on the windows side now that eol-style is correct | ||||
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed ↵ | Tedd Hansen | 2007-09-13 | 1 | -15/+15 |
| | | | | member names to smallcapsy. | ||||
* | Forgot mutex lock on List<> for timers | Tedd Hansen | 2007-08-25 | 1 | -11/+15 |
| | |||||
* | Removal of script that was unable to compile no longer crashes server. | Tedd Hansen | 2007-08-25 | 1 | -1/+0 |
| | | | | | Displays script compile error messages in-world. | ||||
* | testing Tedds temporary CIA-standin | Tedd Hansen | 2007-08-25 | 1 | -1/+0 |
| | |||||
* | testing Tedds temporary CIA-standin | Tedd Hansen | 2007-08-25 | 1 | -0/+1 |
| | |||||
* | Added class for "long commands" (command that returns as event) with ↵ | Tedd Hansen | 2007-08-25 | 1 | -0/+145 |
dedicated thread for processing. Added support for llSetTimerEvent(). Deleting old compiled scripts before new compile is attempted (avoids loading wrong script on compile error). |