<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview/llvoavatarself.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2025-12-01T10:46:57Z</updated>
<entry>
<title>#5078 Replace boost::function with std::function</title>
<updated>2025-12-01T10:46:57Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-12-01T10:46:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1'/>
<id>urn:sha1:fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1</id>
<content type='text'>
* Replace boost::function usage with std::function for easier debugging and reduced compiler warnings
* Remove a few remaining instances of boost::noncopyable that were missed in tests

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;</content>
</entry>
<entry>
<title>#5072 Use make_shared for more efficient ref counting and allocation</title>
<updated>2025-11-28T16:03:31Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-11-28T16:03:31Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=54b3f3de64f3749022d95063c7439bfed316645f'/>
<id>urn:sha1:54b3f3de64f3749022d95063c7439bfed316645f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option to disable selection hints</title>
<updated>2025-07-29T17:12:46Z</updated>
<author>
<name>Kyler Eastridge</name>
<email>felix.wolfz@gmail.com</email>
</author>
<published>2025-07-27T17:04:35Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=87fa994ad02a36a1b47c715b44e05ebff0e6e219'/>
<id>urn:sha1:87fa994ad02a36a1b47c715b44e05ebff0e6e219</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#3725 Improve reporting of avatar statistics</title>
<updated>2025-07-10T21:22:54Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-07-10T17:45:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=2e931a55adef97812f9673b8b03691bfa134403b'/>
<id>urn:sha1:2e931a55adef97812f9673b8b03691bfa134403b</id>
<content type='text'>
1. Don't report UI avatars, they are local and UI specific
2. Split animeshes from normal avatars
3. Rename 'cloud' to 'missing parts', it's not related to 'cloud'
4. Exclude self
5. Report avatars held by meshes
</content>
</entry>
<entry>
<title>Revert "Merge develop into glTF mesh import"</title>
<updated>2025-06-28T01:28:58Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2025-06-28T01:28:58Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=b0c951ffe348f478f27a85720cc7aeffea32fe73'/>
<id>urn:sha1:b0c951ffe348f478f27a85720cc7aeffea32fe73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restore glTF mesh modifications.</title>
<updated>2025-06-27T23:23:48Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2025-06-27T23:23:48Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ef7bfa5e5260d26505bf8ae90780ee45de9216ef'/>
<id>urn:sha1:ef7bfa5e5260d26505bf8ae90780ee45de9216ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/main' into geenz/2025.04-to-develop</title>
<updated>2025-05-28T15:52:16Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@lindenlab.com</email>
</author>
<published>2025-05-28T15:52:16Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=fe4f85e587fc01319f0570541394eeca57273ba2'/>
<id>urn:sha1:fe4f85e587fc01319f0570541394eeca57273ba2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce cost of joint lookups by reducing string allocations via use of std::string_view and heterogeneous map lookups (#3970)</title>
<updated>2025-04-25T17:52:38Z</updated>
<author>
<name>Ansariel Hiller</name>
<email>Ansariel@users.noreply.github.com</email>
</author>
<published>2025-04-25T17:52:38Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=10a324a1034c177b95545ac7ffaa6aa6abed65ff'/>
<id>urn:sha1:10a324a1034c177b95545ac7ffaa6aa6abed65ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#3870 Added joint initialization for LLVOAvatarSelf</title>
<updated>2025-04-22T09:39:42Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-04-21T13:59:29Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=87b6428f5537238c970cabbc30e057914935a50c'/>
<id>urn:sha1:87b6428f5537238c970cabbc30e057914935a50c</id>
<content type='text'>
Sometimes mesh thread crashes when allocating joints
</content>
</entry>
<entry>
<title>#3870 Crash at LLVOAvatarSelf::getJoint()</title>
<updated>2025-04-07T18:13:48Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-04-03T18:15:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3d7de1b39ba23a308900a677b3a368184f5f59a0'/>
<id>urn:sha1:3d7de1b39ba23a308900a677b3a368184f5f59a0</id>
<content type='text'>
A long standing one
</content>
</entry>
</feed>
