aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ConfigurationMember.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-03*Master Avatar can be specified by a previous UUID in either grid mode or ↵mingchen1-15/+40
standalone mode by specifying a master_avatar_uuid attribute in the place of master_avatar_xxxx_name and master_avatar_password.You will not be asked for the name and password if a valid UUID is specified.
2007-11-03*Moved region loading into its own interface IRegionLoadermingchen1-71/+60
*Added ability to load regioninfo remotely from a webserver from a single file. See share/RegionLoading/HOWTO_REMOTE_REGION_LOADING.txt for more info and an example file.
2007-10-31* Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa711-0/+0
2007-10-31set svn:eol-styleJeff Ames1-439/+439
2007-10-30* Optimized usingslbsa711-42/+68
* Shortened type references * Removed redundant 'this' qualifier
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-415/+414
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-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-25* Now the OGS1GridServices has a LocalBackEndServices that it forwards ↵lbsa711-1/+0
intra-instance requests to * Every Scene has a ClientManager (as every dog it's day) since two scenes can have the same circuit as client.
2007-09-25* Fixed Culture-variant parsing of config optionslbsa711-4/+5
2007-08-03*Estate settings are now saved in their own configuration file called ↵mingchen1-1/+9
estate_settings.xml using the configuration system.
2007-07-30mass update of files to have native line endingsSean Dague1-379/+379
2007-07-23*Added configuration plugin (OpenSim.Framework.Configuration.HTTP.dll) that ↵mingchen1-2/+6
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-20*Added ability to manually set the configuration plugin dll from ↵mingchen1-1/+5
ConfigurationMember
2007-07-20* Assortment of Console changes - console messages are now grouped into ↵Adam Frisby1-1/+1
modules (eg "client", "grid", "terrain", "storage", etc)
2007-07-19*Moved XmlConfiguration to its own projectmingchen1-11/+41
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
2007-07-19*Handler Functions can now refuse an object as invalid by returning false, ↵mingchen1-12/+42
thus forcing the user to re-enter the data *Added TYPE_STRING_NOT_EMPTY that requires some sort of text to be entered *Added another parameter to addConfigurationOption called use_default_no_prompt that will not ask via the console a configuration option; it will use whatever is in the config file. If nothing is in the config file for that option, it will force itself to use default
2007-07-19* Removed yet more compiler warningsAdam Frisby1-1/+1
* Dropped old ILocalStorage storage engines.
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen1-0/+311
original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)