aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Configuration/ConfigurationOption.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-64/+0
| | | | | | | Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
* * Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa712007-10-151-0/+28
|
* mass update of files to have native line endingsSean Dague2007-07-301-36/+36
|
* *Handler Functions can now refuse an object as invalid by returning false, ↵mingchen2007-07-191-0/+2
| | | | | | | | 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
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-0/+34
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)