diff options
author | Teravus Ovares | 2008-02-02 08:11:14 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-02-02 08:11:14 +0000 |
commit | 2d6c21e8fc8c1d8d69911c91d10c8896b312994a (patch) | |
tree | 1731054a3d900f5a8c46ccf77eafc09dbf875fdf /OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs | |
parent | fixed a timing bug in config re-read. Apparently there is 1000000000 ns in on... (diff) | |
download | opensim-SC_OLD-2d6c21e8fc8c1d8d69911c91d10c8896b312994a.zip opensim-SC_OLD-2d6c21e8fc8c1d8d69911c91d10c8896b312994a.tar.gz opensim-SC_OLD-2d6c21e8fc8c1d8d69911c91d10c8896b312994a.tar.bz2 opensim-SC_OLD-2d6c21e8fc8c1d8d69911c91d10c8896b312994a.tar.xz |
* Added Full support for llSetTextureAnim. To ckrinke: Let the fountains of Wright Plaza flow!
* Fixed another bug in LibSL. This is the same version, as before just with a bug fix.
Diffstat (limited to 'OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs')
-rw-r--r-- | OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs b/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs index 6553192..0afc0ce 100644 --- a/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs +++ b/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs | |||
@@ -188,9 +188,9 @@ namespace OpenSim.Framework.Data.SQLite | |||
188 | } | 188 | } |
189 | else if (prim.Stopped) | 189 | else if (prim.Stopped) |
190 | { | 190 | { |
191 | MainLog.Instance.Verbose("DATASTORE", | 191 | //MainLog.Instance.Verbose("DATASTORE", |
192 | "Adding stopped obj: " + obj.UUID + " to region: " + regionUUID); | 192 | //"Adding stopped obj: " + obj.UUID + " to region: " + regionUUID); |
193 | addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID)); | 193 | //addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID)); |
194 | } | 194 | } |
195 | else | 195 | else |
196 | { | 196 | { |