Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | Merge branch 'main' of github.com:secondlife/viewer | Nat Goodspeed | |
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-30 | Merge pull request #692 from secondlife/vir-linden-issue-templates-1 | Vir Linden | |
Update enhancement.md | |||
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-12 | Move "team:viewer" label action to labeler.yaml. | Nat Goodspeed | |
This avoids the need for a separate job step. | |||
2024-01-12 | Fold PR labeling into existing label.yaml. | Nat Goodspeed | |
2024-01-12 | Grant write permission for pull requests. | Nat Goodspeed | |
2024-01-12 | Add a workflow to auto-label new PRs with team:viewer. | Nat Goodspeed | |
When a PR appears on the QA board, QA wants to know whose team it came from. So every PR on the viewer repo should be labeled with team:viewer. | |||
2024-01-08 | Increment viewer version to 7.1.3 | Nat Goodspeed | |
following promotion of DRTVWR-596 | |||
2023-12-14 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
2023-12-14 | SL-20611 Followup -- fix for depth based atmospheric mask making ↵ | RunitaiLinden | |
atmospherics effect sun/moon/clouds | |||
2023-12-14 | Merge branch 'DRTVWR-596' into DRTVWR-601 | Brad Linden | |
2023-12-14 | Merge remote-tracking branch 'origin/main' into DRTVWR-596 | Brad Linden | |
2023-12-14 | Merge branch 'SL-20730' into DRTVWR-596 | Brad Linden | |
2023-12-14 | Increment viewer version to 7.1.2 | Nat Goodspeed | |
following promotion of DRTVWR-587 | |||
2023-12-14 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
2023-12-14 | SL-20730 Patch another potential source of NaNs | RunitaiLinden | |
2023-12-14 | SL-20715 Mask cutoff not copied corretly in build tools | Andrey Kleshchev | |
2023-12-14 | SL-20717 Add PBR to Advanced > Rendering Types | Maxim Nikolenko | |
2023-12-13 | Credit Henri for HUD fix | Cosmic Linden | |
2023-12-13 | Merge pull request #578 from sldevel/HUD-fix | cosmic-linden | |
Fix for semi-transparent HUDs rendering opaque | |||
2023-12-13 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
2023-12-13 | SL-20730 Scrub nans from haze alpha | RunitaiLinden | |
2023-12-13 | Merge remote-tracking branch 'origin/DRTVWR-596' into DRTVWR-596 | Brad Linden | |
2023-12-13 | SL-20611 Followup -- fix for impostors being invisible. | RunitaiLinden | |
2023-12-13 | SL-20715 Mapping mode and specular color not copied correctly | Andrey Kleshchev | |
and fixed diffuse alpha | |||
2023-12-12 | Fix for semi-transparent HUDs rendering opaque | Henri Beauchamp | |
This commit fixes a bug introduced with commit 6472b75bcd70470fe5775d1cf6eb70a75b3d76e5 where the fullbrightF.glsl shader fails to set color.a to final_alpha for HUDs. | |||
2023-12-11 | SL-20611 Brute force fix for water haze -- paid for by cycles saved by not ↵ | Dave Parks | |
drawing water twice, but needs a better long term solution. | |||
2023-12-11 | SL-20611 Followup -- reenable water haze | Dave Parks | |
2023-12-11 | SL-20611 Followup -- fix for artifacts on water surface from GPUs that don't ↵ | Dave Parks | |
like to read from a depth buffer that is bound for writing | |||
2023-12-08 | Merge remote-tracking branch 'origin/DRTVWR-596' into DRTVWR-601 | Brad Linden | |
2023-12-08 | SL-20674 Fix for textures ignoring texture scale when determining what ↵ | RunitaiLinden | |
resolution to be. | |||
2023-12-08 | SL-20701 FIXED Build tool texture tab shows incorrect material parameters in ↵ | Maxim Nikolenko | |
some cases | |||
2023-12-06 | Merge branch 'DRTVWR-596' of github.com:secondlife/viewer into DRTVWR-596 | RunitaiLinden | |
2023-12-06 | SL-20664 Potential fix for crash on startup in switchContext | RunitaiLinden | |