<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llinventory/llsettingsbase.h, 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>2025-12-01T10:46:57Z</updated>
<entry>
<title>#5078 Replace boost::function with std::function</title>
<updated>2025-12-01T10:46:57Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-12-01T10:46:57Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1'/>
<id>urn:sha1:fb3f0e18a2ada57f98c3b10fab0c13fb2d504ae1</id>
<content type='text'>
* Replace boost::function usage with std::function for easier debugging and reduced compiler warnings
* Remove a few remaining instances of boost::noncopyable that were missed in tests

Signed-off-by: Rye &lt;rye@alchemyviewer.org&gt;</content>
</entry>
<entry>
<title>Replace boost noncopyable and undefined function usage with modern c++ deleted operator and constructor</title>
<updated>2025-11-30T17:22:22Z</updated>
<author>
<name>Rye</name>
<email>rye@alchemyviewer.org</email>
</author>
<published>2025-11-28T18:49:27Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=afb1f4d692bb593b3f200d490dd3f8fdeab8d279'/>
<id>urn:sha1:afb1f4d692bb593b3f200d490dd3f8fdeab8d279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#3863 Ensure cloud texture selection updates the sky</title>
<updated>2025-04-15T18:40:17Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-04-15T17:04:38Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=206f8d9e01aeadd972d2b279a5e111e0fb418987'/>
<id>urn:sha1:206f8d9e01aeadd972d2b279a5e111e0fb418987</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#3643 Use bugsplat attributes on MacOS</title>
<updated>2025-03-04T15:23:05Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2025-03-03T20:14:47Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=c98002daa68163563b6c946a6d26c4c8b74176ae'/>
<id>urn:sha1:c98002daa68163563b6c946a6d26c4c8b74176ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>viewer#2529 Optimize LLSettingsWater::blend</title>
<updated>2024-09-12T15:45:06Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2024-09-12T11:32:43Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=e71215dcfdb960f64a7f10d2fba71790f8e7bcd1'/>
<id>urn:sha1:e71215dcfdb960f64a7f10d2fba71790f8e7bcd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>viewer#2529 Optimize LLSettingsSky::blend</title>
<updated>2024-09-11T19:56:58Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2024-09-11T17:05:26Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=dfff269d83df60de49fe8e5d7fffe9d1913e8036'/>
<id>urn:sha1:dfff269d83df60de49fe8e5d7fffe9d1913e8036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>viewer#2529 Track interpolateSDMap's performance</title>
<updated>2024-09-11T19:56:57Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2024-09-11T15:21:03Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=0a110ff0833216b167e032987b0d676f29ad0ee5'/>
<id>urn:sha1:0a110ff0833216b167e032987b0d676f29ad0ee5</id>
<content type='text'>
viewer#2529 Fix initialization
</content>
</entry>
<entry>
<title>viewer#2529 Optimize updateGLVariablesForSettings</title>
<updated>2024-09-11T11:09:01Z</updated>
<author>
<name>Andrey Kleshchev</name>
<email>andreykproductengine@lindenlab.com</email>
</author>
<published>2024-09-10T20:07:07Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=047eb16f4c8fdfb1826136db9ee2eed83cb95416'/>
<id>urn:sha1:047eb16f4c8fdfb1826136db9ee2eed83cb95416</id>
<content type='text'>
Intent is to eventually use only stored variables for everything.
LLSD operations are far too expensive.
</content>
</entry>
<entry>
<title>Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h and llunittype.h for now</title>
<updated>2024-07-08T18:27:14Z</updated>
<author>
<name>Ansariel</name>
<email>ansariel.hiller@phoenixviewer.com</email>
</author>
<published>2024-07-08T18:27:14Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=9fdca96f8bd2211a99fe88e57b70cbecefa20b6d'/>
<id>urn:sha1:9fdca96f8bd2211a99fe88e57b70cbecefa20b6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed</title>
<updated>2024-04-29T04:56:09Z</updated>
<author>
<name>Andrey Lihatskiy</name>
<email>alihatskiy@productengine.com</email>
</author>
<published>2024-04-29T04:43:28Z</published>
<link rel='alternate' type='text/html' href='https://www.megapahit.org/viewer.git/commit/?id=1b68f71348ecf3983b76b40d7940da8377f049b7'/>
<id>urn:sha1:1b68f71348ecf3983b76b40d7940da8377f049b7</id>
<content type='text'>
</content>
</entry>
</feed>
