summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-13Issue #71 Login failures cause growing black zone in the topAndrey Kleshchev
2024-02-12VS build fix: missed valuesAndrey Lihatskiy
2024-02-12even more misc: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12more misc: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12miscellaneous: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12misc: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12llmath: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12miscellaneous: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12llinventory: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12llrender: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12llplugin: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12llfilesystem: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12llimage: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12llaudio: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12Fixing 'tooltip' typo in attribute namePantera Północy
2024-02-12Fixing the 'lightning' -> 'lighting' typoPantera Północy
Unless, of course, we have some dedicated lightning effects - then I will stand corrected. ~
2024-02-10Triage Issue #49 Fix MacOS build failureAndrey Kleshchev
2024-02-10Triage Issue #49 Better inspection of data urls in mediaAndrey Kleshchev
2024-02-10Triage Issue #49 Better inspection of media urlsAndrey Kleshchev
Part 1: Ability to copy urls from nearby media for inspection
2024-02-09Follow up 364bd17: restore return valueAndrey Lihatskiy
2024-02-09SL-19585 Try replacing fmod with openalAndrey Kleshchev
Since now VLC is responsible for played parcel media (should be since SL-19042) should be possible to switch remaining audio to OpenAL with no loss of functionality
2024-02-09SL-19585 Switch OpenAL's wind to floatAndrey Kleshchev
Fixes wind being odly distorted
2024-02-09Enable OpenAL Soft on MacOSAndrey Kleshchev
2024-02-09Replace remaining BOOL with bool in llcommon and remove dead codeAnsariel
2024-02-09llcrashlogger: BOOL (int) to real boolLars Næsbye Christensen
2024-02-09llcommon: BOOL (int) to real bool/LSTATUSLars Næsbye Christensen
2024-02-08Fix for a potential crash in LLReflectionMapManager::registerSpatialGroup()Henri Beauchamp
The spatial partion could potentially be NULL and shall therefore been tested for this case. Similar fix to https://github.com/secondlife/viewer/commit/08cf926d3b6eb28e0b9751ba62b1ce01230a150b
2024-02-08Merge branch 'main' into DRTVWR-600-maint-AAndrey Lihatskiy
2024-02-07Merge pull request #757 from secondlife/signal/ymlSignal Linden
Rename ISSUE_TEMPLATE/config.yaml to config.yml
2024-02-07Rename config.yaml to config.ymlSignal 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-07Merge pull request #738 from secondlife/signal/feedback-linkVir Linden
Add link to feedback portal
2024-02-06SL-19730 update menu itemsMaxim Nikolenko
2024-02-05Add link to feedback portalSignal Linden
Provide a link to feedback.secondlife.com from the issue creation page.
2024-02-06GH-68175 [SL-17986] Ability to drag Favorites to the Overflow menuAlexander Gavriliuk
2024-02-06SL-19730 Bulk Pick Up Single ItemsMaxim Nikolenko
2024-02-05#68175 PR-726 MacOS build fixAlexander Gavriliuk
2024-02-02GH-141872 Ability to drag Favorites to the Landmarks panelAlexander Gavriliuk
2024-02-01Merge pull request #702 from secondlife/signal/reduce-buildsVir Linden
build.yaml: Build shared branches
2024-01-31build.yaml: Build shared branchesBennett 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-30Merge pull request #692 from secondlife/vir-linden-issue-templates-1Vir Linden
Update enhancement.md
2024-01-29Merge pull request #693 from secondlife/vir-linden-issue-templatesVir Linden
Update bug.yaml
2024-01-29Update enhancement.mdVir Linden
2024-01-29Update bug.yamlVir Linden
2024-01-29Merge pull request #688 from secondlife/signal/contributorsVir Linden
Add a basic CONTRIBUTING.md
2024-01-29Merge pull request #666 from secondlife/issue_templatesVir Linden
Issue templates
2024-01-26Add a basic CONTRIBUTING.mdBennett Goble
Provide basic instructions in-repository for contributing to Second Life.
2024-01-24Create enhancement.mdRunitaiLinden
2024-01-24Create bug.yamlRunitaiLinden
2024-01-17Merge pull request #565 from secondlife/simon/sl-20635-new-dataVir Linden
SL-20635 - new data to ObjectUpdate and AvatarAppearance message
2024-01-17SL-20708 don't reset "Quality & speed" slider when canceling Advanced SettingsMaxim Nikolenko