diff options
author | dan miller | 2007-10-01 16:01:42 +0000 |
---|---|---|
committer | dan miller | 2007-10-01 16:01:42 +0000 |
commit | d644b1f440b36f5b0f492ad085f3fbac0e7920ad (patch) | |
tree | 688ede8dda01230e826f4c7dfaa49cbdf0959216 /bin | |
parent | revert working getInventoryFolder function because this seems (diff) | |
download | opensim-SC_OLD-d644b1f440b36f5b0f492ad085f3fbac0e7920ad.zip opensim-SC_OLD-d644b1f440b36f5b0f492ad085f3fbac0e7920ad.tar.gz opensim-SC_OLD-d644b1f440b36f5b0f492ad085f3fbac0e7920ad.tar.bz2 opensim-SC_OLD-d644b1f440b36f5b0f492ad085f3fbac0e7920ad.tar.xz |
this should fix mantis 452 and related -- hollow prims work in Linux! (I hope)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Ode.NET.dll | bin | 57344 -> 61440 bytes | |||
-rw-r--r-- | bin/OpenSim.ini | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/Ode.NET.dll b/bin/Ode.NET.dll index 40f15a5..5c1e09f 100644 --- a/bin/Ode.NET.dll +++ b/bin/Ode.NET.dll | |||
Binary files differ | |||
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index f4efeb5..89f7d83 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -4,8 +4,8 @@ physics = basicphysics | |||
4 | ; Prim Storage | 4 | ; Prim Storage |
5 | ; if you would like to use sqlite uncomment the following line (and | 5 | ; if you would like to use sqlite uncomment the following line (and |
6 | ; comment the NullStorage line) | 6 | ; comment the NullStorage line) |
7 | storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | 7 | ;storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" |
8 | ;storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 8 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
9 | startup_console_commands_file = "startup_commands.txt" | 9 | startup_console_commands_file = "startup_commands.txt" |
10 | serverside_object_permissions = false | 10 | serverside_object_permissions = false |
11 | 11 | ||