Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Remove all use of asset.InvType, as outlined in mailing list discussion | Justin Clarke Casey | 2008-06-23 | 1 | -2/+0 |
| | | | | | | * This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -10/+10 |
| | |||||
* | * Breaking all the code, breaking all the code..! | Adam Frisby | 2008-05-01 | 1 | -4/+4 |
| | | | | | * Made a bunch more members static, removed some dead code, general cleaning. | ||||
* | * Optimised using statements and namespace references across entire project ↵ | Adam Frisby | 2008-04-21 | 1 | -5/+3 |
| | | | | (this took a while to run). | ||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
| | |||||
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -6/+6 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 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. | ||||
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 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. | ||||
* | * Refactored out function to load specified AssetSet Xml | lbsa71 | 2008-01-02 | 1 | -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 Casey | 2007-12-29 | 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. | ||||
* | Migrate opensim default assets up another directory in preparation for ↵ | Justin Clarke Casey | 2007-12-28 | 1 | -2/+2 |
| | | | | extraction of hardcoded asset locations into xml | ||||
* | Move OpenSimAssetSet assets file up into assets pending further changes | Justin Clarke Casey | 2007-12-28 | 1 | -1/+1 |
| | |||||
* | Factor out common asset loading from AssetServerBase and Grid/AssetServer/Main | Justin Clarke Casey | 2007-12-28 | 1 | -0/+119 |