Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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). |