The following messages have been marked deprecated for some time and will be wholly removed from the viewer and the backend in a near timeframe:
Sent by Viewer:
- UpdateInventoryFolder
- LLViewerInventoryCategory::updateServer
- Ran on startup to ensure default folder structure exists.
- LLViewerInventoryCategory::changeType
- When listing on marketplace
- update_inventory_category (also in llviewerinventory.cpp)
- When renaming a folder.
- When renaming an outfit.
- UpdateInventoryItem
- LLViewerInventoryItem::updateServer
- Wear and start editing a new wearable
- Move wearable to new attach point?
- Copy into favorites
- Drag and drop to favorites
- Changing item name/description/next owner perms/sales info
- Saving Landmarks
- Creating scripts, notecards, gestures, wearables
- On commit of previews. Upload, body shape, clothes, gestures, notecards, scripts, etc.
- Bakes
- Arrival of inventory from a container
- update_inventory_item (also in llviewerinventory.cpp)
- Wearing/unwearing wearables
- RemoveInventoryFolder
- remove_inventory_category
- FetchInventoryDescendents
- LLViewerInventoryCategory::fetch
- FetchInventory
- fetch_items_from_llsd
- When fetching items in current directory. Always gets hit on startup.
- LinkInventoryItem
- Get Current Outfit
- Change Current Outfit
- Save changes to wearable
- Create Base Outfit on first login
- Add item to current outfit
- Drag and drop to current outfit
Received by viewer:
- InventoryDescendents
- LLInventoryModel::processInventoryDescendents
- Server code is already gone.
- FetchInventoryReply
- LLInventoryModel::processFetchInventoryReply
- Server code is already gone.
|
|