Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 1 | -3/+3 | |
to reflect what they really are. | |||||
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 1 | -25/+25 | |
* wrap attributes in properties * clean up names a little bit * clean up name styles | |||||
2008-04-07 | Refactor InventoryItemBase to do the following: | Sean Dague | 1 | -41/+41 | |
* wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | |||||
2008-04-02 | fix ups to include OpenSim.Framework explicit includes (they | Sean Dague | 1 | -0/+1 | |
were implicitly included before). Everything builds again. Now off to testing. | |||||
2008-04-02 | attempt to fix up all refernces to new directory structure | Sean Dague | 1 | -1/+1 | |
2008-04-02 | whole lot more moving | Sean Dague | 1 | -0/+0 | |
2008-03-28 | * Send full inventory folder skeleton to standalone client logins rather ↵ | Justin Clarke Casey | 1 | -6/+2 | |
than just the root child folders * This may resolve some current problems with non root child folders on standalone installations. * A fix for the same problem in grid mode will come soon. | |||||
2008-03-28 | * fixed pk_violation on rename for MSSQLInventoryData | lbsa71 | 1 | -0/+6 | |
("le fix le plus ugly for le problem trés dumb") | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -29/+27 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -16/+18 | |
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-05 | Fix for typo in updateInventoryItem in MSSQLInventoryData.cs (thanks Grumly!) | Brian McBee | 1 | -1/+1 | |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -82/+81 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-23 | Miscellaneous small tweaks and more logging messages to move towards ↵ | Justin Clarke Casey | 1 | -1/+1 | |
resolving inventory problems | |||||
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -28/+28 | |
Works with LibSL rev>1532 | |||||
2007-12-15 | Grid Inventory feature upgrade: renaming folders should now be correct, ↵ | Brian McBee | 1 | -0/+28 | |
subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode. | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -1/+1 | |
notice of doom | |||||
2007-12-08 | This patch fixes mantis 105. Basically, it stops the index exception when | Sean Dague | 1 | -7/+9 | |
no root folder is found and it makes the user server wait longer for the inventory server to do its work. From Justin Casey (IBM) | |||||
2007-12-05 | * Applied MSSQL Patch from akokko, Thanks! akokko | Teravus Ovares | 1 | -0/+697 | |
* This hasn't been tested in MSSQL mode, however it's been checked to make sure it doesn't cause any issues with mySQL/SQLlite |