aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IGenericConfig.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-27* Optimized usingslbsa711-1/+1
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-39/+39
2007-10-30* Optimized usingslbsa711-1/+1
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-40/+40
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.
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-07-30mass update of files to have native line endingsSean Dague1-40/+40
2007-07-23*Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵mingchen1-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
2007-07-19*Moved XmlConfiguration to its own projectmingchen1-1/+2
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen1-38/+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 :)
2007-07-16changed to native line ending encodingSean Dague1-38/+38
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-4/+0
* added some licensing info