aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06Show more meaningful error messages when failed to give an item to another userOren Hurvitz1-6/+5
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-1/+1
2014-03-24Refactored Load IAR: created a generic mechanism to modify the SOG's as they ...Oren Hurvitz1-47/+19
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz1-2/+2
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-2/+2
2013-09-21minor: Recomment out log message uncommented in previous cbdfe969Justin Clark-Casey (justincc)1-4/+4
2013-09-21When giving items between avatars in different simulators, only add the item ...Oren Hurvitz1-9/+44
2013-08-23Fix a printing of exception error in InventoryArchiveModule that onlyRobert Adams1-1/+1
2013-07-05Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be...Diva Canto4-23/+27
2013-04-29Add TestRejectGivenFolder() and TestAcceptGivenFolder() regression testsJustin Clark-Casey (justincc)2-5/+198
2013-04-29Add regression test for inventory item give, reject and subsequent trash fold...Justin Clark-Casey (justincc)1-0/+256
2013-04-29Add regression test for offer, accept and subsequent receiver delete of an it...Justin Clark-Casey (justincc)1-80/+3
2013-04-29Fix bug where an agent that declined an inventory offer and subsequently empt...Justin Clark-Casey (justincc)1-2/+8
2013-02-16Separate IAR tests into separate files for load/save/loadpath testsJustin Clark-Casey (justincc)3-245/+198
2013-02-16Make it so that "load iar / ..." does not save the 'root' "My Inventory" folder.Justin Clark-Casey (justincc)2-1/+60
2013-02-16Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)5-27/+179
2013-02-08On IAR loading, if loading of a coaleseced item entirely fails, then continue...Justin Clark-Casey (justincc)1-0/+18
2013-01-02If Save OAR/IAR times-out while waiting for assets then notify the caller tha...Oren Hurvitz1-2/+8
2012-12-08Re-enable code disabled in f605a62 to allow a TaskInventoryAccepted message t...Justin Clark-Casey (justincc)1-70/+68
2012-11-17Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuidJustin Clark-Casey (justincc)2-5/+4
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-11-13Disable code to get server-side to move given items to a destination folder o...Justin Clark-Casey (justincc)1-67/+70
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto1-1/+1
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie1-1/+1
2012-11-11One more module converted: InventoryArchiverModule.Diva Canto1-8/+31
2012-11-04Prevent IMs being sent to prims when avies decline inventory offers from them.Diva Canto1-9/+12
2012-11-01Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)1-2/+2
2012-10-27minor: Fix verbose IAR save message to make it a bit clearer that item data i...Justin Clark-Casey (justincc)1-1/+1
2012-10-26Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)3-14/+29
2012-10-26Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)1-77/+77
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)1-0/+4
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-0/+42
2012-10-02Attempt to fix Mantis #6311. Honor a destination folder if one is givenMelanie1-0/+39
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)1-32/+32
2012-07-17Fix regression where llGiveInventory() had stopped asking non-owner receivers...Justin Clark-Casey (justincc)1-1/+3
2012-06-27Fix issue in InventoryArchiveTestCase where it didn't call down to OpenSimTes...Justin Clark-Casey (justincc)1-1/+2
2012-06-27Automatically disable log4net before each regression test so that logging is ...Justin Clark-Casey (justincc)1-1/+1
2012-04-27Use DotNetZip to compress OARs and IARs.Oren Hurvitz1-1/+4
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)3-9/+9
2012-04-13Added ability to exclude inventory items or folders when saving IAR files.Kevin Cozens2-84/+128
2012-03-17Clean up "save iar" helpJustin Clark-Casey (justincc)1-8/+8
2012-03-10minor: In IAR save, log when we start adding the control file rather than say...Justin Clark-Casey (justincc)1-2/+3
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-2/+2
2012-02-25Remove EXPERIMENTAL tags from load iar/save iar commands.Justin Clark-Casey (justincc)1-3/+0
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2-6/+6
2012-02-03Corrected console help texts for "save iar"Snoopy Pfeffer1-2/+2
2012-01-25Update save oar and save iar help responses to reflect new -h|--homenebadon1-2/+2
2012-01-11If deserializing a scene object fails during IAR load then ignore the object ...Justin Clark-Casey (justincc)1-1/+4
2011-10-27Comment out inventory folder bulk update code on InventoryAccepted message in...Justin Clark-Casey (justincc)1-12/+18
2011-09-01If the user receiving an inventory folder has left the scene by the time the ...Justin Clark-Casey (justincc)1-5/+4