aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Configuration/XML/XmlConfiguration.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-141/+0
|
* Revert "remove long unused OpenSim/Framework/Configuration/* projects"Melanie2010-08-041-0/+141
| | | | This reverts commit cdd3f17b2bee58def470635cfc06e26b0d0145b2.
* remove long unused OpenSim/Framework/Configuration/* projectsJustin Clark-Casey (justincc)2010-07-301-141/+0
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Check for empty string as well, just as illegal.Melanie Thielker2008-10-031-1/+1
|
* Prevent an exception when the directory given for XML save is read onlyMelanie Thielker2008-10-031-0/+3
| | | | | | and region config is loaded from the web
* Mantis #2133Melanie Thielker2008-09-061-1/+1
| | | | | | | Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-1/+1
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Formatting cleanup.Jeff Ames2008-08-181-2/+2
|
* * Change _Config.xml node selection code to allow commentsJustin Clarke Casey2008-08-091-5/+5
|
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-2/+2
| | | | with namespaces.
* Formatting cleanup.Jeff Ames2008-03-181-27/+26
|
* * Mother of all commits:Adam Frisby2008-01-151-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.
* * Optimized usingslbsa712007-12-271-1/+1
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-2/+2
| | | | notice of doom
* * Optimized usingslbsa712007-10-301-8/+8
| | | | | | * Shortened type references * Removed redundant 'this' qualifier
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW2007-10-291-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.
* Another attempt at fixing the disappearing estate_settings.xml file.Brian McBee2007-09-111-25/+24
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Attempt to fix bug on linux where estate_settings.xml gets wiped. Brian McBee2007-08-291-1/+4
|
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-031-0/+6
| | | | configdir, datadir.
* mass update of files to have native line endingsSean Dague2007-07-301-133/+133
|
* *Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵mingchen2007-07-231-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
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-0/+124
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated