aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetConfig.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of a bunch of old classes, that are likely left over from the ↵Kunnis2009-12-121-87/+0
| | | | | | ROBUST change. Signed-off-by: Melanie <melanie@t-data.com>
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * Moved the DefaultConfig settings into already-existing ConfigSettingslbsa712009-04-171-2/+2
|
* * Some more work on refactoring configs;lbsa712009-04-171-11/+8
| | | | | | | * Moved the constants out into a separate DefaultConfig * Pulled configMember up * Some minor CCC
* * Since that was seemingly an false alarm, reverting the revert.lbsa712009-04-161-1/+1
|
* * bizarrely, two reports that that last commit broke script engine startup ↵lbsa712009-04-161-1/+1
| | | | (!) on linux - reverting until we can investigate further.
* * Started arduous config refactoring task with babystep introduction of ↵lbsa712009-04-161-1/+1
| | | | common baseclass for backend configs.
* * optimized usings.lbsa712009-02-121-1/+2
|
* * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey2008-12-291-1/+9
| | | | | | | | | * 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
* * minor: Remove unused message from the asset server configurationJustin Clarke Casey2008-08-091-8/+0
|
* * Spring cleaning.Adam Frisby2008-04-291-8/+5
| | | | | * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned.
* add a database_connect field for the asset server configSean Dague2008-04-231-1/+9
| | | | | | | | | which will let you specify a connection string. Required for Nhibernate, optional for sqlite (there is a sane default), ignored for mysql and mssql until someone implements the Iniatialise(string) method.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-1/+0
| | | | (this took a while to run).
* changing more references to OpenSim.DataSean Dague2008-04-021-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-181-28/+27
|
* Minor cleanup.Jeff Ames2008-02-201-1/+1
|
* Converted logging to use log4net.Jeff Ames2008-02-051-0/+1
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* * Mother of all commits:Adam Frisby2008-01-151-2/+4
| | | | | | | * 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.
* *Added ability to skip any use of the console when configuring and assume ↵mingchen2008-01-041-1/+1
| | | | default value. This is useful when the server is running by itself and a new region request is added without sufficient information
* * Moved OpenSim/Framework/General to OpenSim/Framework for great justice.lbsa712007-10-311-0/+83