diff options
author | Justin Clark-Casey (justincc) | 2015-03-04 16:35:27 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-03-04 16:35:27 +0000 |
commit | 1a185a048bbe60122fb713d305b85386e43ae6d3 (patch) | |
tree | b7b6a20b0952bd792bcee9907b7228e816ce3cb6 /bin | |
parent | Prevent null entries being treated as URI's when DataSnapshot service splits ... (diff) | |
parent | Fix erratic Npc movement (diff) | |
download | opensim-SC_OLD-1a185a048bbe60122fb713d305b85386e43ae6d3.zip opensim-SC_OLD-1a185a048bbe60122fb713d305b85386e43ae6d3.tar.gz opensim-SC_OLD-1a185a048bbe60122fb713d305b85386e43ae6d3.tar.bz2 opensim-SC_OLD-1a185a048bbe60122fb713d305b85386e43ae6d3.tar.xz |
Merge commit '7e8bad05ec6150e082fb634e3210b83c33dbcfe7' into 0.8.1-post-fixes
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 3 | ||||
-rwxr-xr-x | bin/lib32/BulletSim.dll | bin | 1337856 -> 1338880 bytes | |||
-rwxr-xr-x | bin/lib32/libBulletSim.dylib | bin | 1435436 -> 1439996 bytes | |||
-rwxr-xr-x | bin/lib32/libBulletSim.so | bin | 2311537 -> 2312132 bytes | |||
-rwxr-xr-x | bin/lib64/BulletSim.dll | bin | 1546752 -> 1547264 bytes | |||
-rwxr-xr-x | bin/lib64/libBulletSim.so | bin | 2474914 -> 2475617 bytes |
6 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 987d8b2..39ee520 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -187,12 +187,13 @@ | |||
187 | ;; YOU HAVE BEEN WARNED!!! | 187 | ;; YOU HAVE BEEN WARNED!!! |
188 | ; TrustBinaries = false | 188 | ; TrustBinaries = false |
189 | 189 | ||
190 | ;# {CombineContiguousRegions} {} {Create megaregions where possible? (Do not use with existing content!)} {true false} false | 190 | ;# {CombineContiguousRegions} {} {Create megaregions where possible? (Do not use with existing content or varregions!)} {true false} false |
191 | ;; Combine all contiguous regions into one large megaregion | 191 | ;; Combine all contiguous regions into one large megaregion |
192 | ;; Order your regions from South to North, West to East in your regions.ini | 192 | ;; Order your regions from South to North, West to East in your regions.ini |
193 | ;; and then set this to true | 193 | ;; and then set this to true |
194 | ;; Warning! Don't use this with regions that have existing content!, | 194 | ;; Warning! Don't use this with regions that have existing content!, |
195 | ;; This will likely break them | 195 | ;; This will likely break them |
196 | ;; Also, this setting should be set to false for varregions as they are proper larger single regions rather than combined smaller regions. | ||
196 | ; CombineContiguousRegions = false | 197 | ; CombineContiguousRegions = false |
197 | 198 | ||
198 | ;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false | 199 | ;# {InworldRestartShutsDown} {} {Shutdown instance on region restart?} {true false} false |
diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll index ddc2f48..6d006bf 100755 --- a/bin/lib32/BulletSim.dll +++ b/bin/lib32/BulletSim.dll | |||
Binary files differ | |||
diff --git a/bin/lib32/libBulletSim.dylib b/bin/lib32/libBulletSim.dylib index 3c2de2d..b7a42e3 100755 --- a/bin/lib32/libBulletSim.dylib +++ b/bin/lib32/libBulletSim.dylib | |||
Binary files differ | |||
diff --git a/bin/lib32/libBulletSim.so b/bin/lib32/libBulletSim.so index 8637528..ec29f58 100755 --- a/bin/lib32/libBulletSim.so +++ b/bin/lib32/libBulletSim.so | |||
Binary files differ | |||
diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll index 60fa59e..82774a2 100755 --- a/bin/lib64/BulletSim.dll +++ b/bin/lib64/BulletSim.dll | |||
Binary files differ | |||
diff --git a/bin/lib64/libBulletSim.so b/bin/lib64/libBulletSim.so index e3df064..8b09275 100755 --- a/bin/lib64/libBulletSim.so +++ b/bin/lib64/libBulletSim.so | |||
Binary files differ | |||