Commit Graph

8 Commits

Author SHA1 Message Date
Cinder Roxley
8d2a99b0ce Fix build... 2024-08-30 11:36:55 -05:00
Adam Frisby
36a07fe308 * Renames Avatar.name to _cachedName, and Avatar.groupName to _cachedGroupName to better explain their purpose.
* Removes redundant assignment
2024-08-30 10:15:35 -05:00
Adam Frisby
66ef0080bd * Marks members of Attachment as read-only
* Implements IEquatable<Attachment> on Attachment
2024-08-30 10:15:20 -05:00
Adam Frisby
6e8c90ba0f * You can now check how many attachments an avatar should have via Avatar.Attachments - this needs a Simulator change to support it, as it is a new message property in Avatar messages.
* This can be used for determining if an avatar is "completely loaded" from the network side, along with the next commit...
2024-08-30 10:13:31 -05:00
Aech Linden
9cb4cb1ad5 * Fix some bugs in LibreMetaverse such that we weren't receiving changes to the displayed group title:
* Clear cached name, groupName in Avatar when an ObjectUpdate has new NameValues.
* Some message paths didn't maintain group title, while others did. (Although I don't think that affects this implementation.)
* In the proxy, do send an avatar update for group title changing to empty string.
* ActivateGroup and RequestAgentDataUpdate commands from UI to app to proxy to sim.
* Message back to UI OnAgentDataUpdate, so that we can tell whether a given group of this agent is already active.
2024-08-29 21:09:02 -05:00
Cinder Roxley
aa713bcae5 Pedantic, but let's use consistent type keywords 2024-06-30 17:49:24 -05:00
Cinder Biscuits
9e1fa3f882 Misc cleanup 2019-06-08 17:58:54 -05:00
Ricky C
f1e4854bab File name change part 1 2017-03-11 22:21:07 -08:00