<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llplugin, branch main</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=main</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-06-22T03:25:21Z</updated>
<entry>
<title>Flatpak support</title>
<updated>2026-06-22T03:25:21Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-22T00:34:39Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=ee87dd9f21e0dcd5a2f3a78586e5ae5d2ba592d5'/>
<id>urn:sha1:ee87dd9f21e0dcd5a2f3a78586e5ae5d2ba592d5</id>
<content type='text'>
Still uses prebuilt GLU, could be improved by using the glu shared
module.
Still uses prebuilt OpenAL, could be improved by separating the
ALUT dependency (which isn't available on the runtime) from it,
so we could use runtime's OpenAL.
Still uses prebuilt LibXML2, could be improved by separating the
Minizip &amp; ColladaDOM from it (which aren't available on the
runtime) from it, so we could use runtime's LibXML2 but have
ColladaDOM built against it (and a still non-runtime Minizip).
Still uses FLTK 1.3, when I tried using 1.4, it still had linking
errors (might need to just add Cairo libraries to the
target_link_libraries).
VLC plugins are installed in vlc/plugins path relative to the vlc
&amp; vlccore libraries, the way they are in the distro I got the
binaries from (Debian), cause I think it's the libraries that are
compiled with that path.
Still uses prebuilt dependencies in general, could be improved by
having them as modules to be built.
_FORTIFY_SOURCE needs to be skipped to avoid redefinition cause
Flatpak build system already defines it.
The conditionals for deciding installation paths need to be
reorganised to accomodate installation that doesn't require an
encapsulating namespace (because the installed files are already
encapsulated in the app sandbox).
The library directory naming scheme used here is lib64.
The libGLESv2.so &amp; libvulkan.so.1 installed are still copies, not
links yet, because I'm still not familiar yet with the runtime
hierarchies (they might reside just in /usr/lib/x86_64-linux-gnu).
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#8ffb73b4-26.2' into 2026.02</title>
<updated>2026-04-19T00:51:40Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-04-19T00:50:43Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=badf783df47cb08de85a7abfa612ce813628058d'/>
<id>urn:sha1:badf783df47cb08de85a7abfa612ce813628058d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#5607 workaround fix for the web content being black after resizing</title>
<updated>2026-04-08T21:08:07Z</updated>
<author>
<name>Maxim Nikolenko</name>
<email>maximnproductengine@lindenlab.com</email>
</author>
<published>2026-04-08T21:08:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=7fc1d9a1aec58acfc4359ffa45c8b1ce342fb2d8'/>
<id>urn:sha1:7fc1d9a1aec58acfc4359ffa45c8b1ce342fb2d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01</title>
<updated>2025-12-04T08:48:50Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-12-04T05:58:12Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e3a35af2c676fb211ff7d01a79eb1a3299bc82f3'/>
<id>urn:sha1:e3a35af2c676fb211ff7d01a79eb1a3299bc82f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5094 from secondlife/main</title>
<updated>2025-12-03T16:52:11Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@lindenlab.com</email>
</author>
<published>2025-12-03T16:52:11Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=6b866bc6432ef88a79a826c09b17107392bde15f'/>
<id>urn:sha1:6b866bc6432ef88a79a826c09b17107392bde15f</id>
<content type='text'>
2025.08 -&gt; Develop</content>
</entry>
<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>Merge tag 'Second_Life_Release#f7516a46-2025.08' into 2025.08</title>
<updated>2025-11-01T03:38:42Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-11-01T03:38:42Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=238e0e4e1501c5a82f6798f40e0253848c09645c'/>
<id>urn:sha1:238e0e4e1501c5a82f6798f40e0253848c09645c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#4918 Crash at LLPluginProcessParent::poll</title>
<updated>2025-10-31T17:13:26Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2025-10-31T16:47:01Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f7516a463114e3982b7d4cbd86645fc4369ffce9'/>
<id>urn:sha1:f7516a463114e3982b7d4cbd86645fc4369ffce9</id>
<content type='text'>
Bugsplat shows that mutex is null.
It's possible that no instances exist thus mutex wasn't initialized.
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#4e2a9667-2025.08' into 2025.08</title>
<updated>2025-10-26T04:45:19Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-10-25T12:04:44Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=aa76edd40883e57541dc85b14d098708d6e074ed'/>
<id>urn:sha1:aa76edd40883e57541dc85b14d098708d6e074ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#4839 Crash at LLPluginProcessParent::poll</title>
<updated>2025-10-21T17:59:39Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2025-10-21T17:34:23Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0d5138c1f93a77ff52551a76d0d8575413550859'/>
<id>urn:sha1:0d5138c1f93a77ff52551a76d0d8575413550859</id>
<content type='text'>
Missed lock
</content>
</entry>
</feed>
