Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Add two more missing defaults that use GetBoolean without a default in ↵ | Teravus Ovares | 2008-12-20 | 1 | -2/+2 |
| | | | | standalone. (not sure if this will fix your issue daTwitch.. it's probably not even a bug) | ||||
* | * Adds defaults for some GetBoolean config values that previously did not ↵ | Teravus Ovares | 2008-12-20 | 1 | -3/+3 |
| | | | | have them. | ||||
* | apparently opensim only works if secure_inventory_server = true, who | Sean Dague | 2008-12-12 | 1 | -1/+1 |
| | | | | | knew? Reverting that. | ||||
* | make a couple of other config default to make the example ini to give us | Sean Dague | 2008-12-11 | 1 | -2/+6 |
| | | | | | a better chance of working out of the box | ||||
* | after much discussion, and overwhelming +1 on the -dev list, switch the | Sean Dague | 2008-12-11 | 1 | -1/+1 |
| | | | | | | default script engine to XEngine. This won't change anything if you already specified the default in your OpenSim.ini. | ||||
* | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2008-11-08 | 1 | -1/+28 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-11-06 | 1 | -196/+196 |
| | |||||
* | moved the initial loading/setting of the config settings to its own class, ↵ | MW | 2008-11-05 | 1 | -0/+196 |
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin. |