aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Configuration/XML (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-18Formatting cleanup.Jeff Ames1-2/+2
2008-08-09* Change _Config.xml node selection code to allow commentsJustin Clarke Casey1-5/+5
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-2/+2
with namespaces.
2008-03-18Formatting cleanup.Jeff Ames1-27/+26
2008-01-15* Mother of all commits:Adam Frisby1-2/+2
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
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-30* Optimized usingslbsa711-8/+8
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-3/+1
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-11Another attempt at fixing the disappearing estate_settings.xml file.Brian McBee1-25/+24
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-29Attempt to fix bug on linux where estate_settings.xml gets wiped. Brian McBee1-1/+4
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee1-0/+6
configdir, datadir.
2007-07-30mass update of files to have native line endingsSean Dague1-133/+133
2007-07-23*Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵mingchen1-9/+18
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-0/+124
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated