Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-22 | New icons | fowlerdm | |
Even newer icons! Thalassocracy themed! | |||
2024-05-22 | Merge remote-tracking branch 'mkd/pipewire-linux-volume-catcher' into ↵ | Nicky | |
pipewire-linux-volume-catcher | |||
2024-05-21 | viewer#1520 Material upload floater displays wrong upload fee | Andrey Kleshchev | |
2024-05-20 | Blufault colors.xml: revert HTMLLinkColor | fowlerdm | |
Set HTMLLinkColor back to "EmphasisColor" | |||
2024-05-20 | New freebsd.png | fowlerdm | |
From Erik | |||
2024-05-20 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-05-20 | Blufault colors.xml | fowlerdm | |
Misc adjustments | |||
2024-05-18 | Making FrogGreen blue | fowlerdm | |
I saw green in emoji picker and it made me cry | |||
2024-05-18 | Blufault: Camera & movement controls | fowlerdm | |
Hue adjustment | |||
2024-05-18 | Add Fedora build credit | Erik Kundiman | |
2024-05-18 | Adjust MenuBarBGColor | fowlerdm | |
Forgot about this one, silly me! | |||
2024-05-18 | Less strictness with Fedora's GCC 14 | Erik Kundiman | |
2024-05-18 | Turn off C++ 20 compatibility | Erik Kundiman | |
Compiling would fail otherwise at least on Fedora 40 and Ubuntu 24.04 with their GCC 13 or newer. | |||
2024-05-18 | Colour bits test not done on Linux either | Erik Kundiman | |
Cause last time I checked, it didn't pass on Fedora. | |||
2024-05-18 | Squircle icons, so far for macOS, by fowlerdm | Erik Kundiman | |
2024-05-18 | More people in credits | Erik Kundiman | |
2024-05-18 | blufault: misc tweaks | fowlerdm | |
hue-shifting a few more things | |||
2024-05-18 | Adjust FriendColors & FilterText | fowlerdm | |
Found some things that could be a little more blue! | |||
2024-05-17 | colors.xml & texures.xml fix | fowlerdm | |
oopsie whoopsy! | |||
2024-05-17 | Blufault: more blue - supporting xml | fowlerdm | |
making emphasiscolor a bit less green | |||
2024-05-17 | Blufault skin: More blue | fowlerdm | |
Slight hue adjustment | |||
2024-05-17 | fix bad indentation and modernise (#1503) | Beq Janus | |
2024-05-17 | Merge pull request #1505 from secondlife/marchcat/b-merge | Andrey Lihatskiy | |
Main -> Maint B sync | |||
2024-05-17 | Merge branch 'main' into marchcat/b-merge | Andrey Lihatskiy | |
# Conflicts: # .github/workflows/build.yaml # indra/test/test.cpp | |||
2024-05-17 | Bluefault: supporting xml | fowlerdm | |
XML tweaks to help blufault shine! | |||
2024-05-17 | Don't try to report a stack trace on stack overflow (sigh) | Nat Goodspeed | |
2024-05-17 | New skin: Blufault | fowlerdm | |
Blue-ish modification of the default SL viewer skin | |||
2024-05-17 | More misleading indentation fixes | Erik Kundiman | |
2024-05-17 | Parts that were left out during 7.1.7 merge | Erik Kundiman | |
Including a very important one which is so assets are fetched! | |||
2024-05-17 | Merge remote-tracking branch 'fowlerdm/main' | Erik Kundiman | |
2024-05-16 | Merge branch 'main' into nat/catch-test-blown-stack. | Nat Goodspeed | |
2024-05-16 | Fix test for github.event.inputs.release_run. | Nat Goodspeed | |
2024-05-16 | Try harder to interpret github.event.inputs.release_run checkbox. | Nat Goodspeed | |
2024-05-16 | Add diagnostic output to setvar build step. | Nat Goodspeed | |
2024-05-16 | Try determining which-branch once for all platforms. | Nat Goodspeed | |
2024-05-16 | Try to fix release_run logic in build.yaml. | Nat Goodspeed | |
2024-05-16 | Can't reference 'runner' context at job level. | Nat Goodspeed | |
2024-05-16 | Don't introduce a fourth build (second Linux build) | Nat Goodspeed | |
2024-05-16 | Set continue-on-error=true so Linux failures don't block. | Nat Goodspeed | |
2024-05-16 | Linux clang++ doesn't like implicit conversion of extreme ints. | Nat Goodspeed | |
Try specifying the literal constants in the type we're comparing to. | |||
2024-05-16 | Try turning on Maint B tests: Linux platform overrides with OFF. | Nat Goodspeed | |
2024-05-16 | Need magic #define for <boost/stacktrace.hpp> on Mac. | Nat Goodspeed | |
2024-05-16 | On Windows, defend test.cpp against structured exceptions too. | Nat Goodspeed | |
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. | |||
2024-05-16 | Merge pull request #1489 from secondlife/brad/fix-mac-channel | Brad Linden | |
Fix channel detection for mac builds | |||
2024-05-16 | Merge branch 'release/maint-b' into nat/maint-b-tests | Nat Goodspeed | |
2024-05-16 | Merge branch 'main' into release/maint-b after promotion of Maint X | Nat Goodspeed | |
2024-05-16 | Fix previous shader float conversion | Erik Kundiman | |
The i variable is still used as an integer on the next line. | |||
2024-05-16 | Merge pull request #1486 from secondlife/brad/workflow-dispatch-release | nat-goodspeed | |
Experiment with getting manually triggered workflow builds to optionally do a release | |||
2024-05-16 | Merge pull request #1462 from secondlife/nat/releaseos | nat-goodspeed | |
Run ReleaseOS builds, but only when a release page is requested. | |||
2024-05-16 | New Icons | fowlerdm | |
Added new icons! |