aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/LSLLongCmdHandler.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-148/+148
will happen on the windows side now that eol-style is correct
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed ↵Tedd Hansen1-15/+15
member names to smallcapsy.
2007-08-25Forgot mutex lock on List<> for timersTedd Hansen1-11/+15
2007-08-25Removal of script that was unable to compile no longer crashes server.Tedd Hansen1-1/+0
Displays script compile error messages in-world.
2007-08-25testing Tedds temporary CIA-standinTedd Hansen1-1/+0
2007-08-25testing Tedds temporary CIA-standinTedd Hansen1-0/+1
2007-08-25Added class for "long commands" (command that returns as event) with ↵Tedd Hansen1-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).