aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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