aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetLoader/Filesystem/AssetLoaderFileSystem.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-27Mantis#1817. Thank you kindly, sacha magne, for a patch that:lbsa711-8/+16
* Fixes a simulator crash when an asset file is missing on loading asset library.
2008-06-23* Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey1-2/+0
* This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic
2008-05-16Formatting cleanup.Jeff Ames1-10/+10
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-4/+4
* Made a bunch more members static, removed some dead code, general cleaning.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-5/+3
(this took a while to run).
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