aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Configger (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy sqlite lines added internally by OpenSimulator to the ↵Justin Clark-Casey (justincc)2013-10-281-4/+1
| | | | | | [Startup] section. These are long unused but confusingly will be seen in the [Startup] section on a "config save".
* Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
|
* Fixed incomplete commit r/23317 -- see_into_region. Put the guard around ↵Diva Canto2013-08-071-1/+0
| | | | estate bans also, and delete the obsolete config var.
* Deleted all AssemblyFileVersion directivesDiva Canto2013-02-191-1/+1
|
* Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)2013-02-051-1/+1
| | | | | | | | This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force.
* 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.