<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview, branch main</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://www.megapahit.org/viewer.git/atom?h=main</id>
<link rel='self' href='https://www.megapahit.org/viewer.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/'/>
<updated>2026-07-07T13:23:58Z</updated>
<entry>
<title>MacPorts' expat (compatibility) has been updated</title>
<updated>2026-07-07T13:23:58Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-07T13:23:58Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=36e00deb0463b5aaff3fe7c3f8cea1b2936d8681'/>
<id>urn:sha1:36e00deb0463b5aaff3fe7c3f8cea1b2936d8681</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FMOD has been upgraded</title>
<updated>2026-07-02T12:32:16Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-02T12:32:16Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=c34528ea43676af207fff563f095454538ad86ed'/>
<id>urn:sha1:c34528ea43676af207fff563f095454538ad86ed</id>
<content type='text'>
and OpenAL &amp; FreeALUT dynamic libraries are only bundled if
USE_OPENAL is ON on Flatpak.
</content>
</entry>
<entry>
<title>Send Pipewire volume catcher message on FBSD too</title>
<updated>2026-07-02T12:27:25Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-07-02T12:27:25Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=ec5fed6a7f1b677f6c11a3c66184bc56de58a279'/>
<id>urn:sha1:ec5fed6a7f1b677f6c11a3c66184bc56de58a279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Not use address size suffix for Flatpak library dir</title>
<updated>2026-06-23T12:02:41Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-23T12:02:41Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=0f5b40798a6c122b7104d6bafefcb7decaad2fc3'/>
<id>urn:sha1:0f5b40798a6c122b7104d6bafefcb7decaad2fc3</id>
<content type='text'>
so upstream dullahan_host's rpath, which is meant to have
$ORIGIN/../lib, would correctly refer to the library dir (where
libcef.so is), without having to manipulate dullahan_host (cause
Flatpak SDK doesn't have patchelf). But Dullahan/CEF is still not
working on Flatpak just yet (LibVLC does, now, after I changed the
prebuilt package from Debian 13 binaries to Fedora 44 binaries,
where libvlccore links to libidn with the same compatibility
version.
</content>
</entry>
<entry>
<title>Strip viewer binaries on GCC and Clang</title>
<updated>2026-06-23T11:57:44Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-23T10:50:04Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=3f27cd9a683360843524a42628faa6310e196645'/>
<id>urn:sha1:3f27cd9a683360843524a42628faa6310e196645</id>
<content type='text'>
but excluding AppleClang.
</content>
</entry>
<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://www.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>Fix Dullahan/CEF versions Undefined on Win (&amp; FBSD)</title>
<updated>2026-06-14T06:00:55Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-14T06:00:55Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=7b5b90df5accc8841a0bb5655525dc88214ac904'/>
<id>urn:sha1:7b5b90df5accc8841a0bb5655525dc88214ac904</id>
<content type='text'>
on the About floater. Also, linking to ll::cef should've been
enabled all this time for Windows too (I'm surprised it's been
working anyway).
</content>
</entry>
<entry>
<title>Separate VLC MMX &amp; SSE2 plugins signing for macOS</title>
<updated>2026-06-14T05:53:25Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-14T05:53:25Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=893b93bbbcb2ffc4948f2ebca9dd86be55e79237'/>
<id>urn:sha1:893b93bbbcb2ffc4948f2ebca9dd86be55e79237</id>
<content type='text'>
as they are available only for x86-64.
The PACKAGE=ON parity files are done too in case we switch it on
(and use CPack for macOS too, again) in the future.
</content>
</entry>
<entry>
<title>Basic @detach:uuid=force implementation</title>
<updated>2026-06-12T23:39:08Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-12T23:39:08Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=032ad199c342e53b632671a8561215ff461b2c16'/>
<id>urn:sha1:032ad199c342e53b632671a8561215ff461b2c16</id>
<content type='text'>
There's this:

Force removing attachments : @detach[:attachpt]=force (*)
Implemented in v1.10

Where part is :

chest|skull|left shoulder|right shoulder|left hand|right hand|left foot|right foot|spine|
pelvis|mouth|chin|left ear|right ear|left eyeball|right eyeball|nose|r upper arm|r forearm|
l upper arm|l forearm|right hip|r upper leg|r lower leg|left hip|l upper leg|l lower leg|stomach|left pec|
right pec|center 2|top right|top|top left|center|bottom left|bottom|bottom right|neck|root

It doesn't say UUID, but then there's this:

Force removing attachments (alias) : @remattach[:attachpt or :uuid]=force (*)
Implemented in v1.22, uuid parameter added in v2.9.20

This command is an alias to @detach[:attachpt]=force (to keep things consistent).

So there should be a @detach:uuid=force, because there are objects that command this.
</content>
</entry>
<entry>
<title>Merge pull request #27 from HadetTheUndying/gha</title>
<updated>2026-06-09T03:49:01Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-09T03:49:01Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=6982c898c54bd0d5fee3a2e3b848280fae600274'/>
<id>urn:sha1:6982c898c54bd0d5fee3a2e3b848280fae600274</id>
<content type='text'>
Add Windows x64 &amp; macOS actions</content>
</entry>
</feed>
