Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LSL Compiler now only referring required assemblies (DotNetEngine and ↵ | Tedd Hansen | 2007-08-18 | 1 | -4/+4 |
| | | | | Common). Changed Vector and Rotation to custom types (stored in Common) that needs to be changed later. No longer using Axiom. Script support still broken. | ||||
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library ↵ | Tedd Hansen | 2007-08-18 | 1 | -6/+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 | -0/+115 |
LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded. |