aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Configger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-193-11/+43
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-033-15/+11
|
* The last few AssemblyInfos. Finished!Diva Canto2012-11-141-0/+33
|
* Added a setting to [Startup] section of config that will allow the simulator ↵Kevin Houlihan & Michelle Argus2011-09-241-0/+1
| | | | | | 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.
* Make default serverside_object_permissions = true since this better matches ↵Justin Clark-Casey (justincc)2011-07-011-1/+1
| | | | | | user expectations. It also matches the default setting in the OpenSim.ini.example file
* Configuration files can read include files from relative paths.Marck2010-08-131-1/+11
|
* Removed a few more obsolete default configs.Diva Canto2010-08-041-10/+0
|
* remove more useless defaultsMelanie2010-08-041-5/+0
|
* Remove StandAlone from default hardcoded configMelanie Thielker2010-08-041-15/+0
|
* Add license header and change branded namespace to genericMelanie2010-02-083-3/+84
|
* Bug fix in configgerMelanie2010-02-081-2/+2
|
* Adding the Careminster "Configger" tool to OpenSim. The tool will, when launchedMelanie2010-02-083-0/+438
in place of OpenSim, dump the config to stdout. Use -f xml, -f ini or -f mysql to get a condensed ini file, an xml file suitable for webloading, or a set of mysql insert statements.