diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Mono.Data.Sqlite.dll.config | 5 | ||||
-rw-r--r-- | bin/MySql.Data.dll | bin | 360448 -> 353792 bytes | |||
-rw-r--r-- | bin/System.Data.SQLite.dll | bin | 159232 -> 0 bytes | |||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 11 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 10 | ||||
-rw-r--r-- | bin/config-include/storage/SQLiteLegacyStandalone.ini | 20 | ||||
-rw-r--r-- | bin/libode.dylib | bin | 1024996 -> 2916380 bytes | |||
-rwxr-xr-x | bin/libsqlite3.dylib | bin | 0 -> 2175300 bytes | |||
-rw-r--r-- | bin/libsqlite3.txt | 1 | ||||
-rwxr-xr-x | bin/libsqlite3_32.so | bin | 0 -> 635852 bytes | |||
-rwxr-xr-x | bin/libsqlite3_64.so | bin | 0 -> 783200 bytes | |||
-rw-r--r-- | bin/nunit.framework.dll | bin | 77824 -> 135168 bytes | |||
-rw-r--r-- | bin/sqlite-3.6.21.so | bin | 392316 -> 0 bytes |
13 files changed, 17 insertions, 30 deletions
diff --git a/bin/Mono.Data.Sqlite.dll.config b/bin/Mono.Data.Sqlite.dll.config new file mode 100644 index 0000000..ccc0cf5 --- /dev/null +++ b/bin/Mono.Data.Sqlite.dll.config | |||
@@ -0,0 +1,5 @@ | |||
1 | <configuration> | ||
2 | <dllmap os="osx" dll="sqlite3" target="./libsqlite3.dylib" /> | ||
3 | <dllmap os="!windows,osx" cpu="x86-64,ia64" wordsize="64" dll="sqlite3" target="./libsqlite3_64.so" /> | ||
4 | <dllmap os="!windows,osx" cpu="x86" wordsize="32" dll="sqlite3" target="./libsqlite3_32.so" /> | ||
5 | </configuration> | ||
diff --git a/bin/MySql.Data.dll b/bin/MySql.Data.dll index c28c618..992aa56 100644 --- a/bin/MySql.Data.dll +++ b/bin/MySql.Data.dll | |||
Binary files differ | |||
diff --git a/bin/System.Data.SQLite.dll b/bin/System.Data.SQLite.dll deleted file mode 100644 index 66f38e7..0000000 --- a/bin/System.Data.SQLite.dll +++ /dev/null | |||
Binary files differ | |||
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 4dc0e53..bc8bc0f 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -6,11 +6,6 @@ | |||
6 | ; SQLite | 6 | ; SQLite |
7 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; | 7 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; |
8 | 8 | ||
9 | ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older | ||
10 | ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite) | ||
11 | ; for more details | ||
12 | ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini"; | ||
13 | |||
14 | ; MySql | 9 | ; MySql |
15 | ; Uncomment these lines if you want to use mysql storage | 10 | ; Uncomment these lines if you want to use mysql storage |
16 | ; Change the connection string to your db details | 11 | ; Change the connection string to your db details |
@@ -45,6 +40,12 @@ | |||
45 | ;; Directory for map tile images of linked regions | 40 | ;; Directory for map tile images of linked regions |
46 | ; MapTileDirectory = "./maptiles" | 41 | ; MapTileDirectory = "./maptiles" |
47 | 42 | ||
43 | ; === HG ONLY === | ||
44 | ;; change this to the address of your Gatekeeper service | ||
45 | ;; (usually bundled with the rest of the services in one | ||
46 | ;; Robust server in port 8002, but not always) | ||
47 | Gatekeeper="http://mygridserver.com:8002" | ||
48 | |||
48 | [AvatarService] | 49 | [AvatarService] |
49 | ; | 50 | ; |
50 | ; change this to your grid-wide grid server | 51 | ; change this to your grid-wide grid server |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 816e9a6..d6f15bb 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -8,11 +8,6 @@ | |||
8 | ; SQLite | 8 | ; SQLite |
9 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; | 9 | Include-Storage = "config-include/storage/SQLiteStandalone.ini"; |
10 | 10 | ||
11 | ; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older | ||
12 | ; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite) | ||
13 | ; for more details | ||
14 | ;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini"; | ||
15 | |||
16 | ; MySql | 11 | ; MySql |
17 | ; Uncomment these lines if you want to use mysql storage | 12 | ; Uncomment these lines if you want to use mysql storage |
18 | ; Change the connection string to your db details | 13 | ; Change the connection string to your db details |
@@ -78,6 +73,11 @@ | |||
78 | ;; For example: | 73 | ;; For example: |
79 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" | 74 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" |
80 | 75 | ||
76 | ; === HG ONLY === | ||
77 | ;; change this to the address of your simulator | ||
78 | Gatekeeper="http://127.0.0.1:9000" | ||
79 | |||
80 | |||
81 | [LibraryModule] | 81 | [LibraryModule] |
82 | ; Set this if you want to change the name of the OpenSim Library | 82 | ; Set this if you want to change the name of the OpenSim Library |
83 | ;LibraryName = "My World's Library" | 83 | ;LibraryName = "My World's Library" |
diff --git a/bin/config-include/storage/SQLiteLegacyStandalone.ini b/bin/config-include/storage/SQLiteLegacyStandalone.ini deleted file mode 100644 index ffe9a70..0000000 --- a/bin/config-include/storage/SQLiteLegacyStandalone.ini +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | ; These are the initialization settings for running OpenSim Standalone with an SQLite database | ||
2 | |||
3 | [DatabaseService] | ||
4 | StorageProvider = "OpenSim.Data.SQLiteLegacy.dll" | ||
5 | ConnectionString = "URI=file:OpenSim.db,version=3,UseUTF16Encoding=True" | ||
6 | |||
7 | [AssetService] | ||
8 | ConnectionString = "URI=file:Asset.db,version=3" | ||
9 | |||
10 | [AvatarService] | ||
11 | ConnectionString = "URI=file:avatars.db,version=3" | ||
12 | |||
13 | [AuthenticationService] | ||
14 | ConnectionString = "URI=file:auth.db,version=3" | ||
15 | |||
16 | [UserAccountService] | ||
17 | ConnectionString = "URI=file:userprofiles.db,version=3" | ||
18 | |||
19 | [FriendsService] | ||
20 | ConnectionString = "URI=file:friends.db,version=3" | ||
diff --git a/bin/libode.dylib b/bin/libode.dylib index e81f9e4..958d202 100644 --- a/bin/libode.dylib +++ b/bin/libode.dylib | |||
Binary files differ | |||
diff --git a/bin/libsqlite3.dylib b/bin/libsqlite3.dylib new file mode 100755 index 0000000..94dcca8 --- /dev/null +++ b/bin/libsqlite3.dylib | |||
Binary files differ | |||
diff --git a/bin/libsqlite3.txt b/bin/libsqlite3.txt new file mode 100644 index 0000000..8ef66bd --- /dev/null +++ b/bin/libsqlite3.txt | |||
@@ -0,0 +1 @@ | |||
libsqlite version: 3.7.5 | |||
diff --git a/bin/libsqlite3_32.so b/bin/libsqlite3_32.so new file mode 100755 index 0000000..171ffcd --- /dev/null +++ b/bin/libsqlite3_32.so | |||
Binary files differ | |||
diff --git a/bin/libsqlite3_64.so b/bin/libsqlite3_64.so new file mode 100755 index 0000000..2646a9c --- /dev/null +++ b/bin/libsqlite3_64.so | |||
Binary files differ | |||
diff --git a/bin/nunit.framework.dll b/bin/nunit.framework.dll index d68d9f2..875e098 100644 --- a/bin/nunit.framework.dll +++ b/bin/nunit.framework.dll | |||
Binary files differ | |||
diff --git a/bin/sqlite-3.6.21.so b/bin/sqlite-3.6.21.so deleted file mode 100644 index 2a8f38b..0000000 --- a/bin/sqlite-3.6.21.so +++ /dev/null | |||
Binary files differ | |||