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
53ef427e9ebad3f130bb0b7ed2d76c91fb2ef68e
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Common
History
Tedd Hansen
d9b9b16513
Script compiler should now show error on correct line number in original LSL-script.
2007-08-25 21:35:03 +00:00
..
Properties
Working on AppDomains. Scripting is now officially broken. :]
2007-08-18 19:54:04 +00:00
Executor.cs
Script compiler should now show error on correct line number in original LSL-script.
2007-08-25 21:35:03 +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