This website requires JavaScript.
Explore
Help
Register
Sign In
lotek
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
Files
4c3be4e91f25d9d89b5adadd1eea3cf0b0d5cfec
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Common
History
Tedd Hansen
ebb0099816
Run-time script errors are now shown in-world. No line number though, might require script to be compiled with (slow) debug information.
2007-08-26 13:31:58 +00:00
..
Properties
Working on AppDomains. Scripting is now officially broken. :]
2007-08-18 19:54:04 +00:00
Executor.cs
Run-time script errors are now shown in-world. No line number though, might require script to be compiled with (slow) debug information.
2007-08-26 13:31:58 +00:00
IScript.cs
Did I forget to add IScript.cs? Yes I did...
2007-08-18 23:38:03 +00:00
LSL_BuiltIn_Commands_Interface.cs
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
LSL_Types.cs
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