Age | Commit message (Collapse) | Author | |
---|---|---|---|
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! | |||
2024-05-16 | Merge tag '7.1.7-release' | Erik Kundiman | |
source for viewer 7.1.7.8974243247 | |||
2024-05-15 | Merge branch 'brad/fix-mac-channel' into release/materials_featurette | Brad Linden | |
2024-05-15 | Fix channel detection for mac builds | Brad Linden | |
2024-05-15 | Move all release_run logic into setvar job. | Brad Linden | |
2024-05-16 | Merge pull request #1478 from secondlife/marchcat/x-mf-merge | Andrey Lihatskiy | |
Maint X -> Materials Featurette merge | |||
2024-05-15 | Experiment with getting manually triggered workflow builds to optionally do ↵ | Brad Linden | |
a release | |||
2024-05-15 | Streamline the new workflow `RELEASE_RUN` logic a little. | Nat Goodspeed | |
Since downstream jobs reference the output of the new `setvar` job, instead of directly referencing global `env.RELEASE_RUN`, no need to set `RELEASE_RUN` in the global environment. | |||
2024-05-16 | Merge branch 'release/materials_featurette' into marchcat/x-mf-merge | Andrey Lihatskiy | |
2024-05-15 | #1267 Fix for alpha cutoff of zero and base color factor alpha of zero ↵ | Dave Parks | |
making objects disappear (#1485) | |||
2024-05-15 | Merge branch 'main' into nat/releaseos following Maint X promotion | Nat Goodspeed | |
2024-05-15 | Merge commit 'e7eced3' into nat/releaseos for whitespace fix. | Nat Goodspeed | |
2024-05-15 | Make env.RELEASE_RUN the empty string if false | Nat Goodspeed | |
not the string "false", which is true. | |||
2024-05-15 | Can't reference global env in job.if either. | Nat Goodspeed | |
2024-05-15 | Try to work around workflow YAML env setting limitation. | Nat Goodspeed | |
2024-05-15 | #1466 Loosen clamp on haze glow to fix skies that want to be bonkers (#1470) | Dave Parks | |
2024-05-15 | Merge pull request #1482 from secondlife/v-1474 | cosmic-linden | |
secondlife/viewer#1474: Remove small texture offset from PBR terrain | |||
2024-05-15 | secondlife/viewer#1474: Remove small texture offset from PBR terrain | Cosmic Linden | |
2024-05-15 | #1457 Fix the tests on mac | Andrey Lihatskiy | |
(cherry picked from commit 82d713782529074b03720833038cb0df2b8bcffd) | |||
2024-05-15 | Merge branch 'release/maint-x' into marchcat/x-mf-merge | Andrey Lihatskiy | |
2024-05-15 | Merge branch 'main' into marchcat/x-mf-merge | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llfloaterimagepreview.cpp | |||
2024-05-15 | Post-merge spaces fix | Andrey Lihatskiy | |
2024-05-15 | Merge branch 'marchcat/w-whitespace' into marchcat/x-mf-merge | Andrey Lihatskiy | |
2024-05-15 | Reapply "SL-20411 Fix texture preview images not always loading" | Erik Kundiman | |
This reverts commit 956bd1fa85131be204ce023e61f64b2df99b666b. | |||
2024-05-15 | Reapply "SL-20411 Don't load all thumnails at once for large folders #2" | Erik Kundiman | |
This reverts commit 05475f8cfab81fe70b87b24031a12465cfbf492e. | |||
2024-05-15 | Reapply "SL-20411 Thumbnail textures should have less of an impact on ↵ | Erik Kundiman | |
performance #1" This reverts commit 08f186a700c3fe7976228468f137c920e343bb64. | |||
2024-05-15 | Float operands for float operations | Erik Kundiman | |
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. | |||
2024-05-14 | Increment viewer version to 7.1.8 | Nat Goodspeed | |
following promotion of secondlife/viewer #705: Maintenance X | |||
2024-05-14 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵ | Nat Goodspeed | |
Maintenance X | |||
2024-05-14 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-05-14 | #1457 Fix the tests on mac | Andrey Lihatskiy | |
2024-05-14 | #1457 Temporarily disable the tests to unblock Maint X builds | Andrey Lihatskiy | |
This reverts commit 4329e95379173a304e91dd0b7513e936aeded380. | |||
2024-05-13 | Run ReleaseOS builds, but only when a release page is requested. | Nat Goodspeed | |
2024-05-13 | viewer-private#236 Don't block removal of marketplace folders | Andrey Kleshchev | |
Marketplace is not visible outside of own floater and that floater will do an extra warning when deleting listings that have additional data. | |||
2024-05-13 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml | |||
2024-05-13 | Merge pull request #1373 from secondlife/marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-05-11 | Fix syntax error in build.yaml to enable Windows ReleaseOS | Nat Goodspeed | |
2024-05-11 | Turn on GH Windows ReleaseOS build | Nat Goodspeed | |
2024-05-10 | Merge pull request #1444 from secondlife/nat/slvoice | nat-goodspeed | |
Update to S3-published GHA build of slvoice. | |||
2024-05-10 | Reapply slvoice package URLs with autobuild 3.9.5 | Nat Goodspeed | |
2024-05-10 | Remove reference and const qualifier from skindir | Erik Kundiman | |
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. | |||
2024-05-09 | Bump up coroutine stack size: saw C00000FD test termination. | Nat Goodspeed | |
(cherry picked from commit dc0b3aed4782e4e4835fd6b9d59d1d70b78be4a7) | |||
2024-05-09 | Remove `creds=github` from slvoice platform entries. | Nat Goodspeed | |
https://github.com/secondlife/autobuild/issues/46 Also remove temporary `continue-on-error` setting. | |||
2024-05-09 | Put meshoptimizer licence back for Linux | Erik Kundiman | |
cause at least on Fedora, it's linked statically. | |||
2024-05-09 | Remove ARB suffix from macros for more portability | Erik Kundiman | |
2024-05-08 | Merge remote-tracking branch 'origin/main' into release/materials_featurette | Brad Linden | |
2024-05-08 | Fix for mirrors not functioning properly under water. (#1436) | Jonathan "Geenz" Goodman | |
* #1165 Fix for clipping and culling for mirrors under water. |