summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-07Gentoo Portage's Boost just got upgraded to 1.90Erik Kundiman
2026-03-06Bump actions/download-artifact from 7 to 8dependabot[bot]
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2026-03-06Bump actions/upload-artifact from 6 to 7dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2026-03-06#5497 Handle a case of missing files in conversation viewAndrey Kleshchev
According to logs multiple files are missing/failed to parse, inform user about the need to reinstall
2026-03-06#5084 Fix watchdog's simpleton initAndrey Kleshchev
It's needed for initWindow()
2026-03-05#5492 don't toggle Speak button state while voice is moderatedMaxim Nikolenko
2026-03-05#5486 Fix potential unpackBinaryData buffer issuesAndrey Kleshchev
2026-03-03#5084 Convert watchdog to a simpletonAndrey Kleshchev
2026-03-03#5084 Disable watchdog in 26.1Andrey Kleshchev
There is a deadlock that looks to be caused by singleton+watchdog interactions, will resolve in 26.2
2026-03-03#5426 Fix crash in LLPointer<LLImageGL>::notNullAndrey Lihatskiy
2026-03-03#3612 Fix viewer not getting 'nonexistent region' responsesAndrey Kleshchev
which are needed to process 'copy slurl'
2026-03-02#5084 Fix mac's watchdog not catching test caseAndrey Kleshchev
This happens because on mac watchdog quits at the end of frame. And events get handled outside the frame. The might be other cases that need similar handling.
2026-02-25Merge branch 'release/2026.02' into maxim/flat-ui-fonts-updateMnikolenko Productengine
# Conflicts: # indra/newview/skins/default/xui/en/panel_preferences_general.xml
2026-02-24Merge branch 'develop' into release/2026.02Jonathan "Geenz" Goodman
2026-02-24Merge branch 'release/2026.01' into developJonathan "Geenz" Goodman
2026-02-24Merge pull request #5452 from secondlife/developJonathan "Geenz" Goodman
Develop -> 2026.02
2026-02-25#5449 Fix GLB textures loading regressionAndrey Lihatskiy
2026-02-25Floaters and UI controls adjustments #2Mnikolenko Productengine
2026-02-24#5431 Fix GLTF rotation corruption on uploadAndrey Lihatskiy
2026-02-24#5084 Adjust watchdog for bettet tracking of logoutAndrey Kleshchev
2026-02-23#5443 fix crash in LLPreviewNotecard::canCloseMaxim Nikolenko
2026-02-23#5435 Update viewer indra_constants.hMaxim Nikolenko
2026-02-20#5396 Add an option to hide Recent, Worn and Favorites tabsMaxim Nikolenko
* #5396 Add an option to hide Recent, Worn and Favorites tabs * #5396 skip tabs initialization if hidden
2026-02-18#5397 Add a setting to see own group tag without seeing othersMaxim Nikolenko
2026-02-17#2938 show confirmation before closing Conference chatMaxim Nikolenko
2026-02-17#5419 remove old unused floaterMaxim Nikolenko
2026-02-15#5356 Fix fast texture cache's mutex stall #2Andrey Kleshchev
2026-02-13#5395 Draw yellow friend dots last on the mini-mapMaxim Nikolenko
2026-02-13Merge pull request #5421 from secondlife/roxie/webrtc-audio-dropout-fixRoxanne Skelly
Fix bluetooth audio dropout issue
2026-02-13#1807 Fix navigation bar's search filtersAndrey Kleshchev
2026-02-13#5084 Adjust Window's watchdog to only run after loginAndrey Kleshchev
like mainloop does
2026-02-12 In WebRTC.lib, Switch WASAPI playout to timer-driven mode with AUTOCONVERTPCMRoxie Linden
Use WAVEFORMATEXTENSIBLE and AUDCLNT_STREAMFLAGS_AUTOCONVERTPCM to support devices whose native format differs from 48kHz stereo PCM, such as Bluetooth HFP endpoints (16kHz mono) and surround sound devices (5.1/7.1). Replace the event-driven render loop (AUDCLNT_STREAMFLAGS_EVENTCALLBACK) with a timer-driven polling loop to avoid a known issue where AUTOCONVERTPCM combined with EVENTCALLBACK causes the audio engine to stop signaling render events, resulting in premature thread termination. Also adds 192kHz to the supported sample rate list, uses the first closest-match format from IsFormatSupported as a fallback when no exact match is found, and applies the same changes to the recording path.
2026-02-12#5414 Don't crash on unknown layer typeAndrey Kleshchev
We don't crash on an invalid size, so shouldn't crash on invalid data. Not viewer's fault, try to keep going.
2026-02-12Floaters and UI controls adjustmentsMnikolenko Productengine
2026-02-11#5409 Post-merge fix: variable name mismatchAndrey Lihatskiy
2026-02-11Merge pull request #5409 from trish-sl/fix-prejump-controlflagsAndrey Lihatskiy
FIX - pre-jump and land animations being shortcircuited by race conditions with AGENT_CONTROL_FINISH_ANIM when chaining jumps
2026-02-11fix - threshold as debug setting & comment & flag labelTrish
2026-02-11Update comment in indra/newview/llagent.hAndrey Lihatskiy
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-11#5404 Allow adding to favorites directly from the avatarAndrey Kleshchev
2026-02-11fix - copilot suggestionsTrish
2026-02-11#5405 Stalls on LLFileSystem::getExistsAndrey Kleshchev
2026-02-11FIX - prejump bugTrish
2026-02-11#5356 Fix fast texture cache's mutex stallAndrey Kleshchev
2026-02-11#5356 Parse large messages on a general thread instead of main oneAndrey Kleshchev
2026-02-11#5398 Add keyboard shortcuts for "Use shared environment" and "Midday (legacy)"Maxim Nikolenko
2026-02-10Merge pull request #5401 from secondlife/project/voice_moderationJonathan "Geenz" Goodman
Voice moderation -> 26.2
2026-02-10Merge pull request #5402 from secondlife/release/2026.01Jonathan "Geenz" Goodman
26.01 -> 26.02
2026-02-10Increase height of Group inspectMnikolenko Productengine
2026-02-10#5376 fix snapshot size not being updated when clicking 'Save to disk'Maxim Nikolenko
2026-02-09Make floater tools use Dejavu with old font size #2Andrey Kleshchev