Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-22 | Add Tracy categories for WebRTC Voice | Roxie Linden | |
Also: * Fix a few crashes. * Only send position data when it changes. | |||
2024-03-22 | Add Develop menu option 'Debug Camera Controls' | Alexander Gavriliuk | |
2024-03-22 | viewer#888 Washed out letters in a running string | Andrey Kleshchev | |
2024-03-22 | viewer-issues#85: update advanced graphics preferences UI layout | Maxim Nikolenko | |
2024-03-21 | Merge pull request #1028 from secondlife/v-1027 | cosmic-linden | |
secondlife/viewer#1027: Fix noise on transparent PBR materials on minimap | |||
2024-03-20 | secondlife/viewer#1027: Update test plan | Cosmic Linden | |
2024-03-20 | secondlife/viewer#1027: Fix noise on transparent PBR materials on minimap | Cosmic Linden | |
2024-03-20 | viewer#1018 Crash at insertStringNoUndo | Andrey Kleshchev | |
getEditableIndex retuns pos as is if only one segment is present | |||
2024-03-20 | Merge pull request #1024 from secondlife/vi-83 | cosmic-linden | |
secondlife/viewer-issues#83: Disallow alpha blend/double sided from PBR terrain | |||
2024-03-20 | secondlife/viewer-issues#83: Add TODO/assert for deciding when to allow ↵ | Cosmic Linden | |
candidate future extensions on PBR terrain | |||
2024-03-20 | secondlife/viewer-issues#83, secondlife/viewer-issues#82: Combine terrain ↵ | Cosmic Linden | |
save error notifications | |||
2024-03-20 | secondlife/viewer-issues#83, secondlife/viewer-issues#82: Mark ↵ | Cosmic Linden | |
texture/material terrain save notifications as unique, to prevent duplicates | |||
2024-03-20 | Turn procesIceUpdates into a coroutine to chop up the work a bit. | Roxie Linden | |
2024-03-20 | secondlife/viewer-issues#83: Disallow alpha blend/double sided from PBR terrain | Cosmic Linden | |
2024-03-20 | Merge pull request #1019 from secondlife/vi-82 | cosmic-linden | |
secondlife/viewer-issues#82: Don't allow transparent texture terrain | |||
2024-03-20 | viewer#971 Fixed iCCP: known incorrect sRGB profile warnings | Andrey Kleshchev | |
libpng version 1.6 got more agressive with logging issues, resaved offending images | |||
2024-03-19 | Merge pull request #1021 from secondlife/roxie/webrtc-voice-workqueue | Roxanne Skelly | |
WebRTC: Make callbacks from webrtc-proper launch workqueue jobs to run code on the main thread, instead of relying on mutexes and such. | |||
2024-03-19 | Clear out observers when terminating a connection | Roxie Linden | |
2024-03-19 | secondlife/viewer-issues#82: Update test plan | Cosmic Linden | |
2024-03-19 | secondlife/viewer-issues#82: Don't allow transparent texture terrain | Cosmic Linden | |
2024-03-19 | Simplify workqueue calls. Fix issue with webrtc blocking on destruction. | Roxie Linden | |
2024-03-19 | viewer#1000 Textures on large prims lose resolution | Andrey Kleshchev | |
Value was selected experimentally. I suspect it needs to be even smaller or needs to take face's size (extents) into account, but lack test cases. Will ask QA to experiment around with scaling. | |||
2024-03-19 | Merge pull request #1014 from secondlife/v-1006 | cosmic-linden | |
secondlife/viewer#1006: Review feedback: Move blank material constant to indra_constants.h | |||
2024-03-18 | Merge pull request #119 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
Update webrtc path; fix crash; fix region voice not always working issue. | |||
2024-03-18 | Use LL::WorkQueue to handle transitions from llwebrtc threads to the main thread | Roxie Linden | |
2024-03-18 | use the github release asset path for autobuild webrtc | Roxie Linden | |
2024-03-18 | update to use public github-based release of autobuild webrtc | Roxie Linden | |
2024-03-18 | secondlife/viewer#1006: Move blank material constant to indra_constants.h | Cosmic Linden | |
2024-03-18 | Merge pull request #1013 from secondlife/v-1006 | cosmic-linden | |
secondlife/viewer#1006: Prevent setting PBR terrain material swatches to null | |||
2024-03-18 | secondlife/viewer#1006: Update test plan | Cosmic Linden | |
2024-03-18 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
2024-03-18 | viewer#961 Add a notification appearing when user tries to insert a ↵ | Alexander Gavriliuk | |
disallowed character | |||
2024-03-16 | Merge branch 'roxie/webrtc-voice' of github.com:secondlife/viewer-private ↵ | Roxie Linden | |
into roxie/webrtc-voice | |||
2024-03-16 | Fix crash in setting peer volume/mute | Roxie Linden | |
Also fix issue where moving to a 'voice disabled' parcel and back to the region (with voice) resulted in the voice dot not showing up. | |||
2024-03-16 | Merge pull request #980 from secondlife/brad/fix-dependency-deprecations | nat-goodspeed | |
Fix github actions dependency deprecations | |||
2024-03-15 | secondlife/viewer#1006: Prevent PBR terrain material swatches from being ↵ | Cosmic Linden | |
null. Default to blank material for now. | |||
2024-03-15 | secondlife/viewer#1006: Don't send terrain update if validation fails | Cosmic Linden | |
2024-03-15 | secondlife/viewer#906: Fix broken test plan link | Cosmic Linden | |
2024-03-15 | Merge pull request #1009 from secondlife/v-760 | cosmic-linden | |
secondlife/viewer#760: Update test plan for terrain texture max resolution validation | |||
2024-03-15 | secondlife/viewer#760: Update test plan for terrain texture max resolution ↵ | Cosmic Linden | |
validation | |||
2024-03-15 | Allow fading emojis characters in fading text. | Henri Beauchamp | |
In the recent emojis implementation, the text color alpha is ignored (emojis are always rendered with an opaque white color), causing them to fail and fade properly with the rest of the text they are printed with. This trivial patch fixes this issue. | |||
2024-03-15 | Merge pull request #1007 from secondlife/v-760 | cosmic-linden | |
secondlife/viewer#760: Fix terrain texture validator not respecting 2k texture feature flag | |||
2024-03-15 | Update paths for webrtc-shim | Roxie Linden | |
2024-03-15 | Merge pull request #118 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
Various WebRTC Fixes and Improvements | |||
2024-03-15 | Revert 326055ba82c22fedde186c6a56bafd4fe87e613a after ↵ | Henri Beauchamp | |
2f452d06e6964b0edf26b0b3f6eaa156e3fa2d48 It is necessary to revert commit 326055ba82c22fedde186c6a56bafd4fe87e613a for 2f452d06e6964b0edf26b0b3f6eaa156e3fa2d48 to work its magic and repair script dialogs so that they render as they used to before the emojis fonts introduction. Note that this revert won't prevent to use the new emojis should scripters want them in their new scripted dialogs: it just ensures existing scripted dialogs using special UTF-8 characters (which are not genuine emojis) will render as they used to, using the monochrome fallback fonts. | |||
2024-03-15 | secondlife/viewer#760: Fix terrain texture validator not respecting ↵ | Cosmic Linden | |
RenderMaxTextureResolution | |||
2024-03-15 | SL-18721 Restore release behavior | Andrey Kleshchev | |
Closing window correctly caused a significant amount of logout freezes with no known reproes. Temporarily returning to old behavior were thread was killes without closing window and will reenable in later maints to hopefully get a scenario or at least more data of what is causing the freeze. | |||
2024-03-14 | Refactor device selection logic | Roxie Linden | |
This refactor fixed a few bugs. There is an annoying 'click' when changing devices, however. This will be addressed in the future. | |||
2024-03-14 | Merge pull request #993 from secondlife/v-988 | cosmic-linden | |
secondlife/viewer#988: Fix terrain composition label getting cut off | |||
2024-03-14 | SL-20288 Fix renaming | Andrey Kleshchev | |
getChangedIDs is only accurate in scope of observer's callback, don't use it onIdle. getObject call made no sense, item was warrantied to be LLViewerInventoryItem and would only be AT_CATEGORY if it is a link, making the following cast to a category dangerous |