<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llcorehttp, branch 26.4</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.4</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.4'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-09-04T14:45:38Z</updated>
<entry>
<title>Merge tag 'Second_Life_Release#5ddd940b-26.4' into 26.4</title>
<updated>2026-09-04T14:45:38Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-09-04T14:45:38Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f7beb28baafa6600c1e8c9b6a08deb3705ba2e78'/>
<id>urn:sha1:f7beb28baafa6600c1e8c9b6a08deb3705ba2e78</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://megapahit.org/viewer.git/commit/?id=00bb3bb6f07660bd914d29a1389342bb3060d254'/>
<id>urn:sha1:00bb3bb6f07660bd914d29a1389342bb3060d254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Issue #6188: standardize and implement missing `system.*` methods.</title>
<updated>2026-08-27T19:24:19Z</updated>
<author>
<name>Rider Linden</name>
<email>rider@lindenlab.com</email>
</author>
<published>2026-08-27T19:24:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e6e85510e59ea68e75b565de49522ce3327c056d'/>
<id>urn:sha1:e6e85510e59ea68e75b565de49522ce3327c056d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Issue #6181: Rather than silently dropping messages sent as a notify that were registered as async, send back an error to the caller.</title>
<updated>2026-08-25T22:53:55Z</updated>
<author>
<name>Rider Linden</name>
<email>rider@lindenlab.com</email>
</author>
<published>2026-08-25T22:53:55Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f9bed5815c77a500c7b5006368e750f1d4c0af43'/>
<id>urn:sha1:f9bed5815c77a500c7b5006368e750f1d4c0af43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'develop' into project/lua_editor</title>
<updated>2026-08-25T16:56:22Z</updated>
<author>
<name>Jonathan "Geenz" Goodman</name>
<email>geenz@lindenlab.com</email>
</author>
<published>2026-08-25T16:56:22Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=2e9c387fee881022aec13d5c85f901539683c18f'/>
<id>urn:sha1:2e9c387fee881022aec13d5c85f901539683c18f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#6172 Crash on recordResultCode</title>
<updated>2026-08-24T17:09:45Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2026-08-21T17:17:31Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0da385368a875bfc204adb14b970b818a642e854'/>
<id>urn:sha1:0da385368a875bfc204adb14b970b818a642e854</id>
<content type='text'>
mResutCodes gets modified from different threads, mutex it.
</content>
</entry>
<entry>
<title>Issue https://github.com/secondlife/sl-vscode-plugin/issues/98: Refactor message passing into unified format.</title>
<updated>2026-08-18T00:24:06Z</updated>
<author>
<name>Rider Linden</name>
<email>rider@lindenlab.com</email>
</author>
<published>2026-08-18T00:24:06Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=7af436c43d8bb7027c146e9a57bb19c3c89c5d3e'/>
<id>urn:sha1:7af436c43d8bb7027c146e9a57bb19c3c89c5d3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Publish object inventories to external editor. (#5834)</title>
<updated>2026-07-23T00:41:55Z</updated>
<author>
<name>Rider Linden</name>
<email>rider@lindenlab.com</email>
</author>
<published>2026-07-23T00:41:55Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a6a2f98070cd55fcaadafc237bd0ffba9d466655'/>
<id>urn:sha1:a6a2f98070cd55fcaadafc237bd0ffba9d466655</id>
<content type='text'>
* Adding tight integration flag for vscode and open code through a URL.

* [WIP] Publish objects and their contents from the viewer into VS code.

* [WIP] Still very much a work in progress, supports most of the core operations publish, get, write, delete, and create.  Still quite a few bugs to work out.

* [WIP] Object publishing checkpoint.

* [checkpoint] Script tight integration with vscode, object publishing.

* Number of fixed issue.

* A few redundancy and performance fixes.

* Some cosmetics.

* I like "Explore" better than "Publish"

* Object renaming, luau inventory icon, runstate, restart.

* Some clean up around permissions and possible nullptr deref.

* Code review feedback.</content>
</entry>
<entry>
<title>Merge branch 'develop-linux' into project/lua_editor</title>
<updated>2026-01-20T01:56:38Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2026-01-20T01:56:38Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=30e7621140a3cbf4c911f596c1325f4b7eae25a6'/>
<id>urn:sha1:30e7621140a3cbf4c911f596c1325f4b7eae25a6</id>
<content type='text'>
# Conflicts:
#	indra/newview/llpreviewscript.cpp
</content>
</entry>
<entry>
<title>Corrected file permissions, only permitting execution on .sh scripts and .py scripts with a shebang</title>
<updated>2026-01-07T19:14:29Z</updated>
<author>
<name>Hecklezz</name>
<email>tj8@live.com.au</email>
</author>
<published>2026-01-07T09:59:13Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=b56986e9b40a1a16e3cabb02efdc77a06795b520'/>
<id>urn:sha1:b56986e9b40a1a16e3cabb02efdc77a06795b520</id>
<content type='text'>
Signed-off-by: Hecklezz &lt;tj8@live.com.au&gt;
</content>
</entry>
</feed>
