Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ ↵ | Tedd Hansen | 2007-08-18 | 1 | -2/+4 |
| | | | | folder - hopefully solves compile problem on Linux. | ||||
* | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2007-08-18 | 1 | -14/+11 |
| | |||||
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library ↵ | Tedd Hansen | 2007-08-18 | 1 | -5/+1 |
| | | | | (OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs). | ||||
* | Started on AppDomains for ScriptEngine. Moved llFunctions in ↵ | Tedd Hansen | 2007-08-18 | 1 | -11/+52 |
| | | | | LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded. | ||||
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 1 | -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. | ||||
* | Removed RAIL test from startup for now... | Tedd Hansen | 2007-08-17 | 1 | -1/+2 |
| | |||||
* | Added RAIL.dll | Tedd Hansen | 2007-08-17 | 1 | -1/+1 |
| | | | | | | Updated DotSets.dll and Mono.PEToolkit.dll Started on microthreading - currently display exception during startup | ||||
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 1 | -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 | ||||
* | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 2007-08-16 | 1 | -5/+10 |
| | | | | | | * This meant introducing AbsolutePosition on all objects (since SimChat wants that) | ||||
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-14 | 1 | -45/+67 |
| | |||||
* | Correct caps of Default.lsl for Linux. Thanks again krinkec. :) | Tedd Hansen | 2007-08-14 | 1 | -1/+1 |
| | |||||
* | llSay() works again. Cleanup of debug messages. | Tedd Hansen | 2007-08-14 | 1 | -2/+2 |
| | |||||
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -9/+9 |
| | |||||
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event ↵ | Tedd Hansen | 2007-08-13 | 1 | -4/+4 |
| | | | | now works, but llSay only outputs to server console. | ||||
* | ScriptEngine successfully compiles script, we are now even further than LSO was. | Tedd Hansen | 2007-08-12 | 1 | -7/+15 |
| | | | | | Also added C# script support. | ||||
* | ScriptManager now uses LSL-compiler. | Tedd Hansen | 2007-08-12 | 1 | -18/+20 |
| | | | | | LSL_BuiltIn_Commands_TestImplementation.cs no longer needs updating. | ||||
* | Code comments and cleanup, correct datatypes for key, vector, rotation, ↵ | Tedd Hansen | 2007-08-12 | 1 | -1/+1 |
| | | | | (hopefully) reference to Axiom during compile, passing of BuiltIns during script load, BuiltIn interface added, etc etc | ||||
* | Renamed Compiler.LSL to Compiler.LSO | Tedd Hansen | 2007-08-10 | 1 | -16/+16 |
| | |||||
* | Added ScriptEngine.DotNetEngine | Tedd Hansen | 2007-08-08 | 1 | -0/+232 |