aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2012-09-29 19:21:07 +0100
committerMelanie2012-09-29 19:21:07 +0100
commit71dd55a1ce8560dba3fbab76e25bbeaf974f422a (patch)
treeb1c3759d25e29b8ab9b2c61da3f408c6aa7803f4 /bin
parentMerge branch 'avination' into careminster (diff)
parentGet rid of some unnecessary casts in RemoteAdminPlugin. (diff)
downloadopensim-SC-71dd55a1ce8560dba3fbab76e25bbeaf974f422a.zip
opensim-SC-71dd55a1ce8560dba3fbab76e25bbeaf974f422a.tar.gz
opensim-SC-71dd55a1ce8560dba3fbab76e25bbeaf974f422a.tar.bz2
opensim-SC-71dd55a1ce8560dba3fbab76e25bbeaf974f422a.tar.xz
Merge branch 'master' into careminster
Conflicts: CONTRIBUTORS.txt OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example29
-rw-r--r--bin/OpenSimDefaults.ini51
-rwxr-xr-xbin/lib32/BulletSim.dllbin569856 -> 582144 bytes
-rwxr-xr-xbin/lib32/libBulletSim.sobin2510105 -> 2692621 bytes
-rwxr-xr-xbin/lib64/BulletSim.dllbin731136 -> 747008 bytes
-rwxr-xr-xbin/lib64/libBulletSim.sobin2750288 -> 2950520 bytes
6 files changed, 24 insertions, 56 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 6dbb611..b21a214 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -947,35 +947,6 @@
947 ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island 947 ;# {InitialTerrain} {} {Initial terrain type} {pinhead-island flat} pinhead-island
948 ; InitialTerrain = "pinhead-island" 948 ; InitialTerrain = "pinhead-island"
949 949
950[TOSModule]
951 ;; Terms of Service module. It requires an external web script. Unless you
952 ;; have that in place, don't enable this module.
953
954 ;# {Enabled} {} {Enable TOS facilities} {true false} false
955 ; Enabled = false
956
957 ;; Should local users be shown the TOS on first login?
958 ;# {ShowToLocalUsers} {} {Show TOS to local users} {true false} false
959 ; ShowToLocalUsers = false
960 ;; Should foreign users be shown the TOS on first HG login?
961 ;# {ShowToForeignUsers} {} {Show TOS to foreign users} {true false} true
962 ; ShowToForeignUsers = true
963
964 ;; Tell the users what this is about
965 ; Message = "Please read and agree to the Terms of Service"
966
967 ;; How much time do the users have to accept the TOS before they get kicked out?
968 ;; (in minutes)
969 ; Timeout = 5
970
971 ;; This page should have Accept/Decline links somewhere
972 ;; that affect the GridUsers table. If you don't have such
973 ;; script in place, don't use the TOSModule. The TOSModule appends this URL
974 ;; with a query ?user={userid}&sid={sessionid}
975 ;# {TOS_URL} {} {The URL for the TOS page} {}
976 TOS_URL = "http://mygrid.com/tos"
977
978
979[Architecture] 950[Architecture]
980 ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini 951 ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini
981 ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim, 952 ;; Uncomment one of the following includes as required. For instance, to create a standalone OpenSim,
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 109793a..042fd3a 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -932,10 +932,10 @@
932 MaxPersistantManifoldPoolSize = 0 932 MaxPersistantManifoldPoolSize = 0
933 ShouldDisableContactPoolDynamicAllocation = False 933 ShouldDisableContactPoolDynamicAllocation = False
934 ShouldForceUpdateAllAabbs = False 934 ShouldForceUpdateAllAabbs = False
935 ShouldRandomizeSolverOrder = False 935 ShouldRandomizeSolverOrder = True
936 ShouldSplitSimulationIslands = False 936 ShouldSplitSimulationIslands = True
937 ShouldEnableFrictionCaching = False 937 ShouldEnableFrictionCaching = False
938 NumberOfSolverIterations = 0; 938 NumberOfSolverIterations = 0
939 939
940 ; Linkset constraint parameters 940 ; Linkset constraint parameters
941 LinkConstraintUseFrameOffset = False 941 LinkConstraintUseFrameOffset = False
@@ -1033,30 +1033,31 @@
1033 ;default_appearance = default_appearance.xml 1033 ;default_appearance = default_appearance.xml
1034 1034
1035 1035
1036[RestPlugins] 1036; RestPlugins are not currently operational.
1037 ; Change this to true to enable REST Plugins. This must be true if you wish to use 1037;[RestPlugins]
1038 ; REST Region or REST Asset and Inventory Plugins 1038; ; Change this to true to enable REST Plugins. This must be true if you wish to use
1039 enabled = false 1039; ; REST Region or REST Asset and Inventory Plugins
1040 god_key = SECRET 1040; enabled = false
1041 prefix = /admin 1041; god_key = SECRET
1042; prefix = /admin
1042 1043
1043 1044
1044[RestRegionPlugin] 1045;[RestRegionPlugin]
1045 ; Change this to true to enable the REST Region Plugin 1046; ; Change this to true to enable the REST Region Plugin
1046 enabled = false 1047; enabled = false
1047 1048
1048 1049
1049[RestHandler] 1050;[RestHandler]
1050 ; Change this to true to enable the REST Asset and Inventory Plugin 1051; ; Change this to true to enable the REST Asset and Inventory Plugin
1051 enabled = false 1052; enabled = false
1052 authenticate = true 1053; authenticate = true
1053 secured = true 1054; secured = true
1054 extended-escape = true 1055; extended-escape = true
1055 realm = OpenSim REST 1056; realm = OpenSim REST
1056 dump-asset = false 1057; dump-asset = false
1057 path-fill = true 1058; path-fill = true
1058 dump-line-size = 32 1059; dump-line-size = 32
1059 flush-on-error = true 1060; flush-on-error = true
1060 1061
1061 1062
1062; IRC bridge is experimental, so if it breaks... keep both parts... yada yada 1063; IRC bridge is experimental, so if it breaks... keep both parts... yada yada
@@ -1624,10 +1625,6 @@
1624[Terrain] 1625[Terrain]
1625 InitialTerrain = "pinhead-island" 1626 InitialTerrain = "pinhead-island"
1626 1627
1627[TOSModule]
1628 ;; Enable TOS facilities
1629 Enabled = false
1630
1631;; 1628;;
1632;; If you are using a simian grid frontend you can enable 1629;; If you are using a simian grid frontend you can enable
1633;; this module to upload tile images for the mapping fn 1630;; this module to upload tile images for the mapping fn
diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll
index 3b35a98..da6e31c 100755
--- a/bin/lib32/BulletSim.dll
+++ b/bin/lib32/BulletSim.dll
Binary files differ
diff --git a/bin/lib32/libBulletSim.so b/bin/lib32/libBulletSim.so
index 65eba37..9503cdb 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 f01655b..1782c8e 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 5302e29..06e6ce2 100755
--- a/bin/lib64/libBulletSim.so
+++ b/bin/lib64/libBulletSim.so
Binary files differ