aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-3/+3
2007-09-14more fun with LSL implementationsSean Dague1-16/+11
2007-09-13llSetPos(), llGetPos(), llGetLocalPos() now implementedSean Dague1-4/+39
2007-09-13implement llGetScale and llSetScaleSean Dague1-4/+18
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-770/+770
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-1/+1
2007-09-11Fixing namespace problems MW1-4/+5
2007-09-11Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. I...MW1-21/+116
2007-09-04Some work on Module loading/management.MW1-0/+19
2007-08-27Stopped EntityBase from implementing IScriptHost, as don't think it should, m...MW1-2/+2
2007-08-27Another small tweak to image sending.MW1-3/+7
2007-08-27Fixing llList2double issue (Thanks ldvoipeng)Brian McBee1-1/+1
2007-08-26llList-commands from ldvoipeng, new Default.lsl from dalienTedd Hansen1-14/+83
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-8/+17
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-0/+18
2007-08-23Lowered priority of script threads. Executing state_entry() event on script rez.Tedd Hansen1-9/+0
2007-08-23More lsl functions (thanks to ldviopeng and wjordan!)Brian McBee1-9/+40
2007-08-20Some minor changes + krinkec's updates to ll* functions.Tedd Hansen1-9/+66
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-3/+4
2007-08-18Script loads into separate AppDomain without errors. Events and llFunctions n...Tedd Hansen1-1/+1
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen1-90/+91
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen1-2/+4
2007-08-18Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region...Tedd Hansen1-0/+472