Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-22 | fix some retry logic and speaker volume logic | Roxie Linden | |
2024-02-22 | Fix connection failed logic to do a renegotiate. | Roxie Linden | |
Also, remove some dead code. | |||
2024-02-22 | disable unused but set warnings on newer compilers on mac. | Roxie Linden | |
2024-02-22 | Hook up speaker volume. | Roxie Linden | |
2024-02-22 | Add some thread safety | Roxie Linden | |
2024-02-22 | do some thread safety to prevent webrtc threads from conflicting with viewer ↵ | Roxie Linden | |
threads. | |||
2024-02-22 | inadvertantly added | Roxie Linden | |
2024-02-22 | some build tweaks | Roxie Linden | |
2024-02-22 | Fix windows pragma error | Roxie Linden | |
2024-02-22 | set toolset for llwebrtc | Roxie Linden | |
2024-02-22 | more picky cmake | Roxie Linden | |
2024-02-22 | Cmake on TC is sure picky | Roxie Linden | |
2024-02-22 | Try reordering URL_HASH | Roxie Linden | |
2024-02-22 | TC build cmake complained about URL_HASH | Roxie Linden | |
2024-02-22 | unknown warnings for TC build machines | Roxie Linden | |
2024-02-22 | remove unnecessary build file | Roxie Linden | |
2024-02-22 | coding policy fixes | Roxie Linden | |
2024-02-22 | Use webrtc built binaries from temporary s3 location | Roxie Linden | |
2024-02-22 | Updates to build on mac. | Roxie Linden | |
2024-02-22 | Pull webrtc down from a webserver before building. | Roxie Linden | |
2024-02-22 | Checkpoint WebRTC Voice | Roxie Linden | |
2024-02-22 | Initialize versions | Roxie Linden | |
2024-02-22 | For spatial voice, determine voice provider based on server setting. | Roxie Linden | |
2024-02-22 | Improving issue templates. (#877) | Brad Linden | |
making ordering explicit, and disabling blank issue submission to force triage label to be set. | |||
2024-02-22 | Merge pull request #869 from secondlife/vi-72 | cosmic-linden | |
secondlife/viewer-issues#72: Test plan feedback and additional improvements | |||
2024-02-22 | Delete .github/ISSUE_TEMPLATE/issue_template.md | Vir Linden | |
2024-02-22 | Update issue_template.md | Vir Linden | |
2024-02-22 | Update issue_template.md | Vir Linden | |
2024-02-22 | Merge pull request #873 from secondlife/vir-linden-issue-template | Vir Linden | |
Create issue_template.md | |||
2024-02-22 | Create issue_template.md | Vir Linden | |
Issue template for the "blank issue" option | |||
2024-02-21 | secondlife/viewer-issues#72: Test plan feedback and additional improvements | Cosmic Linden | |
2024-02-21 | Merge pull request #849 from secondlife/vi-72 | cosmic-linden | |
secondlife/viewer-issues#72: Fix material preview making things disappear. General cleanup. | |||
2024-02-22 | IME composition is now replaced by the result | Erik Kundiman | |
instead of being printed alongside. For now, it always gets reset from the start after pressing Return, which is to be fixed next. | |||
2024-02-21 | secondlife/viewer-issues#72: More correct interpretation of swapFBORefs | Cosmic Linden | |
2024-02-21 | secondlife/viewer-issues#72: Add test plan | Cosmic Linden | |
2024-02-21 | secondlife/viewer-issues#72: Fix clang warnings (virtual override) | Cosmic Linden | |
2024-02-22 | Viewer#863 Crash reading xml | Andrey Kleshchev | |
2024-02-21 | secondlife/viewer-issues#72: Fix material preview affecting exposure on main ↵ | Cosmic Linden | |
screen | |||
2024-02-21 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-02-21 | #682 Add an update rate parameter to help throttle mirror updates. | Jonathan "Geenz" Goodman | |
So far 4 seems like a good balance for performance and quality. 2 is great for quality, with 6 or 8 being for higher performance. Also bring back the gaussian filter - may end up adding the FXAA filter though instead. | |||
2024-02-21 | Update build instructions | Erik Kundiman | |
Set C++ standard version to C++17 on platforms where it's explicitly required. MacPorts VLC port has been replaced by VideoLAN's binary distribution. Fix development APR util package name, and add OpenSSL headers package as a dependency, on Debian/Ubuntu. Remove system OpenJPEG from dependencies (until we can fix the crash). Libraries are built as static libraries by default (now it's only on FreeBSD where they should be built as dynamic libraries). | |||
2024-02-21 | Exclude libminigbm.so from being installed | Erik Kundiman | |
as it's not part of the Dullahan package any more. | |||
2024-02-21 | SL-20469 Crash at dead mRootVolp in getAttachedAvatar() | Andrey Kleshchev | |
2024-02-20 | #682 Separate out the radiance gen. | Jonathan "Geenz" Goodman | |
2024-02-20 | secondlife/viewer-issues#72: Clean up material preview when hidden or ↵ | Cosmic Linden | |
floater closed | |||
2024-02-16 | secondlife/viewer-issues#72: Don't dirty depth in ↵ | Cosmic Linden | |
LLViewerDynamicTexture::updateAllInstances | |||
2024-02-16 | secondlife/viewer-issues#72: Material preview shouldRender should return ↵ | Cosmic Linden | |
false if no render needed | |||
2024-02-16 | Merge pull request #812 from secondlife/DRTVWR-588-relnotes | nat-goodspeed | |
Engage new viewer-build-util/which-branch with relnotes output. | |||
2024-02-15 | #682 Do conservative updates on probes. | Jonathan "Geenz" Goodman | |
2024-02-15 | Merge branch 'main' into geenz/mirrors-optimization-pass-1 | Jonathan "Geenz" Goodman | |