secondlife / secondlife/viewer
Fix rezzing of no-copy items in a no-rez area
@Rider-Linden is already working on this.
Since Feb 25, 2025.
- Dominant language
- C++
- Stars
- 299
- Forks
- 146
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 88
Description
Rezzing of no-copy items need a change in logic / action.
When a no-copy item is rezzed in a no-rez area it vanishes from inventory, requiring a user to RELOG in order to retrieve the item.
This does not always work, sometimes causing inventory loss and the necessity of going through a re-delivery process... which is not always available. In such case the inventory item is lost permanently.
Wouldn't it make sense to have the system check for rez-rights BEFORE any attempt at rezzing occurs, leaving inventory untouched if rez-rights do not exist? This would seem a simple fix... an easy check before any attempt at rezzing is performed.
This would eliminate dozens (hundreds? thousands?) of relogs a day, reducing the strain on sim servers and asset servers.
https://secondlife.canny.io/admin/board/bug-reports/p/fix-rezzing-of-no-copy-items
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.