| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -7/+7 |
* | 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 | -2/+1 |
* | Remove the extra key expansion added in commit a88bc50a168ae729307740fa84540e... | Diva Canto | 2015-01-03 | 1 | -2/+0 |
* | Add support for expansion of key values in nini config files. | Diva Canto | 2014-12-30 | 1 | -0/+2 |
* | Give ability to define constants that may be used throught the configuration | BlueWall | 2014-10-09 | 1 | -0/+2 |
* | Add Util method to load OpSys env vars | Dev Random | 2014-02-26 | 1 | -19/+5 |
* | Convert tabs to spaces from previous commit 8c2b41b01 | Justin Clark-Casey (justincc) | 2014-01-28 | 1 | -27/+27 |
* | Make inidirectory files supercede distro files | Dev Random | 2014-01-27 | 1 | -27/+49 |
* | Remove legacy sqlite lines added internally by OpenSimulator to the [Startup]... | Justin Clark-Casey (justincc) | 2013-10-28 | 1 | -3/+0 |
* | Fix configuration/ini expansion issue. Thanks to smxy for testing. | BlueWall | 2013-09-07 | 1 | -2/+2 |
* | Initialization: move key expansion out to operate on all sources and not just... | BlueWall | 2013-08-29 | 1 | -2/+2 |
* | Fixed incomplete commit r/23317 -- see_into_region. Put the guard around esta... | Diva Canto | 2013-08-07 | 1 | -1/+0 |
* | Make "config show/set/get/save" console commands available on all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -1/+0 |
* | Make errors reported by OpenSim when it halts because it can't find certain c... | Justin Clark-Casey (justincc) | 2012-01-24 | 1 | -13/+6 |
* | Shell Environment Variables in config | BlueWall | 2011-11-23 | 1 | -1/+19 |
* | move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t... | Justin Clark-Casey (justincc) | 2011-10-15 | 1 | -3/+0 |
* | fetch physical_prim switch from [Startup] config from inside scene, as is don... | Justin Clark-Casey (justincc) | 2011-10-15 | 1 | -1/+0 |
* | Make default serverside_object_permissions = true since this better matches u... | Justin Clark-Casey (justincc) | 2011-07-01 | 1 | -1/+1 |
* | remove obsolete [StandAlone] config section parsing, none of which was actual... | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -15/+1 |
* | minor: don't bother reparsing the sources for includes if ReadConfig() was un... | Justin Clark-Casey (justincc) | 2011-01-28 | 1 | -2/+3 |
* | If a non-globbed included file from config cannot be found then warn the user | Justin Clark-Casey (justincc) | 2011-01-28 | 1 | -3/+13 |
* | Revert "Move OpenSimDefaults,ini into config-include in order to put it with ... | Justin Clark-Casey (justincc) | 2010-09-14 | 1 | -1/+1 |
* | Move OpenSimDefaults,ini into config-include in order to put it with all the ... | Justin Clark-Casey (justincc) | 2010-09-14 | 1 | -1/+1 |
* | Add a missing parenthesis | Melanie | 2010-09-13 | 1 | -1/+1 |
* | Change the help message to point to copying OpenSimDefaults.ini.example. | Melanie | 2010-09-13 | 1 | -1/+1 |
* | Output an error and quit if the master file is missing. Also rename | Melanie | 2010-09-13 | 1 | -4/+16 |
* | Make the inimaster option default to OpenSimDefaults.ini. | Melanie | 2010-09-13 | 1 | -1/+1 |
* | * Added ISimulationDataService and IEstateDataService | John Hurliman | 2010-09-12 | 1 | -4/+0 |
* | Configuration files can read include files from relative paths. | Marck | 2010-08-13 | 1 | -1/+11 |
* | Remove StandAlone from default hardcoded config | Melanie Thielker | 2010-08-04 | 1 | -15/+0 |
* | minor: eliminate configuration section handling deprecation of OpenSim.DataSt... | Justin Clark-Casey (justincc) | 2010-04-23 | 1 | -6/+0 |
* | Fix LocalPresenceServiceConnector test now that the hardcoded test data has b... | Justin Clark-Casey (justincc) | 2010-03-05 | 1 | -12/+2 |
* | move linden notecard parsing from LSL_Api.cs to SLUtil so that region modules... | Justin Clark-Casey (justincc) | 2010-03-04 | 1 | -11/+8 |
* | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as lot... | Diva Canto | 2010-01-31 | 1 | -14/+0 |
* | switch default physics engine to ODE and default meshmerizer to Meshmerizer i... | Justin Clark-Casey (justincc) | 2009-09-16 | 1 | -2/+2 |
* | * minor: Comments | Teravus Ovares (Dan Olivares) | 2009-08-12 | 1 | -2/+43 |
* | Remove debugging output frm ini file loading. Make it collect matching | Melanie | 2009-08-07 | 1 | -1/+0 |
* | Silly error, simple fix | Melanie | 2009-08-07 | 1 | -2/+2 |
* | Try another way to canonicalize the path that may work in Windoze | Melanie | 2009-08-07 | 1 | -1/+2 |
* | Remove GetFullPath call from config includes, because it barfs in Windoze | Melanie | 2009-08-07 | 1 | -2/+1 |
* | Temporailiy add some info output in config load | Melanie | 2009-08-07 | 1 | -0/+1 |
* | Allow arbitrary wildcards in config includes. Things like | Melanie | 2009-08-06 | 1 | -3/+4 |
* | Small update to make the command line work again | Melanie Thielker | 2009-05-21 | 1 | -0/+4 |
* | Implement .ini file includes. Anything that begins with "Include-" will be | Melanie Thielker | 2009-05-21 | 1 | -77/+131 |
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 1 | -15/+1 |
* | * Moved the DefaultConfig settings into already-existing ConfigSettings | lbsa71 | 2009-04-17 | 1 | -6/+6 |
* | * Some more work on refactoring configs; | lbsa71 | 2009-04-17 | 1 | -6/+6 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -7/+12 |
* | update some ini defaults in code - all defaults from beginning of OpenSim.ini... | Dahlia Trimble | 2009-03-11 | 1 | -1/+1 |