AlchemyViewer / Alchemy

Alchemy is a Second Life compatible viewer striving to be at the forefront of stability, performance, and technological advancement in the open-source metaverse viewer field.
https://www.alchemyviewer.org
GNU Lesser General Public License v2.1
26 stars 14 forks source link

Skeleton reset fix #103

Closed FelixWolf closed 3 months ago

FelixWolf commented 3 months ago

Fixes the ability to reset skeleton for other avatars locally. TL;DR: I did double checks on this, once before it broadcasts, and once after it is received. Problem is, it has the source object regardless if it is broadcast. Now, if it is originated from the viewer that received the message (I.E. local effect rather than network broadcast), always see it as a "allowed" viewer effect.

Crexon1 commented 3 months ago

I've noticed this is also broken in the latest Atlasaurus 7.1.9.10326512121 build so im curious if this does fix for Alchemy it might be useful to upstreamed to the LL viewer.

https://feedback.secondlife.com/bug-reports/p/reset-skeleton-issues

DarlCat commented 3 months ago

Upstream PR is at https://github.com/secondlife/viewer/pull/2383