aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ScriptEngine: Some error handling, logs to loggerTedd Hansen2007-08-141-9/+9
|
* Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵Tedd Hansen2007-08-131-4/+4
| | | | now works, but llSay only outputs to server console.
* ScriptEngine successfully compiles script, we are now even further than LSO was.Tedd Hansen2007-08-121-7/+15
| | | | | Also added C# script support.
* ScriptManager now uses LSL-compiler.Tedd Hansen2007-08-121-18/+20
| | | | | LSL_BuiltIn_Commands_TestImplementation.cs no longer needs updating.
* Code comments and cleanup, correct datatypes for key, vector, rotation, ↵Tedd Hansen2007-08-121-1/+1
| | | | (hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc
* Renamed Compiler.LSL to Compiler.LSOTedd Hansen2007-08-101-16/+16
|
* Added ScriptEngine.DotNetEngineTedd Hansen2007-08-081-0/+232