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

@@ -443,6 +443,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
new DetectParams[0]));
PostEvent(new EventParams("state_entry", new Object[0],
new DetectParams[0]));
throw new EventAbortException();
}
public void PostEvent(EventParams data)
@@ -733,6 +735,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance
m_SaveState = true;
PostEvent(new EventParams("state_entry",
new Object[0], new DetectParams[0]));
throw new EventAbortException();
}
}