Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A few minor tweaks here and there in XInventoryService. | Diva Canto | 2012-04-06 | 1 | -14/+48 |
| | |||||
* | Reverse a conditional in XInventory that made updating system folder evrsion ↵ | Melanie | 2012-03-27 | 1 | -1/+1 |
| | | | | numbers impossible | ||||
* | Send the config section name up to the service classes themselves ↵ | Diva Canto | 2012-03-27 | 1 | -2/+10 |
| | | | | (XInventory and Assets). | ||||
* | Fix avatar parameter updating for viewer 3 and maybe 2. | Justin Clark-Casey (justincc) | 2011-09-23 | 1 | -5/+9 |
| | | | | | | | | | When a slider parameter is changed, the viewer uploads a new shape (or other asset) and the item is updated to point to it. Viewer 1 uploaded the data in the initial request itself, so the asset references was almost always correctly updated. However, viewer 3/2 always uploads data in a subsequent xfer, which exposed a race condition where the viewer would make the item update before the asset had uploaded. This commit shuffles the order of operations to avoid this race, the item is updated with the new asset id instead of the old one while the upload was still taking place. A second race had to be fixed where avatar appearance would also be updated with the old asset id rather than the new one. This was fixed by updating the avatar appearance ids when the appearance was actually saved, rather than when the wearables update was made. | ||||
* | HG inventory transfers over the profile working. | Diva Canto | 2011-05-27 | 1 | -5/+5 |
| | |||||
* | fix bug where outfit folder links could not be deleted | Justin Clark-Casey (justincc) | 2011-05-26 | 1 | -4/+4 |
| | |||||
* | Allow item links to be deleted even when other deletes and purges are disabled. | Justin Clark-Casey (justincc) | 2011-05-19 | 1 | -6/+28 |
| | | | | | | | If these links are not deleted, then they will build up in the player's inventory until they can no longer log in. Accidental deletion of links due to bugs or other causes is potentially inconvenient but on a par with items being accidentally moved. When a link is deleted, the target of the link is never touched. This is a general solution that accounts for the use of links anywhere in the user's inventory. | ||||
* | Accidentally committed too early | Justin Clark-Casey (justincc) | 2011-05-18 | 1 | -24/+6 |
| | | | | | | Revert "Allow item links to be deleted even when other deletes and purges are disabled." This reverts commit 491279f99afc65860d44765ee7829c7dd5e4e38e. | ||||
* | Allow item links to be deleted even when other deletes and purges are disabled. | Justin Clark-Casey (justincc) | 2011-05-17 | 1 | -6/+24 |
| | | | | | | | If these links are not deleted, then they will build up in the player's inventory until they can no longer log in. Accidental deletion of links due to bugs or other causes is potentially inconvenient but on a par with items being accidentally moved. When a link is deleted, the target of the link is never touched. This is a general solution that accounts for the use of links anywhere in the user's inventory. | ||||
* | Commented verbose debug message. | Diva Canto | 2011-04-24 | 1 | -1/+1 |
| | |||||
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ↵ | Diva Canto | 2010-11-21 | 1 | -2/+2 |
| | | | | | | themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255). | ||||
* | Fix cast issue | Melanie | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Allow increasing the version in system folders | Melanie | 2010-09-02 | 1 | -1/+7 |
| | |||||
* | Update: Allow the version to increase only | Melanie | 2010-09-02 | 1 | -1/+2 |
| | |||||
* | Disallow modification of system folders. Prevent changing the type of folders | Melanie | 2010-09-02 | 1 | -1/+16 |
| | | | | and prevent resetting the version number | ||||
* | Fix bug in llGiveInventory() where items were disappearing on relog | Justin Clark-Casey (justincc) | 2010-08-23 | 1 | -1/+13 |
| | | | | | This was a regression - the code to look up the correct type folder was no longer being called if items were added without a parent folder set This may have been broken since commit bd49985a on 2010-05-02 | ||||
* | Remove various warnings and improve logging messages. No functional changes. | Justin Clark-Casey (justincc) | 2010-08-23 | 1 | -1/+6 |
| | |||||
* | Allow the trash folder itself to be passed to PurgeFolder | Melanie Thielker | 2010-08-06 | 1 | -0/+3 |
| | |||||
* | Add some options | Melanie | 2010-07-24 | 1 | -0/+11 |
| | |||||
* | Fix some inventory issues | Melanie | 2010-07-24 | 1 | -0/+29 |
| | |||||
* | Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵ | Justin Clark-Casey (justincc) | 2010-07-14 | 1 | -2/+4 |
| | | | | the iar module from being able to save single item iars | ||||
* | Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG ↵ | Diva Canto | 2010-06-29 | 1 | -1/+8 |
| | | | | xinventory is the folder "My Inventory". Also changed the Suitcase folder name to "My Suitcase". | ||||
* | Changed XInventoryData's CreatorID to a string. | Diva Canto | 2010-06-08 | 1 | -2/+2 |
| | |||||
* | Fixes mantis #4691 | Diva Canto | 2010-05-16 | 1 | -1/+1 |
| | |||||
* | Started redoing HGInventoryBroker for XInventory and with multi-protocol in ↵ | Diva Canto | 2010-04-29 | 1 | -3/+3 |
| | | | | mind. Unfinished. | ||||
* | XInventory connector/handler showing signs of life. Tested, but needs more ↵ | Diva Canto | 2010-04-27 | 1 | -4/+4 |
| | | | | testing. | ||||
* | Create root inventory folder with proper type (9) instead of -1 | Melanie | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | * Bug fix in XInventoryData -- groupOwned is an int in the DB | Diva Canto | 2010-01-31 | 1 | -2/+8 |
| | | | | * Bug fix in InventoryServerInConnector -- m_config | ||||
* | * Added a few files that were missing in the repo. | Diva Canto | 2010-01-31 | 1 | -25/+25 |
| | | | | * New HGInventoryService which allows restricted access to inventory while outside | ||||
* | Finish conversion if XInventoryService | Melanie | 2010-01-04 | 1 | -12/+46 |
| | |||||
* | First stage port of the XInventoryService | Melanie | 2010-01-04 | 1 | -0/+474 |