Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scripts are working again. Scripts are now loaded into limited AppDomains ↵ | Tedd Hansen | 2007-08-18 | 1 | -0/+10 |
| | | | | | | | (no security yet). *phew* that only took me 12 hours of coding... | ||||
* | LSL Compiler now only referring required assemblies (DotNetEngine and ↵ | Tedd Hansen | 2007-08-18 | 2 | -85/+138 |
| | | | | 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. | ||||
* | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2007-08-18 | 2 | -0/+35 |
| | |||||
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library ↵ | Tedd Hansen | 2007-08-18 | 1 | -0/+629 |
(OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs). |