Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-08 | Move various paths out of the bin directory. | onefang | 1 | -3/+2 | |
2019-07-30 | Remove the outdated and no longer useful hardcoded config defaults | Melanie | 1 | -39/+0 | |
2019-05-19 | Move cache, config, logs out of tree, and various related clean ups. | onefang | 1 | -3/+2 | |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -13/+11 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -7/+7 | |
2016-12-20 | Remove obsolete config option "EventQueue". It's been always on for ages! | Melanie Thielker | 1 | -2/+0 | |
2016-12-20 | remove obsolete config option "storage_prim_inventories" | Melanie Thielker | 1 | -2/+1 | |
2016-11-05 | More config path fixes. | David Walter Seikel | 1 | -3/+2 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -46/+52 | |
2015-01-03 | Remove the extra key expansion added in commit ↵ | Diva Canto | 1 | -2/+0 | |
a88bc50a168ae729307740fa84540e9571258b13. It's not needed. | |||||
2014-12-30 | Add support for expansion of key values in nini config files. | Diva Canto | 1 | -0/+2 | |
Add loading of 3rd-party addin inis automatically. | |||||
2014-10-09 | Give ability to define constants that may be used throught the configuration | BlueWall | 1 | -0/+2 | |
2014-02-26 | Add Util method to load OpSys env vars | Dev Random | 1 | -19/+5 | |
2014-01-28 | Convert tabs to spaces from previous commit 8c2b41b01 | Justin Clark-Casey (justincc) | 1 | -27/+27 | |
2014-01-27 | Make inidirectory files supercede distro files | Dev Random | 1 | -27/+49 | |
2013-10-28 | Remove legacy sqlite lines added internally by OpenSimulator to the ↵ | Justin Clark-Casey (justincc) | 1 | -3/+0 | |
[Startup] section. These are long unused but confusingly will be seen in the [Startup] section on a "config save". | |||||
2013-09-07 | Fix configuration/ini expansion issue. Thanks to smxy for testing. | BlueWall | 1 | -2/+2 | |
2013-08-29 | Initialization: move key expansion out to operate on all sources and not ↵ | BlueWall | 1 | -2/+2 | |
just environment variables | |||||
2013-08-07 | Fixed incomplete commit r/23317 -- see_into_region. Put the guard around ↵ | Diva Canto | 1 | -1/+0 | |
estate bans also, and delete the obsolete config var. | |||||
2012-11-22 | Make "config show/set/get/save" console commands available on all servers | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
2012-01-24 | Make errors reported by OpenSim when it halts because it can't find certain ↵ | Justin Clark-Casey (justincc) | 1 | -13/+6 | |
config sections or files a bit more user friendly. | |||||
2011-11-23 | Shell Environment Variables in config | BlueWall | 1 | -1/+19 | |
Adding updated Nini and support to use shell environment variables in OpenSimulator configuration. Nini @ https://github.com/BlueWall/Nini-Dev | |||||
2011-10-15 | move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with ↵ | Justin Clark-Casey (justincc) | 1 | -3/+0 | |
the others | |||||
2011-10-15 | fetch physical_prim switch from [Startup] config from inside scene, as is ↵ | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
done for most other scene config params | |||||
2011-07-01 | Make default serverside_object_permissions = true since this better matches ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
user expectations. It also matches the default setting in the OpenSim.ini.example file | |||||
2011-05-06 | remove obsolete [StandAlone] config section parsing, none of which was ↵ | Justin Clark-Casey (justincc) | 1 | -15/+1 | |
actually used since being superseded by the connector architecture in 0.7 | |||||
2011-01-28 | minor: don't bother reparsing the sources for includes if ReadConfig() was ↵ | Justin Clark-Casey (justincc) | 1 | -2/+3 | |
unsuccessful | |||||
2011-01-28 | If a non-globbed included file from config cannot be found then warn the user | Justin Clark-Casey (justincc) | 1 | -3/+13 | |
2010-09-14 | Fix a small left over buglet and also add checking of the physics actor | Melanie Thielker | 1 | -1/+1 | |
position on backup. This way, ant object that has been moved will be checked for ghost prims as soon as it is persisted. | |||||
2010-09-14 | Revert "Move OpenSimDefaults,ini into config-include in order to put it with ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
all the other default files" This reverts commit c3259e9c26f198b5fe0e7ed6c29c17c27c60ecb1. Reverted by agreement. | |||||
2010-09-14 | Move OpenSimDefaults,ini into config-include in order to put it with all the ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
other default files | |||||
2010-09-13 | Add a missing parenthesis | Melanie | 1 | -1/+1 | |
2010-09-13 | Change the help message to point to copying OpenSimDefaults.ini.example. | Melanie | 1 | -1/+1 | |
Provide a mostly empty OpenSim.ini.example | |||||
2010-09-13 | Output an error and quit if the master file is missing. Also rename | Melanie | 1 | -4/+16 | |
OpenSim.ini.example to bin/OpenSimDefaults.ini.example | |||||
2010-09-13 | Make the inimaster option default to OpenSimDefaults.ini. | Melanie | 1 | -1/+1 | |
2010-09-13 | Change the help message to point to copying OpenSimDefaults.ini.example. | Melanie | 1 | -1/+1 | |
Provide a mostly empty OpenSim.ini.example | |||||
2010-09-13 | Output an error and quit if the master file is missing. Also rename | Melanie | 1 | -4/+16 | |
OpenSim.ini.example to bin/OpenSimDefaults.ini.example | |||||
2010-09-13 | Make the inimaster option default to OpenSimDefaults.ini. | Melanie | 1 | -1/+1 | |
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 1 | -4/+0 | |
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings | |||||
2010-08-13 | Configuration files can read include files from relative paths. | Marck | 1 | -1/+11 | |
2010-08-04 | Remove StandAlone from default hardcoded config | Melanie Thielker | 1 | -15/+0 | |
2010-08-04 | Remove StandAlone from default hardcoded config | Melanie Thielker | 1 | -15/+0 | |
2010-05-20 | move linden notecard parsing from LSL_Api.cs to SLUtil so that region ↵ | Justin Clark-Casey (justincc) | 1 | -11/+8 | |
modules can use it backport from master | |||||
2010-04-23 | minor: eliminate configuration section handling deprecation of ↵ | Justin Clark-Casey (justincc) | 1 | -6/+0 | |
OpenSim.DataStore.MonoSqlite.dll, since this hasn't exist for a long, long time | |||||
2010-03-05 | Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵ | Justin Clark-Casey (justincc) | 1 | -12/+2 | |
been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward. | |||||
2010-03-04 | move linden notecard parsing from LSL_Api.cs to SLUtil so that region ↵ | Justin Clark-Casey (justincc) | 1 | -11/+8 | |
modules can use it | |||||
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵ | Diva Canto | 1 | -14/+0 | |
lots of other obsolete configs. | |||||
2009-09-16 | switch default physics engine to ODE and default meshmerizer to Meshmerizer ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
in code and in OpenSim.ini.example | |||||
2009-08-12 | * minor: Comments | Teravus Ovares (Dan Olivares) | 1 | -2/+43 | |
2009-08-07 | Remove debugging output frm ini file loading. Make it collect matching | Melanie | 1 | -1/+0 | |
files only from last path component. |