Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.

The binaries are still different, but that is only a small step away now.
The OSSLPrim has been removed. This commit will breal all scripts
using Prim.Scale(), etc, syntax. It was not secure and will have to
be brought back in another form.
This commit is contained in:
Melanie Thielker
2008-09-26 02:51:00 +00:00
parent 33add28b51
commit c21a8b9969
19 changed files with 8397 additions and 9977 deletions

View File

@@ -27,6 +27,7 @@
using OpenSim.Region.ScriptEngine.Common.ScriptEngineBase;
using OpenSim.Region.ScriptEngine.Shared;
using OpenSim.Region.ScriptEngine.Interfaces;
namespace OpenSim.Region.ScriptEngine.Common
{
@@ -36,6 +37,6 @@ namespace OpenSim.Region.ScriptEngine.Common
int StartParam { get; set; }
ExecutorBase Exec { get; }
string Source { get; set; }
void Start(BuilIn_Commands BuiltIn_Commands);
void InitApi(string api, IScriptApi LSL_Functions);
}
}