| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2024-04-29 | Merge pull request #1344 from secondlife/signal/snapshot-time | Signal Linden | |
| Add timestamp to snapshot file names | |||
| 2024-04-29 | Use s3 hosted slvoice autobuild dependencies | Bennett Goble | |
| Pull SLVoice from s3 so that the OSS build configurations work. | |||
| 2024-04-29 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
| This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
| 2024-04-29 | viewer#1300 'Star' favorites in inventory #3 | Andrey Kleshchev | |
| 2024-04-29 | #886 Fix for crash in LLBumpImageList when connecting to a simulator with ↵ | RunitaiLinden | |
| different feature flags (#1345) | |||
| 2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
| LF, and trim trailing whitespaces as needed | |||
| 2024-04-29 | #824 Add a script to convert tabs to spaces in the code files | Andrey Lihatskiy | |
| 2024-04-28 | Merge pull request #1349 from secondlife/roxie/webrtc-voice | Roxanne Skelly | |
| [WebRTC-Voice] Fix server reconnect issue (and other issues) | |||
| 2024-04-29 | #824 Add indent_with_spaces hook for source files | Andrey Lihatskiy | |
| 2024-04-28 | tabbing | Roxie Linden | |
| 2024-04-28 | Don't default the tracks to unmuted | Roxie Linden | |
| 2024-04-28 | Reconnects to the voice server weren't happening. | Roxie Linden | |
| 2024-04-28 | secondlife/viewer#1331 The animation with null id is attempted to fetch | Alexander Gavriliuk | |
| 2024-04-27 | Add timestamp to snapshot file names | Bennett Goble | |
| This changeset adds a timestamp in the format of "YYYY-MM-DD_HHSS" to snapshot filenames. This is useful for understanding when a snapshot was taken, chronologically ordering files, and is less confusing than the current method of adding a number to the snapshot name, as it does not result in interleaving of old and new snapshots inside a directory. | |||
| 2024-04-26 | attempt to access participant after it's deleted | Roxie Linden | |
| 2024-04-26 | Renegotiate voice if the voice server type has changed. | Roxie Linden | |
| The server will send an update with new voice credentials when another peer comes in requiring vivox, if the channel was initially webrtc. | |||
| 2024-04-27 | viewer#1300 'Star' favorites in inventory #2 | Andrey Kleshchev | |
| 2024-04-27 | viewer-private#217 Cef log was deleted too often | Andrey Kleshchev | |
| delete once per session, not once per instance | |||
| 2024-04-27 | viewer#1300 'Star' favorites in inventory | Andrey Kleshchev | |
| image is WIP | |||
| 2024-04-27 | viewer#1300 Inventory favorites context menu | Andrey Kleshchev | |
| 2024-04-27 | viewer#1300 Update Gear Menu Items | Andrey Kleshchev | |
| 2024-04-27 | viewer#1300 Rename landmark favorites tab | Andrey Kleshchev | |
| To not acuse confusion with favorites | |||
| 2024-04-27 | viewer#1300 Inventory favorites basic framework | Andrey Kleshchev | |
| 2024-04-26 | secondlife/viewer-private#230: Amend terrain loading test plan | Cosmic Linden | |
| 2024-04-26 | #1325 Fix for GLTF overrides sometimes not showing up. (#1340) | RunitaiLinden | |
| 2024-04-26 | Merge pull request #1337 from secondlife/v-1184 | cosmic-linden | |
| Cached minimap textures still using extra memory/loading still not reliable | |||
| 2024-04-26 | secondlife/viewer#1184: Remove logspam | Cosmic Linden | |
| 2024-04-26 | Fix null volume catcher on macOS | Maki | |
| 2024-04-25 | secondlife/viewer#1184: Fix mac build | Cosmic Linden | |
| 2024-04-25 | secondlife/viewer#1184: Discourage use of forceToRefetchTexture | Cosmic Linden | |
| 2024-04-25 | secondlife/viewer#1184: Use more robust/memory-friendly setLoadedCallback ↵ | Cosmic Linden | |
| for minimap gen. Fix some emissive maps. | |||
| 2024-04-26 | viewer#1308 LLFloaterView::restoreAll Crash | Andrey Kleshchev | |
| 2024-04-25 | Adapt llimageworker_test for updated virtual method API. | Nat Goodspeed | |
| This was a broken test that got all the way to viewer release and the main branch. (cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf) | |||
