aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ConfigSettings.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-0/+25
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch
2008-11-08* Added IClientIM to IClientCore interfacesAdam Frisby1-4/+0
* Changed SendInstantMessage, dropped fromAgentSession and imSessionID as security precaution, see http://opensimulator.org/wiki/OpenSim_0.6_IClientAPI#Porting_Guide for details on porting. * Removed unused usings from Framework.*
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+28
2008-11-06Update svn properties.Jeff Ames1-160/+160
2008-11-05moved the initial loading/setting of the config settings to its own class, ↵MW1-0/+8
ConfigurationLoader. To make it easier to customise the loading of those settings and possible in the future move it to a plugin.
2008-11-05Moved a couple of more configuration fields to ConfigSettingsMW1-0/+16
2008-11-05more startup/initialisation refactoringMW1-4/+4
2008-11-05Moved most of the configuration fields from Opensimbase to their own ↵MW1-0/+136
Class... Framework/ConfigSettings.