mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Changes:
*Added support for Subdivision (use master avatar to login to try out) *Added Parcel Border support *Enabled user account storage, but only when a new account is created Bug Fixes: *Fixed crash on startup while in sandbox when "Setting up master avatar" *Fixed most core functions in ParcelManager and Parcel that where broken *Fixed Parcel saving to database Known Issues: *Dividing parcel fails in viewer (gives an error about needing 2 parcels)
This commit is contained in:
@@ -189,7 +189,8 @@ namespace OpenSim.Storage.LocalStorageDb4o
|
||||
int i;
|
||||
for (i = 0; i < parcel_data.GetLength(0); i++)
|
||||
{
|
||||
MainConsole.Instance.Notice("Adding : " + i);
|
||||
|
||||
MainConsole.Instance.Notice("Adding : " + i + " - SAMPLE: " + parcel_data[i].parcelBitmapByteArray[0]);
|
||||
db.Set(parcel_data[i]);
|
||||
|
||||
}
|
||||
@@ -206,6 +207,7 @@ namespace OpenSim.Storage.LocalStorageDb4o
|
||||
MainConsole.Instance.Notice("Parcel Backup: Parcels exist in database.");
|
||||
foreach (ParcelData parcelData in result)
|
||||
{
|
||||
|
||||
recv.ParcelFromStorage(parcelData);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user