Added a setting to [Startup] section of config that will allow the simulator to start up with no regions configured.

I added the boolean config setting "allow_regionless", defaulting to false. If set to true, opensim will start up ok if no region configurations are found in the specified region_info_source. It will not ask the user to create a region.
This commit is contained in:
Kevin Houlihan & Michelle Argus
2011-09-21 22:46:14 +01:00
committed by Justin Clark-Casey (justincc)
parent c14c4bc1ec
commit 39d7945efc
6 changed files with 73 additions and 30 deletions

View File

@@ -71,6 +71,11 @@
;; in a <Regions> tag.
; regionload_webserver_url = "http://example.com/regions.xml";
;# {allow_regionless} {} {Allow simulator to start up with no regions configured.} {true false} false
;; Allow the simulator to start up if there are no region configuration available
;; from the selected region_info_source.
; allow_regionless = false
;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256
;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!).
; NonPhysicalPrimMax = 256