Tedd Hansen
|
1893164d26
|
Moved script loading from ScriptManager to AppDomainManager. Now increases scripts loaded count in AppDomain properly.
|
2007-08-19 06:52:59 +00:00 |
|
Tedd Hansen
|
37446b0392
|
Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine.Executor. Script no longer responsible for handling event calls to itself (and we can create reference cache in Executor).
|
2007-08-18 23:24:38 +00:00 |
|
Tedd Hansen
|
1ae73931da
|
Added (theoretical) AppDomain cleanup code.
|
2007-08-18 22:33:06 +00:00 |
|
Tedd Hansen
|
551f2af39f
|
LSL Compiler now only referring required assemblies (DotNetEngine and 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 20:53:13 +00:00 |
|
Tedd Hansen
|
6d10c65358
|
Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region.ScriptEngine.Common). Fixed last compile error (forgot to include LSL_BuiltIn_Commands.cs).
|
2007-08-18 18:53:03 +00:00 |
|
Tedd Hansen
|
1284369a32
|
Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded.
|
2007-08-18 18:18:14 +00:00 |
|