<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llfilesystem/lldir.cpp, branch cef_147</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=cef_147</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=cef_147'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2026-04-23T09:11:18Z</updated>
<entry>
<title>Adjust open path on FreeBSD again</title>
<updated>2026-04-23T09:11:18Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-04-23T09:11:18Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c865f4d2ffcdf2691308023efeb1ba8bcb69e7b3'/>
<id>urn:sha1:c865f4d2ffcdf2691308023efeb1ba8bcb69e7b3</id>
<content type='text'>
</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>Improve windir detection in LLDir::openDir</title>
<updated>2026-02-03T10:16:53Z</updated>
<author>
<name>Carbon Cowboy</name>
<email>254348425+carboncowboy@users.noreply.github.com</email>
</author>
<published>2026-02-03T01:18:45Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=556728c04a5cfb82ed4f7bd19b9b25b101e127c3'/>
<id>urn:sha1:556728c04a5cfb82ed4f7bd19b9b25b101e127c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add clickable notification for saved screenshots</title>
<updated>2026-02-03T10:16:53Z</updated>
<author>
<name>Carbon Cowboy</name>
<email>254348425+carboncowboy@users.noreply.github.com</email>
</author>
<published>2026-02-01T05:59:51Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=82ff4344f65f91c3536212ecd06934d389b2063e'/>
<id>urn:sha1:82ff4344f65f91c3536212ecd06934d389b2063e</id>
<content type='text'>
Display notification with filepath after screenshot is saved to disk.
Clicking the notification opens the system file browser to reveal
the saved file.

Fixes #5329
</content>
</entry>
<entry>
<title>Revert #4899 "Add more functionality to LLFile and cleanup LLAPRFile"</title>
<updated>2025-12-10T23:42:52Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>117672381+akleshchev@users.noreply.github.com</email>
</author>
<published>2025-12-10T23:42:52Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c92b0b74cbd963cd79d1cb7754256b801f1479b1'/>
<id>urn:sha1:c92b0b74cbd963cd79d1cb7754256b801f1479b1</id>
<content type='text'>
Interferes with linux work, will be moved to a different branch and applied separately.</content>
</entry>
<entry>
<title>Improve comment and remove superfluous error_code check</title>
<updated>2025-12-10T18:33:58Z</updated>
<author>
<name>Frederick Martian</name>
<email>fredmartian@gmail.com</email>
</author>
<published>2025-12-03T23:16:15Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c2898f7ca159d739da5174080f388b9c13c8a083'/>
<id>urn:sha1:c2898f7ca159d739da5174080f388b9c13c8a083</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The returned vector should only contain filenames, not the entire paths</title>
<updated>2025-12-10T18:33:58Z</updated>
<author>
<name>Frederick Martian</name>
<email>fredmartian@gmail.com</email>
</author>
<published>2025-11-29T14:46:48Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=15f9886ee779b2d014f4a386eac34700b3014bec'/>
<id>urn:sha1:15f9886ee779b2d014f4a386eac34700b3014bec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactoring of LLFile class to support additional methods</title>
<updated>2025-12-10T18:33:58Z</updated>
<author>
<name>Frederick Martian</name>
<email>fredmartian@gmail.com</email>
</author>
<published>2025-11-12T18:19:59Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=f07762a46830005b6ff4218c1f070ce27a9ecebe'/>
<id>urn:sha1:f07762a46830005b6ff4218c1f070ce27a9ecebe</id>
<content type='text'>
- LLFile with its own class method interface to access files for read and write
- Remove rudimentary LLUniqueFile class as LLFile supports now all of that and more
- Implement most of the filename based functions using std::filesystem functions
- Replace LLFile::rmdir() with LLFile::remove() since this function now supports deleting files and directories on all platforms.
</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>#5078 Replace boost::assign usage with modern c++ brace initialization</title>
<updated>2025-12-01T10:48:07Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-12-01T10:48:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=416ab835aa4ba8e13d17e8b8ecb434aead3045de'/>
<id>urn:sha1:416ab835aa4ba8e13d17e8b8ecb434aead3045de</id>
<content type='text'>
Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;</content>
</entry>
</feed>
