aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Configuration/ConfigurationMember.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* * Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵lbsa712007-09-251-1/+0
| | | | | | | intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client.
* * Fixed Culture-variant parsing of config optionslbsa712007-09-251-4/+5
|
* *Estate settings are now saved in their own configuration file called ↵mingchen2007-08-031-1/+9
| | | | estate_settings.xml using the configuration system.
* mass update of files to have native line endingsSean Dague2007-07-301-379/+379
|
* *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵mingchen2007-07-231-2/+6
| | | | | | | | fetches a file from a remote server *Right now, values are not saved back to the remote server, but that will be changed *Removed some warnings from invalid references that were not used anyways
* *Added ability to manually set the configuration plugin dll from ↵mingchen2007-07-201-1/+5
| | | | ConfigurationMember
* * Assortment of Console changes - console messages are now grouped into ↵Adam Frisby2007-07-201-1/+1
| | | | modules (eg "client", "grid", "terrain", "storage", etc)
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-11/+41
| | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
* *Handler Functions can now refuse an object as invalid by returning false, ↵mingchen2007-07-191-12/+42
| | | | | | | | thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default
* * Removed yet more compiler warningsAdam Frisby2007-07-191-1/+1
| | | | | * Dropped old ILocalStorage storage engines.
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-0/+311
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)