summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-16Replace most of BOOL with bool in llmathAnsariel
2024-02-15Viewer#779 Show bias memory estimate in texture consoleAndrey Kleshchev
2024-02-15Viewer#779 Make RenderMaxVRAMBudget more consistentAndrey Kleshchev
2024-02-15Yet another lightning -> lighting typo fixedPanteraPolnocy
2024-02-15Update cla.yaml allowlist to clear spurious errors (#804)Brad Linden
2024-02-14Update cla.yaml allowlist to clear spurious errors (#804)Brad Linden
2024-02-14viewer#780 Fix bulk removal of local texturesAndrey Kleshchev
2024-02-13Removing orphaned XML files from translation directoriesPantera
Spring cleanup
2024-02-13Issue #71 Login failures cause growing black zone in the topAndrey Kleshchev
2024-02-12#779 Emoji picker is an unintuitive UX disasterAlexander Gavriliuk
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-09#68 The 'Recently used emoji' can not be selected by the 'Tab' keyAlexander Gavriliuk
2024-02-09SL-20363 Option 'Debug Unicode' - show unicode valuesAlexander Gavriliuk
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-08SL-20363 Add Advanced option 'Debug Unicode'Alexander Gavriliuk
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-07Merge remote-tracking branch 'origin/main' into release/gltf-maint2Brad Linden
2024-02-07Issue #56 Redirect Help>Report Bug to Canny instead of JiraAndrey Kleshchev
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-05SL-20669 Fix white uuidAndrey Kleshchev