Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also remove the defaults from Configger | Melanie | 2019-07-30 | 1 | -31/+0 |
| | |||||
* | Remove obsolete config option "EventQueue". It's been always on for ages! | Melanie Thielker | 2016-12-20 | 1 | -2/+0 |
| | |||||
* | remove obsolete config option "storage_prim_inventories" | Melanie Thielker | 2016-12-20 | 1 | -1/+0 |
| | |||||
* | Remove obsolete "gridmode" config default in code. | Melanie Thielker | 2016-12-20 | 1 | -2/+1 |
| | |||||
* | The configger tool hadn't been updated since the introduction of ↵ | Diva Canto | 2015-12-24 | 1 | -0/+30 |
| | | | | | | OpenSimDefaults! :0 It is updated now. | ||||
* | Delete extraneous console message in the Configger. | Diva Canto | 2014-05-07 | 1 | -1/+0 |
| | |||||
* | Allow Tools.Configger to take -inifile as argument | Diva Canto | 2014-05-07 | 1 | -6/+6 |
| | |||||
* | Remove legacy sqlite lines added internally by OpenSimulator to the ↵ | Justin Clark-Casey (justincc) | 2013-10-28 | 1 | -4/+1 |
| | | | | | | [Startup] section. These are long unused but confusingly will be seen in the [Startup] section on a "config save". | ||||
* | Fixed incomplete commit r/23317 -- see_into_region. Put the guard around ↵ | Diva Canto | 2013-08-07 | 1 | -1/+0 |
| | | | | estate bans also, and delete the obsolete config var. | ||||
* | Added a setting to [Startup] section of config that will allow the simulator ↵ | Kevin Houlihan & Michelle Argus | 2011-09-24 | 1 | -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-01 | 1 | -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. | Marck | 2010-08-13 | 1 | -1/+11 |
| | |||||
* | Removed a few more obsolete default configs. | Diva Canto | 2010-08-04 | 1 | -10/+0 |
| | |||||
* | remove more useless defaults | Melanie | 2010-08-04 | 1 | -5/+0 |
| | |||||
* | Remove StandAlone from default hardcoded config | Melanie Thielker | 2010-08-04 | 1 | -15/+0 |
| | |||||
* | Add license header and change branded namespace to generic | Melanie | 2010-02-08 | 1 | -1/+28 |
| | |||||
* | Adding the Careminster "Configger" tool to OpenSim. The tool will, when launched | Melanie | 2010-02-08 | 1 | -0/+251 |
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. |