| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-02 | Merge pull request #1390 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
| [WebRTC] Remove old region's participants when transiting to a new region. | |||
| 2024-05-02 | Merge pull request #1391 from secondlife/with-tests | nat-goodspeed | |
| Turn on LL_TESTS for CI builds. | |||
| 2024-05-03 | Viewer#1301 Implement Inventory Favorites Tab | Andrey Kleshchev | |
| 2024-05-02 | Update the participant's region when crossing region boundaries. | Roxie Linden | |
| 2024-05-02 | Try suppressing #include <gmock/gmock.h> (fails on Linux). | Nat Goodspeed | |
| 2024-05-02 | Merge remote-tracking branch 'release/maint-b' into nat/maint-b-tests | Nat Goodspeed | |
| 2024-05-02 | Merge pull request #1389 from secondlife/brad/fix-gltfmaterial-tests | nat-goodspeed | |
| brad/fix gltfmaterial tests | |||
| 2024-05-02 | Merge branch 'roxie/webrtc-voice' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
| roxie/webrtc-voice | |||
| 2024-05-02 | Viewer#1301 Small cleanup | Andrey Kleshchev | |
| notecards do not need to store 'favorite' flag | |||
| 2024-05-02 | Unregister requested data channel when using the negotiated one. | Roxie Linden | |
| When creating a new connection, the viewer builds a data channel interface. It then gets a new one, which is a proxy. The viewer uses the new one, and therefore must unregister the callbacks from the old one. Also, update the position data before sending it after the join is sent. | |||
| 2024-05-02 | Update LLGLTFMaterial tests for changes introduced in SL-20523 | Brad Linden | |
| also correct member packing to match server side | |||
| 2024-05-02 | Merge pull request #1371 from secondlife/1357-gltf-asset-prototype | cosmic-linden | |
| #1357 GLTF Export Prototype | |||
| 2024-05-02 | Merge branch 'project/gltf_development' into 1357-gltf-asset-prototype | RunitaiLinden | |
| 2024-05-02 | #1354 Make coroutines use LLCoros::Mutex instead of LLMutex (#1356) | RunitaiLinden | |
| * #1354 Make coroutines use LLCoros::Mutex instead of LLMutex * #1354 Fix some more unsafe coroutine executions. * #1354 Implement changes requested by Nat | |||
| 2024-05-02 | pviewer#235 slurl command should require at least click action | Maxim Nikolenko | |
| 2024-05-02 | Merge pull request #1376 from secondlife/project/channel_by_branch | Vir Linden | |
| Project/channel by branch | |||
| 2024-05-02 | Update build.yaml | Vir Linden | |
| 2024-05-02 | Update build.yaml | Vir Linden | |
| 2024-05-02 | Turn on LL_TESTS for CI builds. | Nat Goodspeed | |
| 2024-05-02 | secondlife/viewer#1330 EmojiPicker inserts emoji to inactive chat floater | Alexander Gavriliuk | |
| 2024-05-02 | Convert the detected VRAM on NVIDIA & ATI to MBs | Erik Kundiman | |
| 2024-05-02 | secondlife/viewer#1360 Avoid of using avatar full names | Alexander Gavriliuk | |
| 2024-05-02 | Viewer#1301 Implement Inventory Favorites Tab WIP#2 | Andrey Kleshchev | |
| 2024-05-02 | Correct the GL function used for detecting VRAM | Erik Kundiman | |
| 2024-05-01 | secondlife/viewer#1359 Introduce enum ERezzedStatus | Alexander Gavriliuk | |
| 2024-05-01 | Merge pull request #1374 from secondlife/signal/editorconfig | Signal Linden | |
| Add editorconfig | |||
| 2024-05-01 | #1382 Fix for scrubbing occlusion channel of ORM map (#1383) | RunitaiLinden | |
| 2024-05-01 | trim trailing whitespace | Vir Linden | |
| 2024-05-01 | set viewer channel from branch | Vir Linden | |
| 2024-05-01 | Merge branch 'main' into project/channel_by_branch | Vir Linden | |
| 2024-05-01 | Add editorconfig | Bennett Goble | |
| Provide a basic editorconfig file with this repository's defaults. | |||
| 2024-05-01 | #1357 Preserve asset "extras" and switch to std::shared_ptr for referencing ↵ | RunitaiLinden | |
| Asset from LLViewerObject to cut down rebuild time | |||
| 2024-05-01 | Remove copyrights of software we don't distribute | Erik Kundiman | |
| 2024-05-01 | Add some more credits | Erik Kundiman | |
| 2024-05-01 | Update licences | Erik Kundiman | |
| Add ones that are known to be compiled statically, remove ones that are known to be linked dynamically and which we don't redistribute. | |||
| 2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
| 2024-05-01 | #824 Don't fix tabs in files with no tabs | Andrey Lihatskiy | |
| 2024-05-01 | #824 Add c,py,glsl to the script's default file types | Andrey Lihatskiy | |
| 2024-05-01 | Attempt to detect NVIDIA & ATI VRAM | Erik Kundiman | |
| Done in a simple way, without checking the GLX extension string. | |||
| 2024-04-30 | #1357 Proof of concept on decomposing a GLTF scene into its component parts | RunitaiLinden | |
| 2024-05-01 | Viewer#1301 Implement Inventory Favorites Tab WIP | Andrey Kleshchev | |
| 2024-05-01 | viewer#1300 'Star' favorites in inventory #4 | Andrey Kleshchev | |
| 2024-04-30 | Fix for SL-20652 shadows on mac breaking alpha blended objects. (#1264) | Brad Linden | |
| * Fix for SL-20652 shadows on mac breaking alpha blended objects. fix secondlife/jira-archive-internal#71030 * clean up surrounding indentation * Skip unnecessary casting * Clean up LLGLSLShader::sIndexedTextureChannels usage and improve fix for SL-20652 | |||
| 2024-04-30 | Fix for black moon. (#1369) | RunitaiLinden | |
| 2024-04-30 | don't register callbacks from the data channel twice. | Roxie Linden | |
| 2024-04-30 | Merge pull request #1341 from secondlife/vp-230 | cosmic-linden | |
| secondlife/viewer-private#230: Amend terrain loading test plan | |||
| 2024-04-30 | #1357 GLTF Export Prototype | RunitaiLinden | |
| 2024-04-30 | Update terrain_loading.md | Dan Linden | |
| Add more details to Behavior overview. | |||
| 2024-04-30 | Can't delete from a map while iterating over it. | Roxie Linden | |
| 2024-04-30 | Remove voice participants for a connection when shutting it down. | Roxie Linden | |
| When teleporting or moving around, connections to regions are shut down. We need to track which participants are associated with the given connections and remove those participants when the connection is shut down. | |||
