aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorRobert Adams2014-09-03 21:21:01 -0700
committerRobert Adams2014-09-03 21:21:01 -0700
commit47ac103df785e63a541fa9752fd4f0cea4947f16 (patch)
tree819709c3d8c58db5d3d3af9b2495c3ceff36cf30 /bin
parentMerge branch 'master' into bullet-2.82 (diff)
parentFor processing outbound http requests in the XMLRPCModule, start the thread t... (diff)
downloadopensim-SC_OLD-47ac103df785e63a541fa9752fd4f0cea4947f16.zip
opensim-SC_OLD-47ac103df785e63a541fa9752fd4f0cea4947f16.tar.gz
opensim-SC_OLD-47ac103df785e63a541fa9752fd4f0cea4947f16.tar.bz2
opensim-SC_OLD-47ac103df785e63a541fa9752fd4f0cea4947f16.tar.xz
Merge branch 'master' into bullet-2.82
Diffstat (limited to 'bin')
-rwxr-xr-xbin/OpenSim.32BitLaunch.exebin5632 -> 0 bytes
-rw-r--r--bin/OpenSimDefaults.ini3
-rwxr-xr-xbin/Robust.32BitLaunch.exebin5632 -> 0 bytes
-rw-r--r--bin/Robust.HG.ini.example10
-rw-r--r--bin/Robust.ini.example10
5 files changed, 3 insertions, 20 deletions
diff --git a/bin/OpenSim.32BitLaunch.exe b/bin/OpenSim.32BitLaunch.exe
deleted file mode 100755
index 62c14af..0000000
--- a/bin/OpenSim.32BitLaunch.exe
+++ /dev/null
Binary files differ
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 2cd32c6..5361e8d 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -711,6 +711,9 @@
711 ; 711 ;
712 max_distance = 65535 712 max_distance = 65535
713 713
714 ; Allow avatars to cross into and out of the region.
715 AllowAvatarCrossing = true
716
714 ; Minimum user level required for HyperGrid teleports 717 ; Minimum user level required for HyperGrid teleports
715 LevelHGTeleport = 0 718 LevelHGTeleport = 0
716 719
diff --git a/bin/Robust.32BitLaunch.exe b/bin/Robust.32BitLaunch.exe
deleted file mode 100755
index affedb4..0000000
--- a/bin/Robust.32BitLaunch.exe
+++ /dev/null
Binary files differ
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 684c019..edcbec3 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -372,16 +372,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
372 ; Url to search service 372 ; Url to search service
373 ; SearchURL = "http://127.0.0.1:8002/"; 373 ; SearchURL = "http://127.0.0.1:8002/";
374 374
375 ; For V2/3 Web Profiles
376 ; Work in progress: The ProfileServerURL/OpenIDServerURL are
377 ; being used in a development viewer as support for webprofiles
378 ; is being developed across the componets
379 ;
380 ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
381 ;
382 ; For V2/V3 webapp authentication SSO
383 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
384
385 ; For V3 destination guide 375 ; For V3 destination guide
386 ; DestinationGuide = "http://127.0.0.1/guide" 376 ; DestinationGuide = "http://127.0.0.1/guide"
387 377
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index eafab64..6686c3f 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -331,16 +331,6 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
331 ; Url to search service 331 ; Url to search service
332 ; SearchURL = "http://127.0.0.1:8002/"; 332 ; SearchURL = "http://127.0.0.1:8002/";
333 333
334 ; For V2/3 Web Profiles
335 ; Work in progress: The ProfileServerURL/OpenIDServerURL are
336 ; being used in a development viewer as support for webprofiles
337 ; is being developed across the componets
338 ;
339 ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
340 ;
341 ; For V2/V3 webapp authentication SSO
342 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
343
344 ; For V3 destination guide 334 ; For V3 destination guide
345 ; DestinationGuide = "http://127.0.0.1/guide" 335 ; DestinationGuide = "http://127.0.0.1/guide"
346 336