<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llprimitive, 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-03-30T09:10:44Z</updated>
<entry>
<title>Merge tag 'Second_Life_Release#f148dbcc-26.2' into 2026.02</title>
<updated>2026-03-30T09:10:44Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-03-30T09:10:44Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=14239ba6f6d4a73038a270de5d8f295fb59498bd'/>
<id>urn:sha1:14239ba6f6d4a73038a270de5d8f295fb59498bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mac build fix for a merge issue.</title>
<updated>2026-03-16T01:31:56Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-03-13T17:03:44Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f148dbcc8a9566f1f717fdeb00813ad57427bee7'/>
<id>urn:sha1:f148dbcc8a9566f1f717fdeb00813ad57427bee7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#2975 Fix scale calculation</title>
<updated>2026-03-16T01:31:56Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-03-12T20:10:05Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e2e62f921d1a60a069f49b09efd941f6f91a0587'/>
<id>urn:sha1:e2e62f921d1a60a069f49b09efd941f6f91a0587</id>
<content type='text'>
Needs to account for rotation
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02</title>
<updated>2026-03-07T06:55:05Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-03-07T06:55:05Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=eac10375e294cd24c21c09497e838e70dcf4d74a'/>
<id>urn:sha1:eac10375e294cd24c21c09497e838e70dcf4d74a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#2975 PBR support for planar aligment</title>
<updated>2026-01-29T23:07:21Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-01-28T01:43:43Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=98d7f697ce5d7509a4dabde877de2856e27892dd'/>
<id>urn:sha1:98d7f697ce5d7509a4dabde877de2856e27892dd</id>
<content type='text'>
Since checkbox is shared between pbr and normal textures, I'm making it affect both for now.
</content>
</entry>
<entry>
<title>Reduce temporary istringstream allocations during LLDate and GLTF override parsing</title>
<updated>2026-01-21T20:07:08Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2026-01-11T18:22:32Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=2f8d6420f346b6ee8c98860030b03d79ff88a9c4'/>
<id>urn:sha1:2f8d6420f346b6ee8c98860030b03d79ff88a9c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace usage of remaining boost::unordered containers with std</title>
<updated>2026-01-21T20:07:08Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2026-01-10T09:54:16Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=76a80b6787290dc8a950b43b67e5b4cd6238014f'/>
<id>urn:sha1:76a80b6787290dc8a950b43b67e5b4cd6238014f</id>
<content type='text'>
Replace LLUUID and LLMaterialID container hashing functions with more collision resistant versions
Utilize boost::hash_combine for TEMaterialPair to generate good hash distribution
Generalize is_in_map and get_if_there for usage with all mapped types
</content>
</entry>
<entry>
<title>Optimize away repeated map finds for getParameterEntry* functions via pointers</title>
<updated>2026-01-05T16:24:37Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2026-01-02T14:50:59Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=647b26d7b75644f97b2d9afcb1a11f677ae107f5'/>
<id>urn:sha1:647b26d7b75644f97b2d9afcb1a11f677ae107f5</id>
<content type='text'>
Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;
</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>#5086 Fix 'Copy SLURL' generating obsolete http link</title>
<updated>2025-12-02T19:48:12Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2025-12-02T13:49:30Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=35661866fbaa5d1b1437c998d61121cf651839a5'/>
<id>urn:sha1:35661866fbaa5d1b1437c998d61121cf651839a5</id>
<content type='text'>
use https
</content>
</entry>
</feed>
