Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-17 | Bluefault: supporting xml | fowlerdm | |
XML tweaks to help blufault shine! | |||
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 | Fix previous shader float conversion | Erik Kundiman | |
The i variable is still used as an integer on the next line. | |||
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 | 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 | Merge DRTVWR-591-maint-X to main on promotion of secondlife/viewer #705: ↵ | Nat Goodspeed | |
Maintenance X | |||
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 | Build both platforms on GitHub to help diagnose slvoice URL trouble. | Nat Goodspeed | |
2024-05-06 | Update to S3-published GHA build of slvoice. | Nat Goodspeed | |
2024-05-02 | Merge pull request #1391 from secondlife/with-tests | nat-goodspeed | |
Turn on LL_TESTS for CI builds. | |||
2024-05-02 | Merge pull request #1389 from secondlife/brad/fix-gltfmaterial-tests | nat-goodspeed | |
brad/fix gltfmaterial tests | |||
2024-05-02 | Update LLGLTFMaterial tests for changes introduced in SL-20523 | Brad Linden | |
also correct member packing to match server side | |||
2024-05-02 | Merge pull request #1376 from secondlife/project/channel_by_branch | Vir Linden | |
Project/channel by branch | |||
2024-05-02 | Update build.yaml | Vir Linden | |
2024-05-02 | Update build.yaml | Vir Linden | |
2024-05-02 | Turn on LL_TESTS for CI builds. | Nat Goodspeed | |
2024-05-02 | Convert the detected VRAM on NVIDIA & ATI to MBs | Erik Kundiman | |
2024-05-02 | Correct the GL function used for detecting VRAM | Erik Kundiman | |
2024-05-01 | trim trailing whitespace | Vir Linden | |
2024-05-01 | set viewer channel from branch | Vir Linden | |
2024-05-01 | Merge branch 'main' into project/channel_by_branch | Vir Linden | |
2024-05-01 | Remove copyrights of software we don't distribute | Erik Kundiman | |
2024-05-01 | Add some more credits | Erik Kundiman | |
2024-05-01 | Update licences | Erik Kundiman | |
Add ones that are known to be compiled statically, remove ones that are known to be linked dynamically and which we don't redistribute. | |||
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-05-01 | #824 Don't fix tabs in files with no tabs | Andrey Lihatskiy | |
2024-05-01 | #824 Add c,py,glsl to the script's default file types | Andrey Lihatskiy | |
2024-05-01 | Attempt to detect NVIDIA & ATI VRAM | Erik Kundiman | |
Done in a simple way, without checking the GLX extension string. | |||
2024-04-29 | Use s3 hosted slvoice autobuild dependencies | Bennett Goble | |
Pull SLVoice from s3 so that the OSS build configurations work. | |||
2024-04-29 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-04-29 | #824 Add a script to convert tabs to spaces in the code files | Andrey Lihatskiy | |
2024-04-29 | #824 Add indent_with_spaces hook for source files | Andrey Lihatskiy | |
2024-04-26 | viewer#1308 LLFloaterView::restoreAll Crash | Andrey Kleshchev | |
2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
2024-04-25 | Merge tag '7.1.6-release' | Erik Kundiman | |
source for viewer 7.1.6.8745209917 | |||
2024-04-24 | Merge pull request #1323 from secondlife/main | Vir Linden | |
Update from main |