aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-08-18Started on AppDomains for ScriptEngine. Moved llFunctions in ↵Tedd Hansen1-11/+52
LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded.
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen1-13/+11
Changed "ObjectID" in ScriptEngine to IScriptHost reference. Events will now be queued based on IScriptHost reference instead of string ID of object. Removed "root" object reference in script.
2007-08-17Removed RAIL test from startup for now...Tedd Hansen1-1/+2
2007-08-17Added RAIL.dllTedd Hansen1-1/+1
Updated DotSets.dll and Mono.PEToolkit.dll Started on microthreading - currently display exception during startup
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa711-17/+43
* Changed how Script accesses World * Implemented llSay, llWhisper and llShout * Added SetText() to IScriptHost, implemented llText * Minor renamings to conform with code conventions
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-5/+10
* This meant introducing AbsolutePosition on all objects (since SimChat wants that)
2007-08-14krinkec's updates to ll* interface and functionsTedd Hansen1-45/+67
2007-08-14Correct caps of Default.lsl for Linux. Thanks again krinkec. :)Tedd Hansen1-1/+1
2007-08-14llSay() works again. Cleanup of debug messages.Tedd Hansen1-2/+2
2007-08-14ScriptEngine: Some error handling, logs to loggerTedd Hansen1-9/+9
2007-08-13Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵Tedd Hansen1-4/+4
now works, but llSay only outputs to server console.
2007-08-12ScriptEngine successfully compiles script, we are now even further than LSO was.Tedd Hansen1-7/+15
Also added C# script support.
2007-08-12ScriptManager now uses LSL-compiler.Tedd Hansen1-18/+20
LSL_BuiltIn_Commands_TestImplementation.cs no longer needs updating.
2007-08-12Code comments and cleanup, correct datatypes for key, vector, rotation, ↵Tedd Hansen1-1/+1
(hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc
2007-08-10Renamed Compiler.LSL to Compiler.LSOTedd Hansen1-16/+16
2007-08-08Added ScriptEngine.DotNetEngineTedd Hansen1-0/+232