aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/ScriptManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-18Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen1-11/+52
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen1-13/+11
2007-08-17Removed RAIL test from startup for now...Tedd Hansen1-1/+2
2007-08-17Added RAIL.dllTedd Hansen1-1/+1
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa711-17/+43
2007-08-16* Introduced IScriptHost as an interface to fetching object data from scripts.lbsa711-5/+10
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 n...Tedd Hansen1-4/+4
2007-08-12ScriptEngine successfully compiles script, we are now even further than LSO was.Tedd Hansen1-7/+15
2007-08-12ScriptManager now uses LSL-compiler.Tedd Hansen1-18/+20
2007-08-12Code comments and cleanup, correct datatypes for key, vector, rotation, (hope...Tedd Hansen1-1/+1
2007-08-10Renamed Compiler.LSL to Compiler.LSOTedd Hansen1-16/+16
2007-08-08Added ScriptEngine.DotNetEngineTedd Hansen1-0/+232