aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Configuration/Interfaces/IGenericConfig.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵mingchen2007-07-231-0/+1
| | | | | | | | 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
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-1/+2
| | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-0/+38
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)