aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-05Some more work on new ScriptEngine.Tedd Hansen1-2/+2
2007-09-17fixing me some line endingsSean Dague1-120/+120
2007-09-14* fixed script compilationlbsa711-113/+113
2007-09-13If first 4 characters in script is "//C#" script will be treated as pure C# i...Tedd Hansen1-2/+9
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-113/+113
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-3/+3
2007-08-25Fixed error on shutdown caused by ThreadAbortException sending message throug...Tedd Hansen1-1/+1
2007-08-25Script compiler should now show error on correct line number in original LSL-...Tedd Hansen1-1/+2
2007-08-25Removal of script that was unable to compile no longer crashes server.Tedd Hansen1-2/+5
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-0/+8
2007-08-23Lowered priority of script threads. Executing state_entry() event on script rez.Tedd Hansen1-1/+0
2007-08-22Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em...Tedd Hansen1-1/+1
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-16/+28
2007-08-18Scripts are working again. Scripts are now loaded into limited AppDomains (no...Tedd Hansen1-1/+1
2007-08-18Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f...Tedd Hansen1-2/+3
2007-08-18LSL Compiler now only referring required assemblies (DotNetEngine and Common)...Tedd Hansen1-6/+11
2007-08-18Working on AppDomains. Scripting is now officially broken. :]Tedd Hansen1-4/+7
2007-08-17Removed RAIL test from startup for now...Tedd Hansen1-0/+1
2007-08-15Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a...Tedd Hansen1-0/+7
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event n...Tedd Hansen1-1/+1
2007-08-12ScriptEngine successfully compiles script, we are now even further than LSO was.Tedd Hansen1-1/+18
2007-08-12LSL BuiltIn implementation is now in Compiler\LSL\LSL_BaseClass. So users won...Tedd Hansen1-2/+8
2007-08-12Code comments and cleanup, correct datatypes for key, vector, rotation, (hope...Tedd Hansen1-2/+7
2007-08-12Script now compiles unsuccessfullyTedd Hansen1-3/+3
2007-08-12LSL ScriptEngine now only needs to inherit from BaseClass and we will be MUCH...Tedd Hansen1-0/+45