aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/InventoryManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Remove old historical grid inventory codeJustin Clarke Casey2008-05-131-207/+0
|
* * Rolled back a few changes.Adam Frisby2008-05-011-11/+7
|
* * Cleaning code still.Adam Frisby2008-05-011-7/+11
|
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-011-4/+0
| | | | | * Made a bunch more members static, removed some dead code, general cleaning.
* allow for Inventory database source to be specified in mainSean Dague2008-04-231-2/+2
| | | | | | | | configs. This works with sqlite and nhibernate backends, and stays with default seperate ini files for mysql and mssql until someone writes those.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+2
| | | | (this took a while to run).
* further refactor and rename of InventoryFolderBase propertiesSean Dague2008-04-081-3/+3
| | | | | | to reflect what they really are.
* more refactoring, this time on InventoryFolderBaseSean Dague2008-04-071-7/+7
| | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Clean up logging calls using String.Format explicitlyJeff Ames2008-02-101-3/+3
|
* Converted logging to use log4net.Jeff Ames2008-02-051-7/+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.
* Move unused inventory files into the atticJustin Clarke Casey2007-12-311-2/+2
|
* Move inventory contents configuration files to bin/inventory folderJustin Clarke Casey2007-12-281-3/+3
|
* * Optimized usingslbsa712007-12-271-20/+23
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames2007-12-201-2/+2
| | | | Works with LibSL rev>1532
* Fix possible array indexing exception in inventory serverJeff Ames2007-12-111-4/+2
|
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-101-1/+1
| | | | notice of doom
* Step one on the long march towards grid based inventory. Introduction of an ↵Tleiades Hax2007-10-301-43/+127
| | | | InevntoryServer
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-85/+46
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-46/+85
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* changed to native line ending encodingSean Dague2007-07-161-125/+125
|
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+125
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.