summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
AgeCommit message (Expand)Author
2024-06-21Fix some BOOL oversights during WebRTC mergeAnsariel
2024-06-13Merge branch 'develop' of github.com:secondlife/viewer into roxie/webrtc-voiceRoxie Linden
2024-06-09Fix issues resulting from b42f9d836b4c0f7fbd4bdae1734021e2a09fdbe8Ansariel
2024-06-01Re-enable a lot of compiler warnings for MSVC and address the C4267 "possible...Ansariel
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-05-20Merge branch 'spaces-merge' into roxie/webrtc-voiceRoxie Linden
2024-05-19More session shutdown cleanupRoxie Linden
2024-05-16WebRTC clients calling Vivox clients should handle P2PRoxie Linden
2024-05-13Don't overwrite voice channel's credentials when retrieving the channel.Roxie Linden
2024-05-13incoming p2p sessions for webrtc may not have names yet.Roxie Linden
2024-05-10Fix issue where groups/adhoc chats were named with the initiators display nameRoxie Linden
2024-05-07secondlife/viewer#1333 BOOL to bool conversion leftovers: ternariesAlexander Gavriliuk
2024-05-06Merge branch 'main' of https://github.com/secondlife/viewer into roxie/webrtc...Roxie Linden
2024-05-01Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-mergeAndrey Lihatskiy
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2024-04-28tabbingRoxie Linden
2024-04-26Renegotiate voice if the voice server type has changed.Roxie Linden
2024-04-24Merge branch 'main' into marchcat/a-mergeAndrey Lihatskiy
2024-04-24Merge branch 'main' into marchcat/x-mergeAndrey Lihatskiy
2024-04-20Adjust logic for determine what voice server type to use.Roxie Linden
2024-04-19For p2p/adhoc/group calls, prefer voice server type based on what's running o...Roxie Linden
2024-04-07CR suggestionsRoxie Linden
2024-04-07missed a fileRoxie Linden
2024-04-06Tell the user the peer has declined and shut down voice channelRoxie Linden
2024-04-04checkpoint p2p im decline/accept workRoxie Linden
2024-04-04An explicit "decline" message for P2PRoxie Linden
2024-03-13some comments; allow proximal channel to retry when it dropsRoxie Linden
2024-03-11fixup tabsRoxie Linden
2024-03-07addSession had a changed parameter...which wasn't changed everywhereRoxie Linden
2024-03-06Shutting down a p2p via adhoc call resets the channel info. We shouldn't thr...Roxie Linden
2024-03-05more p2p logic fixesRoxie Linden
2024-03-05Notify join on connect instead of on first peer join, for adhoc-p2p incoming ...Roxie Linden
2024-03-05For webrtc, 'calling' dialog should remain up, disappearing when peer connect...Roxie Linden
2024-03-04Pass invitation type (p2p/group/adhoc) aroundRoxie Linden
2024-03-03Refactor for vivox spatial and p2pRoxie Linden
2024-02-22For spatial voice, determine voice provider based on server setting.Roxie Linden
2024-02-21Convert remaining BOOL to boolAnsariel
2024-02-21Convert BOOL to bool in lluiAnsariel
2024-02-12more misc: BOOL (int) to real boolLars Næsbye Christensen
2024-02-09Fix ad-hoc voiceRoxie Linden
2024-02-08Add new P@P multiagentchat handler for webrtc voiceRoxie Linden
2024-02-08P2P checkpointRoxie Linden
2024-02-08checkpoint p2p/adhoc voiceRoxie Linden
2024-02-08Checkpoint Ad-Hoc voice.Roxie Linden
2024-01-11SL-20798 use appropriate checkMnikolenko Productengine
2024-01-11SL-20798 FIXED Crash at LLIMMgr::addMessageMaxim Nikolenko
2023-10-25Merge branch 'main' into DRTVWR-591-maint-XAndrey Lihatskiy
2023-10-19SL-20504 Chat history crashes on shutdownAndrey Kleshchev
2023-06-05SL-18837: #include <array> in several sources that need it.Nat Goodspeed