Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | further refactor and rename of InventoryFolderBase properties | Sean Dague | 2008-04-08 | 1 | -6/+6 |
| | | | | | | to reflect what they really are. | ||||
* | * Adjust some inventory lookup failure messages to reduce confusion as to ↵ | Justin Clarke Casey | 2008-04-08 | 1 | -5/+7 |
| | | | | what just went wrong | ||||
* | more refactoring, this time on InventoryFolderBase | Sean Dague | 2008-04-07 | 1 | -23/+23 |
| | | | | | | | | * wrap attributes in properties * clean up names a little bit * clean up name styles | ||||
* | * Various 1.19.0.5 grid inventory request fixes. These will only take ↵ | Justin Clarke Casey | 2008-03-29 | 1 | -3/+32 |
| | | | | | | | | | | | | affect once the region and the grid servers have upgraded to this revision * You may also need to clear your cache before seeing any effect. * These fixes may or may not affect inventory on the RC client. * These fixes should make non-root folders work better, stop inventory failure on first login, allow trash to be emptied and make texture picker in object edit view work properly * Fixes are 1) make initial root folder request wait for async inventory delivery, 2) deliver all folders in the initial login skeleton, not just the root child ones and 3) deal with situations where we receive child folders from the inventory service before their parent is received. | ||||
* | * Send full inventory folder skeleton to standalone client logins rather ↵ | Justin Clarke Casey | 2008-03-28 | 1 | -9/+7 |
| | | | | | | | | | 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. | ||||
* | * Just inserting some exploratory comments into inventory code | Justin Clarke Casey | 2008-03-18 | 1 | -0/+12 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
| | |||||
* | Part 2 of fixing inventory for client 1.19.1 (RC), inventory items should ↵ | MW | 2008-03-15 | 1 | -0/+60 |
| | | | | | | | now show up. Most likely still some problems and most like needs some more work (and still a couple of things to finish off). | ||||
* | Clean up more unnecessary String.Format calls | Jeff Ames | 2008-02-13 | 1 | -8/+5 |
| | |||||
* | * Add missing locking to mysql inventory plugin | Justin Clarke Casey | 2008-02-12 | 1 | -0/+3 |
| | | | | | | * Should resolve mantis 542 | ||||
* | Clean up logging calls using String.Format explicitly | Jeff Ames | 2008-02-10 | 1 | -1/+1 |
| | |||||
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -11/+15 |
| | | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | ||||
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -18/+19 |
| | | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF | ||||
* | Yet more inventory debugging messages | Justin Clarke Casey | 2007-12-23 | 1 | -9/+30 |
| | |||||
* | Miscellaneous small tweaks and more logging messages to move towards ↵ | Justin Clarke Casey | 2007-12-23 | 1 | -2/+5 |
| | | | | resolving inventory problems | ||||
* | Refix bug where inventory textures don't appear in prim edit texture ↵ | Justin Clarke Casey | 2007-12-21 | 1 | -6/+15 |
| | | | | | | | | selection box unless previously expanded in inventory. | ||||
* | Grid Inventory feature upgrade: renaming folders should now be correct, ↵ | Brian McBee | 2007-12-15 | 1 | -7/+25 |
| | | | | | | | | subfolders work, moving folders works. Tested only in MYSQL, but may work in MSSQL and sqlite. Probably not working in standalone mode. | ||||
* | Implementing updateinventoryfolder: Should now be able to rename folders in ↵ | Brian McBee | 2007-12-11 | 1 | -0/+20 |
| | | | | inventory | ||||
* | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 2007-12-10 | 1 | -1/+1 |
| | | | | notice of doom | ||||
* | hackish code to allow emptying of trash. This really should be done on the ↵ | Brian McBee | 2007-12-08 | 1 | -1/+21 |
| | | | | | | | | inventory server, and not from the region. Also: it appeared to work the first try, so I have probably done something horribly wrong. | ||||
* | Attempt to fix mantis issue #82, taking prims into inventory and then ↵ | MW | 2007-12-02 | 1 | -0/+9 |
| | | | | rezzing them in another region. | ||||
* | Some refactoring , mainly on Inventory code. | MW | 2007-12-02 | 1 | -0/+203 |