Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-01 | triage#105 clearPopups() crash | Andrey Kleshchev | |
onTopLost can result in popup being removed or potentially removing more than one popup. | |||
2024-03-01 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-03-01 | Increment viewer version to 7.1.4 | Nat Goodspeed | |
following promotion of secondlife/viewer #673 | |||
2024-02-29 | secondlife/viewer#712: Remember previously set textures/materials when ↵ | Cosmic Linden | |
possible. Not persistent. | |||
2024-02-29 | secondlife/viewer#712: More intuitive selection of PBR vs texture terrain, ↵ | Cosmic Linden | |
and update dropdown to match | |||
2024-02-27 | #681 More generalization of falloff. | Jonathan "Geenz" Goodman | |
2024-02-27 | #681 Make our sampling code for probes a good deal more generic to make sure ↵ | Jonathan "Geenz" Goodman | |
all probes can benefit from the same blending functions. | |||
2024-02-27 | SL-18721 Shutdown fixes #5 | Andrey Kleshchev | |
2024-02-27 | Issue#900 Crash at LLInventoryAddItemByAssetObserver | Andrey Kleshchev | |
2024-02-27 | Merge branch 'release/materials_featurette' into ↵ | Jonathan "Geenz" Goodman | |
geenz/mirrors-optimization-pass-1 | |||
2024-02-27 | Issue#894 Crash at load3 in cacheOptimize | Andrey Kleshchev | |
2024-02-26 | https://github.com/secondlife/jira-archive-internal/issues/71006 Fix for ↵ | RunitaiLinden | |
probes going off the rails -- sanity clamp sky glow (#893) | |||
2024-02-26 | #681 Start adding blending boilerplate. | Jonathan "Geenz" Goodman | |
2024-02-26 | Make sure to check if we're a hero probe before attempting to register with ↵ | Jonathan "Geenz" Goodman | |
the hero probe manager. If we're already in the list, this will return false. | |||
2024-02-26 | #682 Further tweak the conservative update mechanism. | Jonathan "Geenz" Goodman | |
2024-02-26 | #890 Make sure we're doing the correct distance check. | Jonathan "Geenz" Goodman | |
#682 Improve the conservative update functionality for mirror faces. Make it attenuate depending on how much the camera is facing that specific cubemap face. | |||
2024-02-25 | #889 Start removing mDrawable references. These may be null. | Jonathan "Geenz" Goodman | |
2024-02-25 | #682 Add a low priority path for conservative probe face updates. This will ↵ | Jonathan "Geenz" Goodman | |
update the "low priority" faces at half of the the probe update rate. Useful for less planar reflection geometry. | |||
2024-02-23 | Merge remote-tracking branch 'origin/release/materials_featurette' into ↵ | Jonathan "Geenz" Goodman | |
geenz/mirrors-optimization-pass-1 | |||
2024-02-23 | Merge branch 'brad/avatar_eye_fix' into 'release/materials_featurette' (#883) | Brad Linden | |
2024-02-23 | Fix for deferred avatar eyes shader failing to link on Intel GPU. | Brad Linden | |
2024-02-23 | Fixes for some shader compilation failures on mac. | Brad Linden | |
* conditional compilation should use #ifdef * layout keywords need to be lowercase | |||
2024-02-23 | viewer#875 Crash at uri normalization | Andrey Kleshchev | |
Note that crash happened when setting LLProgressView::setMessage | |||
2024-02-22 | Merge branch 'roxie/webrtc-voice' of github.com:secondlife/viewer-private ↵ | Roxie Linden | |
into roxie/webrtc-voice | |||
2024-02-22 | coding cleanup | Roxie Linden | |
2024-02-22 | Initialize versions | Roxie Linden | |
2024-02-22 | For spatial voice, determine voice provider based on server setting. | Roxie Linden | |
2024-02-22 | Fix ad-hoc voice | Roxie Linden | |
2024-02-22 | another rebase merge issue | Roxie Linden | |
2024-02-22 | another rebase merge issue | Roxie Linden | |
2024-02-22 | rebase merge fix | Roxie Linden | |
2024-02-22 | fix rebase issue | Roxie Linden | |
2024-02-22 | Add new P@P multiagentchat handler for webrtc voice | Roxie Linden | |
2024-02-22 | P2P checkpoint | Roxie Linden | |
2024-02-22 | race between session established and data channel ready | Roxie Linden | |
2024-02-22 | mac build fix | Roxie Linden | |
2024-02-22 | put observer-based tuning audio level calculation back | Roxie Linden | |
2024-02-22 | Use a custom audio processor to pull data for level determinations, which ↵ | Roxie Linden | |
will happen after AGC | |||
2024-02-22 | Fix initial user gain send on join | Roxie Linden | |
2024-02-22 | Add server-generate VAD | Roxie Linden | |
2024-02-22 | Handle 'device changed' callback | Roxie Linden | |
2024-02-22 | small logic errors in mute/volume for others code | Roxie Linden | |
2024-02-22 | fix locking race condition | Roxie Linden | |
2024-02-22 | Checkpoint mute/volume | Roxie Linden | |
2024-02-22 | fix mac build break | Roxie Linden | |
2024-02-22 | Hang up when peer hangs up in ad-hoc driven p2p call | Roxie Linden | |
2024-02-22 | checkpoint p2p/adhoc voice | Roxie Linden | |
2024-02-22 | mac build fixes | Roxie Linden | |
2024-02-22 | Treat adhoc/p2p as primary connections | Roxie Linden | |
2024-02-22 | Checkpoint Ad-Hoc voice. | Roxie Linden | |
Unlike vivox, P2P uses the ad-hoc voice mechanism, which is also used by group voice. |