aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/ConfigurationLoader.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-03Remove the extra key expansion added in commit a88bc50a168ae729307740fa84540e...Diva Canto1-2/+0
2014-12-30Add support for expansion of key values in nini config files.Diva Canto1-0/+2
2014-10-09Give ability to define constants that may be used throught the configurationBlueWall1-0/+2
2014-02-26Add Util method to load OpSys env varsDev Random1-19/+5
2014-01-28Convert tabs to spaces from previous commit 8c2b41b01Justin Clark-Casey (justincc)1-27/+27
2014-01-27Make inidirectory files supercede distro filesDev Random1-27/+49
2013-10-28Remove legacy sqlite lines added internally by OpenSimulator to the [Startup]...Justin Clark-Casey (justincc)1-3/+0
2013-09-07Fix configuration/ini expansion issue. Thanks to smxy for testing.BlueWall1-2/+2
2013-08-29Initialization: move key expansion out to operate on all sources and not just...BlueWall1-2/+2
2013-08-07Fixed incomplete commit r/23317 -- see_into_region. Put the guard around esta...Diva Canto1-1/+0
2012-11-22Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)1-1/+0
2012-01-24Make errors reported by OpenSim when it halts because it can't find certain c...Justin Clark-Casey (justincc)1-13/+6
2011-11-23Shell Environment Variables in configBlueWall1-1/+19
2011-10-15move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...Justin Clark-Casey (justincc)1-3/+0
2011-10-15fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)1-1/+0
2011-07-01Make default serverside_object_permissions = true since this better matches u...Justin Clark-Casey (justincc)1-1/+1
2011-05-06remove obsolete [StandAlone] config section parsing, none of which was actual...Justin Clark-Casey (justincc)1-15/+1
2011-01-28minor: don't bother reparsing the sources for includes if ReadConfig() was un...Justin Clark-Casey (justincc)1-2/+3
2011-01-28If a non-globbed included file from config cannot be found then warn the userJustin Clark-Casey (justincc)1-3/+13
2010-09-14Fix a small left over buglet and also add checking of the physics actorMelanie Thielker1-1/+1
2010-09-14Revert "Move OpenSimDefaults,ini into config-include in order to put it with ...Justin Clark-Casey (justincc)1-1/+1
2010-09-14Move OpenSimDefaults,ini into config-include in order to put it with all the ...Justin Clark-Casey (justincc)1-1/+1
2010-09-13Add a missing parenthesisMelanie1-1/+1
2010-09-13Change the help message to point to copying OpenSimDefaults.ini.example.Melanie1-1/+1
2010-09-13Output an error and quit if the master file is missing. Also renameMelanie1-4/+16
2010-09-13Make the inimaster option default to OpenSimDefaults.ini.Melanie1-1/+1
2010-09-13Change the help message to point to copying OpenSimDefaults.ini.example.Melanie1-1/+1
2010-09-13Output an error and quit if the master file is missing. Also renameMelanie1-4/+16
2010-09-13Make the inimaster option default to OpenSimDefaults.ini.Melanie1-1/+1
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-4/+0
2010-08-13Configuration files can read include files from relative paths.Marck1-1/+11
2010-08-04Remove StandAlone from default hardcoded configMelanie Thielker1-15/+0
2010-08-04Remove StandAlone from default hardcoded configMelanie Thielker1-15/+0
2010-05-20move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules...Justin Clark-Casey (justincc)1-11/+8
2010-04-23minor: eliminate configuration section handling deprecation of OpenSim.DataSt...Justin Clark-Casey (justincc)1-6/+0
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)1-12/+2
2010-03-04move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules...Justin Clark-Casey (justincc)1-11/+8
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot...Diva Canto1-14/+0
2009-09-16switch default physics engine to ODE and default meshmerizer to Meshmerizer i...Justin Clark-Casey (justincc)1-2/+2
2009-08-12* minor: CommentsTeravus Ovares (Dan Olivares)1-2/+43
2009-08-07Remove debugging output frm ini file loading. Make it collect matchingMelanie1-1/+0
2009-08-07Silly error, simple fixMelanie1-2/+2
2009-08-07Try another way to canonicalize the path that may work in WindozeMelanie1-1/+2
2009-08-07Remove GetFullPath call from config includes, because it barfs in WindozeMelanie1-2/+1
2009-08-07Temporailiy add some info output in config loadMelanie1-0/+1
2009-08-06Allow arbitrary wildcards in config includes. Things likeMelanie1-3/+4
2009-05-21Small update to make the command line work againMelanie Thielker1-0/+4
2009-05-21Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker1-77/+131
2009-05-18Remove the old asset cache and local services and the configurations for themMelanie Thielker1-15/+1
2009-04-17* Moved the DefaultConfig settings into already-existing ConfigSettingslbsa711-6/+6