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