aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetLoader (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-6/+6
|
* Converted logging to use log4net.Jeff Ames2008-02-051-9/+9
| | | | | | 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-3/+3
| | | | | | | * 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.
* * Refactored out function to load specified AssetSet Xmllbsa712008-01-021-8/+13
| | | | | This commit dedicated to 'Mohawk - Bad Girls (Need Love Too)'
* Allow OpenSim operators to specify their own asset sets without needing to ↵Justin Clarke Casey2007-12-291-19/+59
| | | | | | | | change the default OpenSim set. Equivalent changes to allow operators to also specify their own standard inventory library directories and items to follow.
* Migrate opensim default assets up another directory in preparation for ↵Justin Clarke Casey2007-12-281-2/+2
| | | | extraction of hardcoded asset locations into xml
* Move OpenSimAssetSet assets file up into assets pending further changesJustin Clarke Casey2007-12-281-1/+1
|
* Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey2007-12-281-0/+119