Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-27 | SL-18721 Shutdown fixes #5 | Andrey Kleshchev | |
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 | Viewer#863 Crash reading xml | Andrey Kleshchev | |
2024-02-21 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
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-09 | #746 BugSplat Crash: LLAccordionCtrlTab::showAndFocusHeader(873) | Alexander Gavriliuk | |
2024-02-08 | Build fix for Visual Studio patch | 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-05 | Add link to feedback portal | Signal Linden | |
Provide a link to feedback.secondlife.com from the issue creation page. | |||
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 #692 from secondlife/vir-linden-issue-templates-1 | Vir Linden | |
Update enhancement.md | |||
2024-01-29 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-01-29 | SL-18721 Shutdown fixes #3 | Andrey Kleshchev | |
Fix dialog box being blank in task bar | |||
2024-01-29 | Merge pull request #693 from secondlife/vir-linden-issue-templates | Vir Linden | |
Update bug.yaml | |||
2024-01-29 | Update enhancement.md | Vir Linden | |
2024-01-29 | Update bug.yaml | Vir Linden | |
2024-01-29 | Merge pull request #688 from secondlife/signal/contributors | Vir Linden | |
Add a basic CONTRIBUTING.md | |||
2024-01-29 | Merge pull request #666 from secondlife/issue_templates | Vir Linden | |
Issue templates | |||
2024-01-26 | Add a basic CONTRIBUTING.md | Bennett Goble | |
Provide basic instructions in-repository for contributing to Second Life. | |||
2024-01-24 | Create enhancement.md | RunitaiLinden | |
2024-01-24 | Create bug.yaml | RunitaiLinden | |
2024-01-24 | Fix profile's pick hiding wrong panel | Andrey Kleshchev | |
And cleanup after a contribution | |||
2024-01-23 | SL-18721 Shutdown fixes #2 | Andrey Kleshchev | |
Set DONE if decode thread is down instead of waiting for an update. Decodes can't be canceled, so fix potential situation where we get two responses | |||
2024-01-22 | SL-18721 Shutdown fixes | Andrey Kleshchev | |
1. After window closes viewer still takes some time to shut down, so added splash screen to not confuse users (and to see if something gets stuck) 2. Having two identical mWindowHandle caused confusion for me, so I split them. It looks like there might have been issues with thread being stuck because thread's handle wasn't cleaned up. 3. Made region clean mCacheMap immediately instead of spending time making copies on shutdown | |||
2024-01-22 | NSException test | Andrey Kleshchev | |
2024-01-19 | Merge pull request #653 from secondlife/sl-20546 | nat-goodspeed | |
SL-20546: Add metadata to GH build/release page. | |||
2024-01-18 | SL-20546: Use viewer-build-util@v1 instead of PR branch. | Nat Goodspeed | |
The fix we wanted was on the pr-branch branch of the viewer-build-util repo. Now that it's been published as v1.1.2, the updated v1 tag references the fix, so revert mention to @v1. |