mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenSim in 32-bit mode.
Fixed ScriptEngine.Common startup problems.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
*/
|
||||
|
||||
using libsecondlife;
|
||||
using Nini.Config;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Framework.Console;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
@@ -81,7 +82,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
public interface ScriptEngine
|
||||
{
|
||||
RemoteEvents EventManager();
|
||||
void InitializeEngine(Scene Sceneworld, LogBase logger, bool DontHookUp, ScriptManager newScriptManager);
|
||||
void InitializeEngine(Scene Sceneworld, IConfigSource config, LogBase logger, bool DontHookUp, ScriptManager newScriptManager);
|
||||
ScriptManager GetScriptManager();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user