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