aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Configuration (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-19*Moved XmlConfiguration to its own projectmingchen3-135/+43
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
2007-07-19*Handler Functions can now refuse an object as invalid by returning false, ↵mingchen4-28/+64
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
2007-07-19* Removed yet more compiler warningsAdam Frisby1-1/+1
* Dropped old ILocalStorage storage engines.
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen6-0/+639
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)