Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-27 | Issue#900 Crash at LLInventoryAddItemByAssetObserver | Andrey Kleshchev | |
2024-02-27 | Merge pull request #895 from secondlife/relnotes-w | nat-goodspeed | |
Generate release notes from tag `release` to the built tag. | |||
2024-02-27 | Issue#894 Crash at load3 in cacheOptimize | Andrey Kleshchev | |
2024-02-26 | Base generated release notes on new floating tag 'release' | Nat Goodspeed | |
instead of on the current tag 7.1.2-release. | |||
2024-02-26 | Leverage action-gh-release's new previous_tag input. | Nat Goodspeed | |
This should (!) allow us to generate full release notes relative to the previous viewer release, instead of letting action-gh-release guess incorrectly. Also try again to add to the release page a back-link to the specific build. | |||
2024-02-26 | Try basing release notes on github.sha rather than github.ref_name. | Nat Goodspeed | |
2024-02-26 | Try basing the GH release on github.ref_name instead of github.ref. | Nat Goodspeed | |
Using github.ref as action-gh-release's target_commitish produces: ⚠️ GitHub release failed with status: 422 [{"resource":"Release","code":"invalid","field":"target_commitish"}] | |||
2024-02-26 | Try to generate release notes for this specific branch. | Nat Goodspeed | |
Also try to cross-reference release page and build page. | |||
2024-02-23 | viewer#875 Crash at uri normalization | Andrey Kleshchev | |
Note that crash happened when setting LLProgressView::setMessage | |||
2024-02-23 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
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 | 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-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-22 | Viewer#863 Crash reading xml | Andrey Kleshchev | |
2024-02-21 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
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-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 | Engage new viewer-build-util/which-branch with relnotes output. | Nat Goodspeed | |
Put whatever release notes we retrieve into the generated release page. | |||
2024-02-14 | Update cla.yaml allowlist to clear spurious errors (#804) | Brad Linden | |
2024-02-12 | #779 Emoji picker is an unintuitive UX disaster | Alexander Gavriliuk | |
2024-02-09 | #68 The 'Recently used emoji' can not be selected by the 'Tab' key | Alexander Gavriliuk | |
2024-02-09 | SL-20363 Option 'Debug Unicode' - show unicode values | Alexander Gavriliuk | |
2024-02-09 | #746 BugSplat Crash: LLAccordionCtrlTab::showAndFocusHeader(873) | Alexander Gavriliuk | |
2024-02-08 | Build fix for Visual Studio patch | Alexander Gavriliuk | |
2024-02-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk | |
2024-02-08 | SL-18721 Shutdown fixes #4 | Andrey Kleshchev | |
2024-02-07 | Merge pull request #757 from secondlife/signal/yml | Signal Linden | |
Rename ISSUE_TEMPLATE/config.yaml to config.yml | |||
2024-02-07 | Rename config.yaml to config.yml | Signal Linden | |
Issue template configuration is the only github configuration file I've found which does not support both `*.yaml` and `*.yml` extensions. Drat. | |||
2024-02-07 | Merge pull request #738 from secondlife/signal/feedback-link | Vir Linden | |
Add link to feedback portal | |||
2024-02-07 | Merge remote-tracking branch 'origin/main' into release/gltf-maint2 | Brad Linden | |
2024-02-07 | Issue #56 Redirect Help>Report Bug to Canny instead of Jira | Andrey Kleshchev | |
2024-02-05 | Add link to feedback portal | Signal Linden | |
Provide a link to feedback.secondlife.com from the issue creation page. | |||
2024-02-05 | SL-20669 Fix white uuid | Andrey Kleshchev | |
2024-02-02 | Merge pull request #725 from secondlife/andreyk/issue_26 | cosmic-linden | |
Issue #26 Support texture drop onto PBR materials | |||
2024-02-02 | Issue #26 Support texture drop onto PBR materials | Andrey Kleshchev | |
2024-02-01 | Merge pull request #702 from secondlife/signal/reduce-builds | Vir Linden | |
build.yaml: Build shared branches | |||
2024-01-31 | build.yaml: Build shared branches | Bennett Goble | |
We're currently building every single commit pushed to Github. This is racking up $20k in build charges a month and is generally superfluous. This changeset alters build triggers so that builds automatically run if they are committed to a **shared branch**: - `release/*` - A release stabilization branch - `project/*` - A project viewer branch - `main/*` - The default/stable branch PR commits are also automatically built. ...need to build another commit? Developers can trigger one using a manual workflow run. | |||
2024-01-31 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-01-30 | Merge pull request #704 from secondlife/andreyk/issue_24 | cosmic-linden | |
Issue #24 GLTF material disappears from object playing media | |||
2024-01-31 | Issue #24 GLTF material disappears from object playing media | Andrey Kleshchev | |
Check texture type, if media is stopped, it won't be a MEDIA_TEXTURE | |||
2024-01-30 | Issue #696 RenderResolutionDivisor no longer works | Andrey Kleshchev | |
resizeScreenTexture works if gResizeScreenTexture is true or render target was resized | |||
2024-01-30 | Merge pull request #692 from secondlife/vir-linden-issue-templates-1 | Vir Linden | |
Update enhancement.md | |||
2024-01-30 | First attempt to fix unicode input | Erik Kundiman | |
It should work well enough with most, but on Japanese (I assume all CJK), for now the composition part is still left printed out along with the result (as opposed to just replaced by the result). It's to be fixed next. | |||
2024-01-29 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |