Commit Graph

5 Commits

Author SHA1 Message Date
nooperation
b0b929b023 Refactoring InventoryMap 2025-08-27 19:29:12 -04:00
nooperation
aa76dcbeff Added gesture support
Added flag to indicate item is a link (this is for a special exception for "nostrip")
2025-08-27 01:02:54 -04:00
nooperation
24d65d3c50 Adding tests for NoStrip item and folder names
Revisited attach/detach commands and how they interact with folder restrictions
Supporting item links (item links don't exist in this library - just duplicate copies of the same exact item with the same exact id, but in different folders. We will probably need to add a flag to indicate it's a linked item in the future)
2025-08-24 00:27:42 -04:00
nooperation
44103df8c1 Combined 'TryGetSharedFolderAsync' and 'TryGetCurrentOutfitAsync' and the creation of an inventory map into 'TryGetInventoryMapAsync'
Easier to differentiate between items in the shared #RLV folder and attached items that are not in the shared folder
Minor internal refactoring
Updated tests
2025-08-21 04:58:45 -04:00
nooperation
d905210ecf Initial commit of LibreMetaverse.RLV and LibreMetaverse.RLV.Tests.
This library provides RLV command processing and ease of use for checking current RLV permissions and restrictions
2025-08-17 19:55:33 -04:00