<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llrender/llfontfreetype.cpp, branch 26.4</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://www.megapahit.org/viewer.git/atom?h=26.4</id>
<link rel='self' href='https://www.megapahit.org/viewer.git/atom?h=26.4'/>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/'/>
<updated>2026-09-04T15:25:54Z</updated>
<entry>
<title>Merge tag 'Second_Life_Release#a4aa523-26.4' into 26.4</title>
<updated>2026-09-04T15:25:54Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-09-04T15:09:56Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=7f8684301a716d23343cd6e85a4759f3a11546d4'/>
<id>urn:sha1:7f8684301a716d23343cd6e85a4759f3a11546d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'secondlife/release/26.4' into 26.4</title>
<updated>2026-09-04T13:58:53Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-09-01T10:35:23Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=00bb3bb6f07660bd914d29a1389342bb3060d254'/>
<id>urn:sha1:00bb3bb6f07660bd914d29a1389342bb3060d254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#6225 Fix tbular number width inconsistency</title>
<updated>2026-09-02T17:08:00Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-09-01T19:52:51Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=f82de8d930f853353f6bbad7e2f20ca45516d90d'/>
<id>urn:sha1:f82de8d930f853353f6bbad7e2f20ca45516d90d</id>
<content type='text'>
Renamed mXAdvance into mXAdvanceRaw to make it clearer that value
shouldn't be used directly.
</content>
</entry>
<entry>
<title>Merge branch 'geenz/linux-to-develop' into marchcat/lua-linux-develop</title>
<updated>2026-08-13T01:19:15Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2026-08-13T01:19:15Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=f376c52ee2a22b3b58263d86566394e80626fc1a'/>
<id>urn:sha1:f376c52ee2a22b3b58263d86566394e80626fc1a</id>
<content type='text'>
# Conflicts:
#	.github/workflows/build.yaml
#	indra/llinventory/llinventory.cpp
#	indra/newview/CMakeLists.txt
#	indra/newview/llappviewer.cpp
#	indra/newview/llappviewerwin32.cpp
#	indra/newview/llviewermenu.cpp
#	indra/newview/llvoiceclient.cpp
#	indra/newview/skins/default/xui/en/floater_preferences_graphics_advanced.xml
</content>
</entry>
<entry>
<title>Merge pull request #5993 from nibbbl/cjk-lazy-font-fallback</title>
<updated>2026-07-24T09:26:16Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>118752495+marchcat@users.noreply.github.com</email>
</author>
<published>2026-07-24T09:26:16Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=e32d763ccbe1b02c7d74a5b63712ec946a24b42e'/>
<id>urn:sha1:e32d763ccbe1b02c7d74a5b63712ec946a24b42e</id>
<content type='text'>
Fix missing CJK/Indic text on Linux with lazy font fallback</content>
</entry>
<entry>
<title>Fix missing CJK/Indic text on Linux with lazy font fallback</title>
<updated>2026-07-12T23:39:04Z</updated>
<author>
<name>nibbbl</name>
<email>63519528+nibbbl@users.noreply.github.com</email>
</author>
<published>2026-07-12T23:29:00Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=b9a83b97a937f6404ff6932a3ac9e2cc8f797456'/>
<id>urn:sha1:b9a83b97a937f6404ff6932a3ac9e2cc8f797456</id>
<content type='text'>
Resolve fallback fonts per-glyph from FontConfig on demand instead of a
truncated static list, so CJK/Thai/Indic scripts render.
</content>
</entry>
<entry>
<title>#5966 Fixed width font's numbers</title>
<updated>2026-07-10T12:36:35Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-07-09T18:08:09Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=97b0c99e29a60e858f7328094de7e59e5ad02278'/>
<id>urn:sha1:97b0c99e29a60e858f7328094de7e59e5ad02278</id>
<content type='text'>
Dejavu used fixed width numbers by default, tweaked fonts to do the same
for inter (when weight &gt; 0).
</content>
</entry>
<entry>
<title>Merge tag 'Second_Life_Release#663bf4d3-26.3' into 26.3</title>
<updated>2026-06-13T09:44:11Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-06-13T06:20:22Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=191669d38d232d2bd61a0dd2252c7a3543a2b467'/>
<id>urn:sha1:191669d38d232d2bd61a0dd2252c7a3543a2b467</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#5858 Crash at LLFontFreetype::renderGlyph</title>
<updated>2026-05-22T14:14:48Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-05-21T19:50:34Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=e88380e464d7a0275556f99e38bd0f67358bcd4e'/>
<id>urn:sha1:e88380e464d7a0275556f99e38bd0f67358bcd4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into geenz/26.2-to-26.3</title>
<updated>2026-05-20T15:43:36Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@geenzo.com</email>
</author>
<published>2026-05-20T15:43:36Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=3f82abe033887ff690398381563100735e008df4'/>
<id>urn:sha1:3f82abe033887ff690398381563100735e008df4</id>
<content type='text'>
</content>
</entry>
</feed>
