Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-23 | Merge pull request #882 from secondlife/brad/mac_shader_fixes | cosmic-linden | |
Fixes for some shader compilation failures on mac. | |||
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-23 | Issue#880 Crash on a dead pointer in a chat session | Andrey Kleshchev | |
2024-02-23 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-02-23 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
2024-02-23 | Merge branch 'main' into DRTVWR-600-maint-A | Andrey Lihatskiy | |
2024-02-23 | Merge pull request #879 from secondlife/lua-events | nat-goodspeed | |
Lua listen_events(), await_event() => get_event_pumps(), get_event_next(). | |||
2024-02-23 | Allow debug.h to be #included even in normal viewer code. | Nat Goodspeed | |
debug.h #defines a couple of macros intended to enclose the entire body of a function to track its entry and (possibly exceptional) exit. The trouble is that these macros used to be called BEGIN and END, which is far too generic -- especially considering that END is used as an enum value in some parts of the viewer. Rename them DEBUGIN and DEBUGEND, which is ugly but unlikely to collide with anything else. | |||
2024-02-23 | Allow print() (also Debug) to be used even in normal viewer code. | Nat Goodspeed | |
Since print() writes to cerr, we used to be able to use it only in test programs. Making the cerr writes conditional on LL_TEST allows us to use it for debugging the code under test as well, since in the normal viewer the cerr statements vanish. | |||
2024-02-23 | Allow variadic instances of Debug, e.g. to display arguments. | Nat Goodspeed | |
All Debug constructor args are concatenated using stringize(). | |||
2024-02-23 | require() code clean-up | Mnikolenko Productengine | |
2024-02-23 | Ditch DebugExit: we already have Debug (in debug.h) | Nat Goodspeed | |
2024-02-23 | Clean up #includes in lualistener.h | Nat Goodspeed | |
2024-02-23 | remove another unused old macOS file | Lars Næsbye Christensen | |
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. | |||
2024-02-22 | OSX build fixes | Roxie Linden | |
2024-02-22 | checkpoint for adhoc voice | Roxie Linden | |
2024-02-22 | New WebRTC with echo cancellation fix. | Roxie Linden | |
Also, start/stop recording depending on whether WebRTC has negotiated. | |||
2024-02-22 | Enable AEC | Roxie Linden | |
2024-02-22 | some comments | Roxie Linden | |
2024-02-22 | Set mute, speaker volume, mic gain on creation of new connection. | Roxie Linden | |
2024-02-22 | Fix enable/disable issue when connecting to multiple regions | Roxie Linden | |
2024-02-22 | Add viewer-visible session ID to allow multiple sessions under same agent id | Roxie Linden | |