aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetLoader/Filesystem (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-6/+6
2008-02-05Converted logging to use log4net.Jeff Ames1-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.
2008-01-15* Mother of all commits:Adam Frisby1-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.
2008-01-02* Refactored out function to load specified AssetSet Xmllbsa711-8/+13
This commit dedicated to 'Mohawk - Bad Girls (Need Love Too)'
2007-12-29Allow OpenSim operators to specify their own asset sets without needing to ↵Justin Clarke Casey1-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.
2007-12-28Migrate opensim default assets up another directory in preparation for ↵Justin Clarke Casey1-2/+2
extraction of hardcoded asset locations into xml
2007-12-28Move OpenSimAssetSet assets file up into assets pending further changesJustin Clarke Casey1-1/+1
2007-12-28Factor out common asset loading from AssetServerBase and Grid/AssetServer/MainJustin Clarke Casey1-0/+119