diff options
author | mingchen | 2007-06-06 18:15:12 +0000 |
---|---|---|
committer | mingchen | 2007-06-06 18:15:12 +0000 |
commit | 73a36680bd5dacd4f2630c50115ef4c1f10dc387 (patch) | |
tree | a628ee922e8cac2e4836b025d986cb5806dd820d /OpenSim/OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs | |
parent | Changes: (diff) | |
download | opensim-SC-73a36680bd5dacd4f2630c50115ef4c1f10dc387.zip opensim-SC-73a36680bd5dacd4f2630c50115ef4c1f10dc387.tar.gz opensim-SC-73a36680bd5dacd4f2630c50115ef4c1f10dc387.tar.bz2 opensim-SC-73a36680bd5dacd4f2630c50115ef4c1f10dc387.tar.xz |
*Added new commands ('backup','show parcels','reset parcels')
*Added parcel join support
*Made parcel saving and loading much more efficient
*Fixed bug that would not allow joining of parcel locally in the viewer (gives an error before sending to server)
*Known Issue: Restoring parcels from storage is not working correctly. For now, do a 'reset parcels' to regenerate a standard parcel
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.Storage/LocalStorageDb4o/UUIDPrimQuery.cs (renamed from OpenSim/OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs b/OpenSim/OpenSim.Storage/LocalStorageDb4o/UUIDPrimQuery.cs index 4c0be60..b2e8a91 100644 --- a/OpenSim/OpenSim.Storage/LocalStorageDb4o/UUIDQuery.cs +++ b/OpenSim/OpenSim.Storage/LocalStorageDb4o/UUIDPrimQuery.cs | |||
@@ -36,11 +36,11 @@ using OpenSim.Framework.Types; | |||
36 | 36 | ||
37 | namespace OpenSim.Storage.LocalStorageDb4o | 37 | namespace OpenSim.Storage.LocalStorageDb4o |
38 | { | 38 | { |
39 | public class UUIDQuery : Predicate | 39 | public class UUIDPrimQuery : Predicate |
40 | { | 40 | { |
41 | private LLUUID _findID; | 41 | private LLUUID _findID; |
42 | 42 | ||
43 | public UUIDQuery(LLUUID find) | 43 | public UUIDPrimQuery(LLUUID find) |
44 | { | 44 | { |
45 | _findID = find; | 45 | _findID = find; |
46 | } | 46 | } |