<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/newview/llviewerdisplay.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-06-01T01:33:17Z</updated>
<entry>
<title>Add Teleports preferences tab: keep camera on local teleport and disable teleport screen</title>
<updated>2026-06-01T01:33:17Z</updated>
<author>
<name>Hadet</name>
<email>hadet@Mac.lan</email>
</author>
<published>2026-06-01T00:36:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=56809d4eedd6f83ae5f018d8be9fb4234ef46224'/>
<id>urn:sha1:56809d4eedd6f83ae5f018d8be9fb4234ef46224</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Firestorm-based features: quick prefs, mouselook zoom, group nameplate tinting</title>
<updated>2026-05-25T02:47:04Z</updated>
<author>
<name>Hadet</name>
<email>hadet@terminus.local</email>
</author>
<published>2026-05-24T02:28:25Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3ac400d744971db9cf7bbfb6df3c1f0ef5662c82'/>
<id>urn:sha1:3ac400d744971db9cf7bbfb6df3c1f0ef5662c82</id>
<content type='text'>
- Quick Preferences floater with hover height and bandwidth sliders
- Mouselook right-click zoom with scroll wheel adjustment
- Group-based nameplate color tinting via group profile
</content>
</entry>
<entry>
<title>Merge branch 'main' into 2026.02</title>
<updated>2026-05-09T14:08:00Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-05-09T14:08:00Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=5e1c5dd9b79b3ec07cfc1694141e3d26504e1058'/>
<id>urn:sha1:5e1c5dd9b79b3ec07cfc1694141e3d26504e1058</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Boost JSON 1.91 compile error on Windows</title>
<updated>2026-05-09T14:01:54Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2026-05-09T14:01:54Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=38c6fad4447f3d96efc523b62c6bed25e075a918'/>
<id>urn:sha1:38c6fad4447f3d96efc523b62c6bed25e075a918</id>
<content type='text'>
The error was:
C:\Users\erik\Documents\vcpkg\installed\arm64-windows\include\boost\json\detail\value_from.hpp(152,9): error C2338: static assertion failed: 'No suitable tag_invoke overload found for the typ
e' [C:\Users\erik\Documents\Megapahit\viewer\build-mingw64_nt-10.0-26200-arm64\newview\Megapahit.vcxproj]
  (compiling source file '../../indra/newview/llviewerdisplay.cpp')
      C:\Users\erik\Documents\vcpkg\installed\arm64-windows\include\boost\json\detail\value_from.hpp(152,9):
      the template instantiation context (the oldest one first) is
          C:\Users\erik\Documents\Megapahit\viewer\indra\newview\llviewerdisplay.cpp(1112,48):
          see reference to function template instantiation 'boost::json::value_ref::value_ref&lt;T&gt;(const T &amp;,void *) noexcept' being compiled
          with
          [
              T=boost::json::object_kind_t
          ]
          C:\Users\erik\Documents\vcpkg\installed\arm64-windows\include\boost\json\value_ref.hpp(230,1):
          see reference to function template instantiation 'boost::json::value boost::json::value_ref::from_const&lt;T&gt;(const void *,boost::json::storage_ptr)' being compiled
          with
          [
              T=boost::json::object_kind_t
          ]
          C:\Users\erik\Documents\vcpkg\installed\arm64-windows\include\boost\json\impl\value_ref.hpp(29,12):
          see reference to function template instantiation 'boost::json::value boost::json::value_from&lt;const T&amp;&gt;(const boost::json::object_kind_t&amp;,boost::json::storage_ptr)' being compiled
          with
          [
              T=boost::json::object_kind_t
          ]
          C:\Users\erik\Documents\vcpkg\installed\arm64-windows\include\boost\json\value_from.hpp(146,11):
          see reference to function template instantiation 'boost::json::value boost::json::value_from&lt;const T&amp;,boost::json::detail::no_context&gt;(const boost::json::object_kind_t&amp;,const Contex
  t &amp;,boost::json::storage_ptr)' being compiled
          with
          [
              T=boost::json::object_kind_t,
              Context=boost::json::detail::no_context
          ]
          C:\Users\erik\Documents\vcpkg\installed\arm64-windows\include\boost\json\value_from.hpp(125,5):
          see reference to function template instantiation 'void boost::json::value_from&lt;const T&amp;,Context&gt;(const boost::json::object_kind_t&amp;,const Context &amp;,boost::json::value &amp;)' being compi
  led
          with
          [
              T=boost::json::object_kind_t,
              Context=boost::json::detail::no_context
          ]
          C:\Users\erik\Documents\vcpkg\installed\arm64-windows\include\boost\json\value_from.hpp(97,13):
          see reference to function template instantiation 'void boost::json::detail::value_from_impl&lt;const T&amp;,Context&gt;(boost::json::detail::no_conversion_tag,boost::json::value &amp;,const boost
  ::json::object_kind_t&amp;,const Ctx &amp;)' being compiled
          with
          [
              T=boost::json::object_kind_t,
              Context=boost::json::detail::no_context,
              Ctx=boost::json::detail::no_context
          ]
</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>#5397 Add a setting to see own group tag without seeing others</title>
<updated>2026-02-18T18:21:49Z</updated>
<author>
<name>Maxim Nikolenko</name>
<email>maximnproductengine@lindenlab.com</email>
</author>
<published>2026-02-18T18:21:49Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3973ba17502f417099ae60cb983e1db7f2fc71f2'/>
<id>urn:sha1:3973ba17502f417099ae60cb983e1db7f2fc71f2</id>
<content type='text'>
</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>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 tag 'Second_Life_Release#f7516a46-2025.08' into 2025.08</title>
<updated>2025-11-01T03:38:42Z</updated>
<author>
<name>Erik Kundiman</name>
<email>erik@megapahit.org</email>
</author>
<published>2025-11-01T03:38:42Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=238e0e4e1501c5a82f6798f40e0253848c09645c'/>
<id>urn:sha1:238e0e4e1501c5a82f6798f40e0253848c09645c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#4847 log session_jitter and period_jitter with FPS info</title>
<updated>2025-10-31T13:29:07Z</updated>
<author>
<name>Maxim Nikolenko</name>
<email>maximnproductengine@lindenlab.com</email>
</author>
<published>2025-10-31T13:29:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a12552408570e2e0e689cbdd4671f316568d0205'/>
<id>urn:sha1:a12552408570e2e0e689cbdd4671f316568d0205</id>
<content type='text'>
</content>
</entry>
</feed>
