Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 | |
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -6/+6 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -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 Frisby | 1 | -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 Xml | lbsa71 | 1 | -8/+13 | |
This commit dedicated to 'Mohawk - Bad Girls (Need Love Too)' | |||||
2007-12-29 | Allow OpenSim operators to specify their own asset sets without needing to ↵ | Justin Clarke Casey | 1 | -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-28 | Migrate opensim default assets up another directory in preparation for ↵ | Justin Clarke Casey | 1 | -2/+2 | |
extraction of hardcoded asset locations into xml | |||||
2007-12-28 | Move OpenSimAssetSet assets file up into assets pending further changes | Justin Clarke Casey | 1 | -1/+1 | |
2007-12-28 | Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main | Justin Clarke Casey | 1 | -0/+119 | |