Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-17 | More ScriptEngine cleanup | Tedd Hansen | 1 | -354/+0 | |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 | |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -3/+3 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -34/+40 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-15 | * Applied Chillken patch #418: copyright-r2094.patch updating copyright ↵ | lbsa71 | 1 | -0/+28 | |
messages. Thanks Chillken! | |||||
2007-10-05 | Fixed bug in last commit | Tedd Hansen | 1 | -1/+1 | |
2007-10-05 | Some more work on new ScriptEngine. | Tedd Hansen | 1 | -0/+0 | |
2007-10-05 | Code from Illumious Beltran (IBM) implementing more LSL | Sean Dague | 1 | -1/+60 | |
The functions implemented are: llListen llListenControl llListenRemove llOpenRemoteDataChannel llCloseRemoteDataChannel llRemoteDataReply The events implemented are: listen remote_data | |||||
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -262/+262 | |
2007-09-16 | Implemented: llSetText, llResetScript | Tedd Hansen | 1 | -148/+262 | |
Implemented: llHTTPRequest (queue, thread, etc -- but not actuall call) | |||||
2007-09-13 | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 1 | -148/+148 | |
will happen on the windows side now that eol-style is correct | |||||
2007-09-13 | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed ↵ | Tedd Hansen | 1 | -15/+15 | |
member names to smallcapsy. | |||||
2007-08-25 | Forgot mutex lock on List<> for timers | Tedd Hansen | 1 | -11/+15 | |
2007-08-25 | Removal of script that was unable to compile no longer crashes server. | Tedd Hansen | 1 | -1/+0 | |
Displays script compile error messages in-world. | |||||
2007-08-25 | testing Tedds temporary CIA-standin | Tedd Hansen | 1 | -1/+0 | |
2007-08-25 | testing Tedds temporary CIA-standin | Tedd Hansen | 1 | -0/+1 | |
2007-08-25 | Added class for "long commands" (command that returns as event) with ↵ | Tedd Hansen | 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). |