Age | Commit message (Collapse) | Author |
|
Compiling would fail otherwise at least on Fedora 40 and Ubuntu 24.04
with their GCC 13 or newer.
|
|
Cause last time I checked, it didn't pass on Fedora.
|
|
|
|
|
|
hue-shifting a few more things
|
|
Found some things that could be a little more blue!
|
|
oopsie whoopsy!
|
|
making emphasiscolor a bit less green
|
|
Slight hue adjustment
|
|
|
|
XML tweaks to help blufault shine!
|
|
|
|
Blue-ish modification of the default SL viewer skin
|
|
|
|
Including a very important one which is so assets are fetched!
|
|
|
|
Try specifying the literal constants in the type we're comparing to.
|
|
|
|
Since August 2023, we've seen occasional GitHub Windows build test runs
terminate with 0xC00000FD: stack overflow. We've usually responded by bumping
up the default coroutine stack size.
On closer examination, it's always llleap_test.cpp that blows up that way --
and llleap_test.cpp doesn't appear to use coroutines at all. So apparently
we've been consuming more address space for ALL viewer coroutines without
actually addressing the problem.
Reset the default coroutine stack size to where it was before we started
bumping it up in response to these llleap_test.cpp stack overflow failures.
Note that LLCoros already catches and reports Windows structured exceptions,
underscoring that the observed stack overflow is not from within a coroutine.
While at it, restore the Windows llleap_test.cpp data volume to match Posix.
We think the problem that led to reducing that data volume was an APR bug,
which we hope has been fixed.
Equip test.cpp, the test driver program for all our TUT unit and integration
tests, with a Windows structured exception handler. Try to treat a Windows
structured exception as a test failure -- instead of silently terminating with
0xC00000FD. Moreover, when a structured exception occurs, output a stack trace
so we can try to track it down.
|
|
The i variable is still used as an integer on the next line.
|
|
Added new icons!
|
|
source for viewer 7.1.7.8974243247
|
|
|
|
|
|
|
|
|
|
making objects disappear (#1485)
|
|
|
|
|
|
|
|
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd)
|
|
|
|
|
|
# Conflicts:
# doc/contributions.txt
# indra/newview/llfloaterimagepreview.cpp
|
|
|
|
|
|
to pick up mac build fixes
|
|
# Conflicts:
# autobuild.xml
# indra/cmake/ConfigurePkgConfig.cmake
# indra/cmake/ICU4C.cmake
# indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.cpp
# indra/media_plugins/gstreamer010/llmediaimplgstreamer_syms.h
# indra/media_plugins/gstreamer010/llmediaimplgstreamertriviallogging.h
# indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.cpp
# indra/media_plugins/gstreamer010/llmediaimplgstreamervidplug.h
# indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp
# indra/newview/llappviewerlinux_api.h
# indra/newview/llappviewerlinux_api_dbus.cpp
# indra/newview/llappviewerlinux_api_dbus.h
# indra/newview/llfloateremojipicker.cpp
# indra/newview/lloutfitslist.cpp
|
|
This reverts commit 956bd1fa85131be204ce023e61f64b2df99b666b.
|
|
This reverts commit 05475f8cfab81fe70b87b24031a12465cfbf492e.
|
|
performance #1"
This reverts commit 08f186a700c3fe7976228468f137c920e343bb64.
|
|
This is so that it doesn't throw a compilation error at runtime
for not finding the named function expecting certain operand types,
on some certain other implementation.
|
|
following promotion of secondlife/viewer #705: Maintenance X
|
|
Maintenance X
|
|
|
|
|
|
Add a virtual dtor
|
|
Marketplace is not visible outside of own floater and that floater will
do an extra warning when deleting listings that have additional data.
|
|
# Conflicts:
# autobuild.xml
|
|
This is so it doesn't throw an error about the instance not being able
to run the replace function, for example, on a certain platform.
If it's found out later that this causes problems, then make it exceptional
only for that certain platform.
|