aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/ConfigurationLoader.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move cache, config, logs out of tree, and various related clean ups.onefang2019-05-191-3/+2
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-13/+11
* More config path fixes.David Walter Seikel2016-11-051-3/+2
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-46/+52
* Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)2012-11-221-1/+0
* Make errors reported by OpenSim when it halts because it can't find certain c...Justin Clark-Casey (justincc)2012-01-241-13/+6
* Shell Environment Variables in configBlueWall2011-11-231-1/+19
* move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...Justin Clark-Casey (justincc)2011-10-151-3/+0
* fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)2011-10-151-1/+0
* Make default serverside_object_permissions = true since this better matches u...Justin Clark-Casey (justincc)2011-07-011-1/+1
* remove obsolete [StandAlone] config section parsing, none of which was actual...Justin Clark-Casey (justincc)2011-05-061-15/+1
* minor: don't bother reparsing the sources for includes if ReadConfig() was un...Justin Clark-Casey (justincc)2011-01-281-2/+3
* If a non-globbed included file from config cannot be found then warn the userJustin Clark-Casey (justincc)2011-01-281-3/+13
* Revert "Move OpenSimDefaults,ini into config-include in order to put it with ...Justin Clark-Casey (justincc)2010-09-141-1/+1
* Move OpenSimDefaults,ini into config-include in order to put it with all the ...Justin Clark-Casey (justincc)2010-09-141-1/+1
* Add a missing parenthesisMelanie2010-09-131-1/+1
* Change the help message to point to copying OpenSimDefaults.ini.example.Melanie2010-09-131-1/+1
* Output an error and quit if the master file is missing. Also renameMelanie2010-09-131-4/+16
* Make the inimaster option default to OpenSimDefaults.ini.Melanie2010-09-131-1/+1
* * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-4/+0
* Configuration files can read include files from relative paths.Marck2010-08-131-1/+11
* Remove StandAlone from default hardcoded configMelanie Thielker2010-08-041-15/+0
* minor: eliminate configuration section handling deprecation of OpenSim.DataSt...Justin Clark-Casey (justincc)2010-04-231-6/+0
* Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)2010-03-051-12/+2
* move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules...Justin Clark-Casey (justincc)2010-03-041-11/+8
* Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot...Diva Canto2010-01-311-14/+0
* switch default physics engine to ODE and default meshmerizer to Meshmerizer i...Justin Clark-Casey (justincc)2009-09-161-2/+2
* * minor: CommentsTeravus Ovares (Dan Olivares)2009-08-121-2/+43
* Remove debugging output frm ini file loading. Make it collect matchingMelanie2009-08-071-1/+0
* Silly error, simple fixMelanie2009-08-071-2/+2
* Try another way to canonicalize the path that may work in WindozeMelanie2009-08-071-1/+2
* Remove GetFullPath call from config includes, because it barfs in WindozeMelanie2009-08-071-2/+1
* Temporailiy add some info output in config loadMelanie2009-08-071-0/+1
* Allow arbitrary wildcards in config includes. Things likeMelanie2009-08-061-3/+4
* Small update to make the command line work againMelanie Thielker2009-05-211-0/+4
* Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker2009-05-211-77/+131
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-15/+1
* * Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712009-04-171-6/+6
* * Some more work on refactoring configs;lbsa712009-04-171-6/+6
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-7/+12
* update some ini defaults in code - all defaults from beginning of OpenSim.ini...Dahlia Trimble2009-03-111-1/+1
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-13/+16
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-03-061-1/+1
* Changed it so only .ini file types are loaded from the (optional) config dire...MW2009-02-281-2/+5
* Added support for reading ini files from a (optional) config folder. This all...MW2009-02-271-1/+14
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-1/+1
* * Apply http://opensimulator.org/mantis/view.php?id=3068Justin Clarke Casey2009-02-171-64/+68
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-161-0/+1
* * optimized usings.lbsa712009-02-121-9/+4
* * Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey2009-02-041-1/+1