Fixed ScriptEngine config in OpenSim.ini.example that was out of place.

Added some info to failure on GridServices listening port so people can see what actually went wrong.
Moved most of the function/event execution module to a baseclass so other execution methods (instead of reflection) can be used with custom script modules run by ScriptEngine.Common.
+ some accumulated patches
This commit is contained in:
Tedd Hansen
2008-02-16 07:53:02 +00:00
parent be6edefcfb
commit 169032b4a4
10 changed files with 173 additions and 81 deletions

View File

@@ -75,7 +75,7 @@ namespace OpenSim.Region.ScriptEngine.Common
private Executor m_Exec;
Executor IScript.Exec
ExecutorBase IScript.Exec
{
get
{