mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
*** BIG CHANGES : REGION STORAGE MOVED : UPDATE YOUR OpenSim.ini FROM OpenSim.ini.example **
* Now moved region storage from region to application, so we have one storage per application, instead of one per region. * Changed so that the region store providers use connectionstrings, not filenames * Removed various unfit fields and properties (call me Darwin)
This commit is contained in:
@@ -175,9 +175,9 @@ namespace SimpleApp
|
||||
new ModuleLoader(m_log, m_config), true);
|
||||
}
|
||||
|
||||
protected override StorageManager CreateStorageManager(RegionInfo regionInfo)
|
||||
protected override StorageManager CreateStorageManager(string connectionstring)
|
||||
{
|
||||
return new StorageManager("OpenSim.DataStore.NullStorage.dll", "simpleapp.yap", "simpleapp");
|
||||
return new StorageManager("OpenSim.DataStore.NullStorage.dll", "simpleapp.yap");
|
||||
}
|
||||
|
||||
protected override PhysicsScene GetPhysicsScene()
|
||||
|
||||
Reference in New Issue
Block a user