aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example74
-rw-r--r--bin/Robust.HG.ini.example84
-rw-r--r--bin/Robust.ini.example35
-rw-r--r--bin/config-include/StandaloneCommon.ini.example30
-rwxr-xr-xbin/lib32/BulletSim.dllbin546816 -> 570368 bytes
-rwxr-xr-xbin/lib32/libBulletSim.sobin1700826 -> 1751260 bytes
-rwxr-xr-xbin/lib64/BulletSim.dllbin694784 -> 720896 bytes
-rwxr-xr-xbin/lib64/libBulletSim.sobin1843498 -> 1908442 bytes
8 files changed, 154 insertions, 69 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 7e7b231..c8c5ed3 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -342,6 +342,21 @@
342 ;; - "Imprudence 1.3.1" has access 342 ;; - "Imprudence 1.3.1" has access
343 ; BannedViewerList = 343 ; BannedViewerList =
344 344
345 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
346 ;; If this is a standalone world, this is the address of this instance.
347 ;; If this is a grided simulator, this is the address of the external robust server that
348 ;; runs the UserAgentsService.
349 ;; For example http://myworld.com:9000 or http://myworld.com:8002
350 ;; This is a default that can be overwritten in some sections.
351 ; HomeURI = "http://127.0.0.1:9000"
352
353 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
354 ;; If this is a standalone world, this is the address of this instance.
355 ;; If this is a grided simulator, this is the address of the external robust server
356 ;; that runs the Gatekeeper service.
357 ;; For example http://myworld.com:9000 or http://myworld.com:8002
358 ;; This is a default that can be overwritten in some sections.
359 ; GatekeeperURI = "http://127.0.0.1:9000"
345 360
346[Estates] 361[Estates]
347 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). 362 ; If these values are commented out then the user will be asked for estate details when required (this is the normal case).
@@ -527,14 +542,20 @@
527 542
528 543
529[Messaging] 544[Messaging]
530 ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule *} 545 ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *}
531 ;; Module to handle offline messaging. The core module requires an external 546 ;; Module to handle offline messaging. The core module requires an external
532 ;; web service to do this. See OpenSim wiki. 547 ;; web service to do this. See OpenSim wiki.
533 ; OfflineMessageModule = OfflineMessageModule 548 ; OfflineMessageModule = OfflineMessageModule
549 ;; Or, alternatively, use this one, which works for both standalones and grids
550 ; OfflineMessageModule = "Offline Message Module V2"
534 551
535 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {} 552 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {}
536 ;; URL of web service for offline message storage 553 ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
537 ; OfflineMessageURL = http://yourserver/Offline.php 554 ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003
555
556 ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll}
557 ;; For standalones, this is the storage dll.
558 ; StorageProvider = OpenSim.Data.MySQL.dll
538 559
539 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule 560 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
540 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline 561 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline
@@ -921,33 +942,48 @@
921 ;; Enables the groups module 942 ;; Enables the groups module
922 ; Enabled = false 943 ; Enabled = false
923 944
924 ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {} Default 945 ;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default
925 ;; This is the current groups stub in Region.CoreModules.Avatar.Groups. 946 ;; The default module can use a PHP XmlRpc server from the Flotsam project at
926 ;; All the other settings below only really apply to the Flotsam/SimianGrid
927 ;; GroupsModule.
928 ;; This module can use a PHP XmlRpc server from the Flotsam project at
929 ;; http://code.google.com/p/flotsam/ 947 ;; http://code.google.com/p/flotsam/
930 ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse 948 ;; or from the SimianGrid project at http://code.google.com/p/openmetaverse
931 ; Module = Default 949 ; Module = Default
950 ;; or... use Groups Module V2, which works for standalones and robust grids
951 ; Module = "Groups Module V2"
932 952
933 ;# {MessagingEnabled} {Module:GroupsModule} {Is groups messaging enabled?} {true false} true 953 ;# {StorageProvider} {Module:Groups Module V2} {The DLL that provides the storage for V2} {OpenSim.Data.MySQL.dll}
934 ; MessagingEnabled = true 954 ; StorageProvider = OpenSim.Data.MySQL.dll
935 955
936 ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule} GroupsMessagingModule 956 ;# {ServicesConnectorModule} {Module:GroupsModule Module:Groups Module V2} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector "Groups Local Service Connector" "Groups Remote Service Connector" "Groups HG Service Connector"} XmlRpcGroupsServicesConnector
937 ; MessagingModule = GroupsMessagingModule
938
939 ;# {ServicesConnectorModule} {Module:GroupsModule} {Service connector to use for groups} {XmlRpcGroupsServicesConnector SimianGroupsServicesConnector} XmlRpcGroupsServicesConnector
940 ;; Service connectors to the Groups Service as used in the GroupsModule. Select one depending on 957 ;; Service connectors to the Groups Service as used in the GroupsModule. Select one depending on
941 ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend 958 ;; whether you're using a Flotsam XmlRpc backend or a SimianGrid backend or several flavours of V2, Hypergrided or not, standalone or grided.
942 ; ServicesConnectorModule = XmlRpcGroupsServicesConnector 959 ; ServicesConnectorModule = XmlRpcGroupsServicesConnector
943 960
944 ;# {GroupsServerURI} {Module:GroupsModule} {Groups Server URI} {} 961 ;# {LocalService} {ServicesConnectorModule:Groups HG Service Connector} {Is the group service in this process or elsewhere?} {local remote} local
945 ;; URI for the groups services 962 ;; Used for V2 in HG only. If standalone, set this to local; if grided sim, set this to remote
963 ; LocalService = local
964
965 ;# {GroupsServerURI} {Module:GroupsModule (ServicesConnectorModule:Groups Remote Service Connector or (ServicesConnectorModule:Groups HG Service Connector and LocalService:remote))} {Groups Server URI} {}
966 ;; URI for the groups services of this grid
946 ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc 967 ;; e.g. http://yourxmlrpcserver.com/xmlrpc.php for Flotsam XmlRpc
947 ;; or http://mygridserver.com:82/Grid/ for SimianGrid 968 ;; or http://mygridserver.com:82/Grid/ for SimianGrid
969 ;; or http:://mygridserver.com:8003 for robust, V2
948 ; GroupsServerURI = "" 970 ; GroupsServerURI = ""
949 971
950 ;# {NoticesEnabled} {Module:GroupsModule} {Enable group notices?} {true false} true 972 ;# {HomeURI} {ServicesConnectorModule:Groups HG Service Connector} {What's the home address of this world?} {}
973 ;; Used for V2 in HG only. For example
974 ;; http://mygridserver.com:9000 or http://mygridserver.com:8002
975 ;; If you have this set under [Startup], no need to set it here, leave it commented
976 ; HomeURI = ""
977
978 ;# {MessagingEnabled} {Module:GroupsModule Module:Groups Module V2} {Is groups messaging enabled?} {true false} true
979 ; MessagingEnabled = true
980
981 ;# {MessagingModule} {MessagingEnabled:true} {Module to use for groups messaging} {GroupsMessagingModule "Groups Messaging Module V2"} GroupsMessagingModule
982 ; MessagingModule = GroupsMessagingModule
983 ;; or use V2 for Groups V2
984 ; MessagingModule = "Groups Messaging Module V2"
985
986 ;# {NoticesEnabled} {Module:GroupsModule Module:Groups Module V2} {Enable group notices?} {true false} true
951 ;; Enable Group Notices 987 ;; Enable Group Notices
952 ; NoticesEnabled = true 988 ; NoticesEnabled = true
953 989
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index c7d4b7f..274132e 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -22,17 +22,31 @@
22; * 22; *
23[Startup] 23[Startup]
24 24
25; Plugin Registry Location 25 ; Plugin Registry Location
26; Set path to directory for plugin registry. Information 26 ; Set path to directory for plugin registry. Information
27; about the registered repositories and installed plugins 27 ; about the registered repositories and installed plugins
28; will be stored here 28 ; will be stored here
29; The Robust.exe process must hvae R/W access to the location 29 ; The Robust.exe process must hvae R/W access to the location
30RegistryLocation = "." 30 RegistryLocation = "."
31 31
32; Modular configurations 32 ; Modular configurations
33; Set path to directory for modular ini files... 33 ; Set path to directory for modular ini files...
34; The Robust.exe process must hvae R/W access to the location 34 ; The Robust.exe process must hvae R/W access to the location
35ConfigDirectory = "/home/opensim/etc/Configs" 35 ConfigDirectory = "/home/opensim/etc/Configs"
36
37 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
38 ;; This is the address of the external robust server that
39 ;; runs the UserAgentsService, possibly this server.
40 ;; For example http://myworld.com:8002
41 ;; This is a default that can be overwritten in some sections.
42 ; HomeURI = "http://127.0.0.1:8002"
43
44 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
45 ;; This is the address of the external robust server
46 ;; that runs the Gatekeeper service, possibly this server.
47 ;; For example http://myworld.com:8002
48 ;; This is a default that can be overwritten in some sections.
49 ; GatekeeperURI = "http://127.0.0.1:8002"
36 50
37[ServiceList] 51[ServiceList]
38 52
@@ -51,6 +65,10 @@ GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConn
51FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" 65FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
52MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" 66MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
53MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" 67MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
68;; Uncomment this if you want offline IM to work
69; OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
70;; Uncomment this if you want Groups V2 to work
71; GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
54 72
55;; Additions for Hypergrid 73;; Additions for Hypergrid
56 74
@@ -61,6 +79,8 @@ HGFriendsServerConnector = "8002/OpenSim.Server.Handlers.dll:HGFriendsServerConn
61InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector" 79InstantMessageServerConnector = "8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
62HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector" 80HGInventoryServiceConnector = "HGInventoryService@8002/OpenSim.Server.Handlers.dll:XInventoryInConnector"
63HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector" 81HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:AssetServiceConnector"
82;; Uncomment this if you want Groups V2, HG to work
83; HGGroupsServiceConnector = "8002/Diva.Groups.dll:HGGroupsServiceRobustConnector"
64 84
65;; Additions for other add-on modules. For example: 85;; Additions for other add-on modules. For example:
66;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector" 86;; WifiServerConnector = "8002/Diva.Wifi.dll:WifiServerConnector"
@@ -149,7 +169,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
149 ;; Allow Hyperlinks to be created at the console 169 ;; Allow Hyperlinks to be created at the console
150 HypergridLinker = true 170 HypergridLinker = true
151 171
152 Gatekeeper = "http://127.0.0.1:8002" 172 ;; If you have this set under [Startup], no need to set it here, leave it commented
173 ; GatekeeperURI = "http://127.0.0.1:8002"
153 174
154 175
155; * This is the configuration for the freeswitch server in grid mode 176; * This is the configuration for the freeswitch server in grid mode
@@ -303,8 +324,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
303 ; HasProxy = false 324 ; HasProxy = false
304 325
305 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) 326 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
306 ; CHANGE THIS 327 ;; If you have Gatekeeper set under [Startup], no need to set it here, leave it commented
307 GatekeeperURI = "http://127.0.0.1:8002" 328 ; GatekeeperURI = "http://127.0.0.1:8002"
308 329
309 SRV_HomeURI = "http://127.0.0.1:8002" 330 SRV_HomeURI = "http://127.0.0.1:8002"
310 SRV_InventoryServerURI = "http://127.0.0.1:8002" 331 SRV_InventoryServerURI = "http://127.0.0.1:8002"
@@ -411,8 +432,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
411 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector" 432 AuthenticationService = "OpenSim.Services.Connectors.dll:AuthenticationServicesConnector"
412 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector" 433 SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
413 ; how does the outside world reach me? This acts as public key too. 434 ; how does the outside world reach me? This acts as public key too.
414 ; CHANGE THIS 435 ;; If you have GatekeeperURI set under [Startup], no need to set it here, leave it commented
415 ExternalName = "http://127.0.0.1:8002" 436 ; ExternalName = "http://127.0.0.1:8002"
416 437
417 ; Does this grid allow incoming links to any region in it? 438 ; Does this grid allow incoming links to any region in it?
418 ; If false, HG TPs happen only to the Default regions specified in [GridService] section 439 ; If false, HG TPs happen only to the Default regions specified in [GridService] section
@@ -505,7 +526,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
505 526
506 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 527 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
507 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" 528 AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService"
508 HomeURI = "http://127.0.0.1:8002" 529
530 ;; Can overwrite the default in [Startup], but probably shouldn't
531 ; HomeURI = "http://127.0.0.1:8002"
509 532
510; * The interface that local users get when they are in other grids. 533; * The interface that local users get when they are in other grids.
511; * This restricts the access that the rest of the world has to 534; * This restricts the access that the rest of the world has to
@@ -514,7 +537,9 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
514[HGAssetService] 537[HGAssetService]
515 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService" 538 LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGAssetService"
516 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService" 539 UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
517 HomeURI = "http://127.0.0.1:8002" 540
541 ;; Can overwrite the default in [Startup], but probably shouldn't
542 ; HomeURI = "http://127.0.0.1:8002"
518 543
519 ;; The asset types that this grid can export to / import from other grids. 544 ;; The asset types that this grid can export to / import from other grids.
520 ;; Comma separated. 545 ;; Comma separated.
@@ -545,15 +570,16 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
545 InGatekeeper = True 570 InGatekeeper = True
546 571
547[Messaging] 572[Messaging]
548 ; If you have an Offline IM server, set the vars in this section, so that 573 ; OfflineIM
549 ; incomming IMs to local users from foreign grids can be saved 574 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
550 ; 575
551 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {} 576[Groups]
552 ;; URL of web service for offline message storage 577 ;; for the HG Groups service
553 ; OfflineMessageURL = http://yourserver/Offline.php 578 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
554 579 UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
555 ;; Control whether group messages are forwarded to offline users. 580
556 ;; Default is true. 581 ;; What is the HomeURI of users associated with this grid?
557 ;; This applies to the core groups module (Flotsam) only. 582 ;; Can overwrite the default in [Startup], but probably shouldn't
558 ; ForwardOfflineGroupMessages = true 583 ; HomeURI = "http://127.0.0.1:8002"
584
559 585
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index bc5cbcc..ecbed1f 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -14,18 +14,18 @@
14; * 14; *
15[Startup] 15[Startup]
16 16
17; Plugin Registry Location 17 ; Plugin Registry Location
18; Set path to directory for plugin registry. Information 18 ; Set path to directory for plugin registry. Information
19; about the registered repositories and installed plugins 19 ; about the registered repositories and installed plugins
20; will be stored here 20 ; will be stored here
21; The Robust.exe process must hvae R/W access to the location 21 ; The Robust.exe process must hvae R/W access to the location
22RegistryLocation = "." 22 RegistryLocation = "."
23 23
24 24
25; Modular configurations 25 ; Modular configurations
26; Set path to directory for modular ini files... 26 ; Set path to directory for modular ini files...
27; The Robust.exe process must hvae R/W access to the location 27 ; The Robust.exe process must hvae R/W access to the location
28ConfigDirectory = "/home/opensim/etc/Configs" 28 ConfigDirectory = "/home/opensim/etc/Configs"
29 29
30[ServiceList] 30[ServiceList]
31AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector" 31AssetServiceConnector = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector"
@@ -43,6 +43,11 @@ GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConn
43FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" 43FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
44MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" 44MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
45MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" 45MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
46;; Uncomment this if you want offline IM to work
47;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
48;; Uncomment this if you want Groups V2 to work
49;GroupsServiceConnector = "8003/OpenSim.Addons.Groups.dll:GroupsServiceRobustConnector"
50
46 51
47; * This is common for all services, it's the network setup for the entire 52; * This is common for all services, it's the network setup for the entire
48; * server instance, if none is specified above 53; * server instance, if none is specified above
@@ -256,7 +261,12 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
256 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService" 261 LibraryService = "OpenSim.Services.InventoryService.dll:LibraryService"
257 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService" 262 FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
258 263
259 ;; Ask co-operative viewers to use a different currency name 264 ; The minimum user level required for a user to be able to login. 0 by default
265 ; If you disable a particular user's account then you can set their login level below this number.
266 ; You can also change this level from the console though these changes will not be persisted.
267 ; MinLoginLevel = 0
268
269 ; Ask co-operative viewers to use a different currency name
260 ;Currency = "" 270 ;Currency = ""
261 271
262 WelcomeMessage = "Welcome, Avatar!" 272 WelcomeMessage = "Welcome, Avatar!"
@@ -329,6 +339,9 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
329 ; HasProxy = false 339 ; HasProxy = false
330 340
331 341
342[Messaging]
343 ; OfflineIM
344 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
332 345
333[GridInfoService] 346[GridInfoService]
334 ; These settings are used to return information on a get_grid_info call. 347 ; These settings are used to return information on a get_grid_info call.
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index f28de43..3129078 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -64,8 +64,8 @@
64 Region_Welcome_Area = "DefaultRegion, FallbackRegion" 64 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
65 65
66 ; === HG ONLY === 66 ; === HG ONLY ===
67 ;; change this to the address of your simulator 67 ;; If you have this set under [Startup], no need to set it here, leave it commented
68 Gatekeeper="http://127.0.0.1:9000" 68 ; GatekeeperURI="http://127.0.0.1:9000"
69 69
70[LibraryModule] 70[LibraryModule]
71 ; Set this if you want to change the name of the OpenSim Library 71 ; Set this if you want to change the name of the OpenSim Library
@@ -73,7 +73,8 @@
73 73
74[LoginService] 74[LoginService]
75 WelcomeMessage = "Welcome, Avatar!" 75 WelcomeMessage = "Welcome, Avatar!"
76 GatekeeperURI = "http://127.0.0.1:9000" 76 ;; If you have Gatekeeper set under [Startup], no need to set it here, leave it commented
77 ; GatekeeperURI = "http://127.0.0.1:9000"
77 78
78 SRV_HomeURI = "http://127.0.0.1:9000" 79 SRV_HomeURI = "http://127.0.0.1:9000"
79 SRV_InventoryServerURI = "http://127.0.0.1:9000" 80 SRV_InventoryServerURI = "http://127.0.0.1:9000"
@@ -85,6 +86,11 @@
85 ;; For Viewer 2 86 ;; For Viewer 2
86 MapTileURL = "http://127.0.0.1:9000/" 87 MapTileURL = "http://127.0.0.1:9000/"
87 88
89 ; The minimum user level required for a user to be able to login. 0 by default
90 ; If you disable a particular user's account then you can set their login level below this number.
91 ; You can also change this level from the console though these changes will not be persisted.
92 ; MinLoginLevel = 0
93
88 ;; Ask co-operative viewers to use a different currency name 94 ;; Ask co-operative viewers to use a different currency name
89 ;Currency = "" 95 ;Currency = ""
90 96
@@ -213,7 +219,8 @@
213;; HG configurations 219;; HG configurations
214;; 220;;
215[GatekeeperService] 221[GatekeeperService]
216 ExternalName = "http://127.0.0.1:9000" 222 ;; If you have GatekeeperURI set under [Startup], no need to set it here, leave it commented
223 ; ExternalName = "http://127.0.0.1:9000"
217 224
218 ; Does this grid allow incoming links to any region in it? 225 ; Does this grid allow incoming links to any region in it?
219 ; If false, HG TPs happen only to the Default regions specified in [GridService] section 226 ; If false, HG TPs happen only to the Default regions specified in [GridService] section
@@ -269,10 +276,12 @@
269 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002" 276 ; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
270 277
271[HGInventoryService] 278[HGInventoryService]
272 HomeURI = "http://127.0.0.1:9000" 279 ;; If you have this set under [Startup], no need to set it here, leave it commented
280 ; HomeURI = "http://127.0.0.1:9000"
273 281
274[HGAssetService] 282[HGAssetService]
275 HomeURI = "http://127.0.0.1:9000" 283 ;; If you have this set under [Startup], no need to set it here, leave it commented
284 ; HomeURI = "http://127.0.0.1:9000"
276 285
277 ;; The asset types that this grid can export to / import from other grids. 286 ;; The asset types that this grid can export to / import from other grids.
278 ;; Comma separated. 287 ;; Comma separated.
@@ -288,8 +297,9 @@
288 297
289 298
290[HGInventoryAccessModule] 299[HGInventoryAccessModule]
291 HomeURI = "http://127.0.0.1:9000" 300 ;; If you have these set under [Startup], no need to set it here, leave it commented
292 Gatekeeper = "http://127.0.0.1:9000" 301 ; HomeURI = "http://127.0.0.1:9000"
302 ; GatekeeperURI = "http://127.0.0.1:9000"
293 303
294 ;; If you want to protect your assets from being copied by foreign visitors 304 ;; If you want to protect your assets from being copied by foreign visitors
295 ;; uncomment the next line. You may want to do this on sims that have licensed content. 305 ;; uncomment the next line. You may want to do this on sims that have licensed content.
@@ -306,8 +316,8 @@
306 316
307[Messaging] 317[Messaging]
308 ; === HG ONLY === 318 ; === HG ONLY ===
309 ;; change this to the address of your simulator 319 ;; If you have this set under [Startup], no need to set it here, leave it commented
310 Gatekeeper = "http://127.0.0.1:9000" 320 ; GatekeeperURI = "http://127.0.0.1:9000"
311 321
312 322
313[EntityTransfer] 323[EntityTransfer]
diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll
index e7a8a41..689b34f 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 4bf23a6..b8c813e 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 63ac1a9..33c4d08 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 422681e..79207fe 100755
--- a/bin/lib64/libBulletSim.so
+++ b/bin/lib64/libBulletSim.so
Binary files differ