aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDan Lake2012-02-01 16:25:35 -0800
committerDan Lake2012-02-01 16:25:35 -0800
commitc10193c72b1f029a958f04d2f5d7ee384e693aaa (patch)
tree052ec7e973c15b158310511197affad14eb9c64f /bin
parentTrigger event when prims are scheduled for an update. This gives modules earl... (diff)
parentSmall optimization to last commit (diff)
downloadopensim-SC_OLD-c10193c72b1f029a958f04d2f5d7ee384e693aaa.zip
opensim-SC_OLD-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.gz
opensim-SC_OLD-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.bz2
opensim-SC_OLD-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin')
-rwxr-xr-xbin/BulletSim-x86_64.dllbin784384 -> 768000 bytes
-rwxr-xr-xbin/BulletSim.dllbin676352 -> 562176 bytes
-rw-r--r--bin/OpenSim.Tests.Torture.dll.config33
-rwxr-xr-xbin/OpenSim.ini.example7
-rw-r--r--bin/OpenSimDefaults.ini30
-rw-r--r--bin/Robust.HG.ini.example6
-rw-r--r--bin/config-include/GridCommon.ini.example8
-rw-r--r--bin/config-include/StandaloneCommon.ini.example6
-rwxr-xr-xbin/libBulletSim-x86_64.sobin2005396 -> 977886 bytes
-rwxr-xr-xbin/libBulletSim.sobin1857855 -> 864751 bytes
10 files changed, 66 insertions, 24 deletions
diff --git a/bin/BulletSim-x86_64.dll b/bin/BulletSim-x86_64.dll
index 6620759..ec21dfe 100755
--- a/bin/BulletSim-x86_64.dll
+++ b/bin/BulletSim-x86_64.dll
Binary files differ
diff --git a/bin/BulletSim.dll b/bin/BulletSim.dll
index ffb5380..d1571cf 100755
--- a/bin/BulletSim.dll
+++ b/bin/BulletSim.dll
Binary files differ
diff --git a/bin/OpenSim.Tests.Torture.dll.config b/bin/OpenSim.Tests.Torture.dll.config
new file mode 100644
index 0000000..a3f681d
--- /dev/null
+++ b/bin/OpenSim.Tests.Torture.dll.config
@@ -0,0 +1,33 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3 <configSections>
4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
5 </configSections>
6 <runtime>
7 <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8 <dependentAssembly>
9 <assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" />
10 <bindingRedirect oldVersion="2.0.6.0" newVersion="2.4.6.0" />
11 <bindingRedirect oldVersion="2.1.4.0" newVersion="2.4.6.0" />
12 <bindingRedirect oldVersion="2.2.8.0" newVersion="2.4.6.0" />
13 </dependentAssembly>
14 </assemblyBinding>
15 </runtime>
16 <log4net>
17 <!-- A1 is set to be a ConsoleAppender -->
18 <appender name="A1" type="log4net.Appender.ConsoleAppender">
19
20 <!-- A1 uses PatternLayout -->
21 <layout type="log4net.Layout.PatternLayout">
22 <!-- Print the date in ISO 8601 format -->
23 <conversionPattern value="%date [%thread] %-5level %logger %ndc - %message%newline" />
24 </layout>
25 </appender>
26
27 <!-- Set root logger level to DEBUG and its only appender to A1 -->
28 <root>
29 <level value="DEBUG" />
30 <appender-ref ref="A1" />
31 </root>
32 </log4net>
33</configuration>
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index d4e61a5..f9b405d 100755
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -36,6 +36,7 @@
36 36
37 37
38[Startup] 38[Startup]
39
39 ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) " 40 ;# {ConsolePrompt} {} {ConsolePrompt} {} "Region (\R) "
40 ;; Console prompt 41 ;; Console prompt
41 ;; Certain special characters can be used to customize the prompt 42 ;; Certain special characters can be used to customize the prompt
@@ -170,9 +171,9 @@
170 ; physics = basicphysics 171 ; physics = basicphysics
171 ; physics = POS 172 ; physics = POS
172 173
173 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by space} {} DefaultPermissionsModule 174 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
174 ;; Permission modules to use, separated by space. 175 ;; Permission modules to use, separated by comma.
175 ; permissionmodules = "DefaultPermissionsModule" 176 ; permissionmodules = DefaultPermissionsModule
176 177
177 ;# {serverside_object_permissions} {permissionmodules:DefaultPermissionsModule} {Activate permission handling by the sim?} {true false} true 178 ;# {serverside_object_permissions} {permissionmodules:DefaultPermissionsModule} {Activate permission handling by the sim?} {true false} true
178 ;; These are the parameters for the default permissions module 179 ;; These are the parameters for the default permissions module
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 3e7f8a6..3935c92 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -515,16 +515,16 @@
515 ;DisableFacelights = "false(1815) 515 ;DisableFacelights = "false(1815)
516 516
517[ClientStack.LindenCaps] 517[ClientStack.LindenCaps]
518 ;; Long list of capabilities taken from 518 ;; Long list of capabilities taken from
519 ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities 519 ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities
520 ;; Not all are supported by OpenSim. The ones supported are 520 ;; Not all are supported by OpenSim. The ones supported are
521 ;; set to localhost. These defaults can be overwritten 521 ;; set to localhost. These defaults can be overwritten
522 ;; in OpenSim.ini 522 ;; in OpenSim.ini
523 ;; 523 ;;
524 Cap_AttachmentResources = "" 524 Cap_AttachmentResources = ""
525 Cap_AvatarPickerSearch = "" 525 Cap_AvatarPickerSearch = ""
526 Cap_ChatSessionRequest = "" 526 Cap_ChatSessionRequest = ""
527 Cap_CopyInventoryFromNotecard = "" 527 Cap_CopyInventoryFromNotecard = "localhost"
528 Cap_DispatchRegionInfo = "" 528 Cap_DispatchRegionInfo = ""
529 Cap_EstateChangeInfo = "" 529 Cap_EstateChangeInfo = ""
530 Cap_EventQueueGet = "localhost" 530 Cap_EventQueueGet = "localhost"
@@ -579,12 +579,13 @@
579 Cap_ViewerStartAuction = "" 579 Cap_ViewerStartAuction = ""
580 Cap_ViewerStats = "" 580 Cap_ViewerStats = ""
581 581
582 ; The fetch inventory descendents caps are supported by OpenSim, but may 582 ; The various fetch inventory caps are supported by OpenSim, but may
583 ; lead to poor sim performance if served by the simulators, 583 ; lead to poor sim performance if served by the simulators,
584 ; so they are disabled by default. 584 ; so they are currently disabled by default.
585 ; FetchInventoryDescendents2 is the one used in the latest Linden Lab viewers (from some point in the v2 series and above) 585 ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above)
586 Cap_WebFetchInventoryDescendents = "" 586 Cap_WebFetchInventoryDescendents = ""
587 Cap_FetchInventoryDescendents2 = "" 587 Cap_FetchInventoryDescendents2 = ""
588 Cap_FetchInventory2 = ""
588 589
589 590
590[Chat] 591[Chat]
@@ -841,8 +842,9 @@
841 DeactivationTime = 0.2 842 DeactivationTime = 0.2
842 LinearSleepingThreshold = 0.8 843 LinearSleepingThreshold = 0.8
843 AngularSleepingThreshold = 1.0 844 AngularSleepingThreshold = 1.0
844 CcdMotionThreshold = 0.5 845 CcdMotionThreshold = 0.0
845 CcdSweptSphereRadius = 0.2 846 CcdSweptSphereRadius = 0.0
847 ContactProcessingThreshold = 0.1
846 848
847 ; Whether to mesh sculpties 849 ; Whether to mesh sculpties
848 MeshSculptedPrim = true 850 MeshSculptedPrim = true
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 49ee41a..ab5880d 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -251,7 +251,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
251 SRV_HomeURI = "http://127.0.0.1:8002" 251 SRV_HomeURI = "http://127.0.0.1:8002"
252 SRV_InventoryServerURI = "http://127.0.0.1:8002" 252 SRV_InventoryServerURI = "http://127.0.0.1:8002"
253 SRV_AssetServerURI = "http://127.0.0.1:8002" 253 SRV_AssetServerURI = "http://127.0.0.1:8002"
254 SRV_ProfileServerURI = "http://127.0.0.1:8002/user" 254 SRV_ProfileServerURI = "http://127.0.0.1:8002"
255 SRV_FriendsServerURI = "http://127.0.0.1:8002" 255 SRV_FriendsServerURI = "http://127.0.0.1:8002"
256 SRV_IMServerURI = "http://127.0.0.1:8002" 256 SRV_IMServerURI = "http://127.0.0.1:8002"
257 257
@@ -380,7 +380,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
380 ; For the InventoryServiceInConnector 380 ; For the InventoryServiceInConnector
381 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService" 381 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
382 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 382 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
383 ProfileServerURI = "http://127.0.0.1:8002/user" 383 HomeURI = "http://127.0.0.1:8002"
384 384
385; * The interface that local users get when they are in other grids. 385; * The interface that local users get when they are in other grids.
386; * This restricts the access that the rest of the world has to 386; * This restricts the access that the rest of the world has to
@@ -389,7 +389,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
389[HGAssetService] 389[HGAssetService]
390 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" 390 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
391 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 391 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
392 ProfileServerURI = "http://127.0.0.1:8002/user" 392 HomeURI = "http://127.0.0.1:8002"
393 393
394[HGFriendsService] 394[HGFriendsService]
395 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" 395 LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index e368249..4195bce 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -58,6 +58,12 @@
58 ; 58 ;
59 InventoryServerURI = "http://mygridserver.com:8003" 59 InventoryServerURI = "http://mygridserver.com:8003"
60 60
61[GridInfo]
62 ;
63 ; Change this to your grid info service
64 ;
65 GridInfoURI = "http://mygridserver.com:8002"
66
61[GridService] 67[GridService]
62 ; 68 ;
63 ; Change this to your grid-wide grid server 69 ; Change this to your grid-wide grid server
@@ -123,7 +129,7 @@
123 ; Change this to your server 129 ; Change this to your server
124 ; accessible from other grids 130 ; accessible from other grids
125 ; 131 ;
126 ProfileServerURI = "http://mygridserver.com:8002/user" 132 HomeURI = "http://mygridserver.com:8002"
127 Gatekeeper = "http://mygridserver.com:8002" 133 Gatekeeper = "http://mygridserver.com:8002"
128 ;; If you want to protect your assets from being copied by foreign visitors 134 ;; If you want to protect your assets from being copied by foreign visitors
129 ;; uncomment the next line. You may want to do this on sims that have licensed content. 135 ;; uncomment the next line. You may want to do this on sims that have licensed content.
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 84611ec..2f39218 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -48,13 +48,13 @@
48 AssetLoaderArgs = "assets/AssetSets.xml" 48 AssetLoaderArgs = "assets/AssetSets.xml"
49 49
50[HGInventoryService] 50[HGInventoryService]
51 ProfileServerURI = "http://127.0.0.1:9000/profiles" 51 HomeURI = "http://127.0.0.1:9000"
52 52
53[HGAssetService] 53[HGAssetService]
54 ProfileServerURI = "http://127.0.0.1:9000/profiles" 54 HomeURI = "http://127.0.0.1:9000"
55 55
56[HGInventoryAccessModule] 56[HGInventoryAccessModule]
57 ProfileServerURI = "http://127.0.0.1:9000/profiles" 57 HomeURI = "http://127.0.0.1:9000"
58 Gatekeeper = "http://127.0.0.1:9000" 58 Gatekeeper = "http://127.0.0.1:9000"
59 59
60 ;; If you want to protect your assets from being copied by foreign visitors 60 ;; If you want to protect your assets from being copied by foreign visitors
diff --git a/bin/libBulletSim-x86_64.so b/bin/libBulletSim-x86_64.so
index cd2db40..527eda5 100755
--- a/bin/libBulletSim-x86_64.so
+++ b/bin/libBulletSim-x86_64.so
Binary files differ
diff --git a/bin/libBulletSim.so b/bin/libBulletSim.so
index 44afb5e..9f91bfd 100755
--- a/bin/libBulletSim.so
+++ b/bin/libBulletSim.so
Binary files differ