LSL Status
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
This page is for those who want to flesh out the LSL ScriptEngine. The file you modify is [http://opensimulator.org/svn/opensim/trunk/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs <tt>Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs</tt>]. | This page is for those who want to flesh out the LSL ScriptEngine. The file you modify is [http://opensimulator.org/svn/opensim/trunk/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs <tt>Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs</tt>]. | ||
| + | {| | ||
| + | This page is always under construction and perpetually being updated, don't consider the info here to be 100% dead on. | ||
| + | If you find a feature that works that is not listed as "working" here. | ||
| + | Please fully test it out and update it here or make a note that it is working if you can't test it. | ||
| + | |} | ||
== Quick Progress Guide == | == Quick Progress Guide == | ||
Revision as of 20:05, 19 December 2007
This page is for those who want to flesh out the LSL ScriptEngine. The file you modify is Grid/ScriptEngine/DotNetEngine/Compiler/Server_API/LSL_BuiltIn_Commands.cs.
Contents |
