| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-05 | #4931 Fix name cache callbacks not having connections | Andrey Kleshchev | |
| 2025-11-05 | Merge tag 'Second_Life_Release#5e11448e-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-11-04 | Fix remaining cases of webbrowser-related XUI warnings | Ansariel | |
| 2025-11-04 | Use correct widget name for marketplace floater | Ansariel | |
| 2025-11-04 | Fix XUI parser warnings: | Ansariel | |
| * LLFloaterMarketplace::postBuild calls parent method which already tries to find the webbrowser control with a different name and adds itself as observer * Incorrect attribute name "tooltip" in panel_preferences_move.xml | |||
| 2025-11-04 | #4411 fix occurrences of fake BOOL | Maxim Nikolenko | |
| 2025-11-04 | SL-3609 Fix camera POV jump when avatar crosses a region boundary | Andrey Kleshchev | |
| sFlycamPosition was using local coordinates instead of global ones thus was not tracking global changes and was force setting local position to an obsolete value. | |||
| 2025-11-01 | Merge tag 'Second_Life_Release#f7516a46-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-31 | #4847 log session_jitter and period_jitter with FPS info | Maxim Nikolenko | |
| 2025-10-31 | Merge pull request #4900 from secondlife/maxim/2025.08-legacy-search | Maxim Nikolenko | |
| Restore Legacy Search | |||
| 2025-10-30 | #1112 Add 1024x1024 size to Snapshot to Inventory | Andrey Kleshchev | |
| 2025-10-30 | #3670 Add a sortable status column to the list of gestures | Andrey Kleshchev | |
| 2025-10-30 | #4013 Update voice moderator options; show notifications when muted; add ↵ | Mnikolenko Productengine | |
| stub code for info request | |||
| 2025-10-30 | #3649 Incorrect camera aspec ratio | Andrey Kleshchev | |
| Everything else uses width/height ratio | |||
| 2025-10-30 | Merge tag 'Second_Life_Release#5a0ba25d-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-29 | #4886 Crash on LLTeleportRequestViaLure::toOstream | Andrey Kleshchev | |
| 2025-10-29 | #4884 Crash at resetRegionCrossingTimer | Andrey Kleshchev | |
| 2025-10-29 | #4876 Fix material not applying | Andrey Kleshchev | |
| 1. Dupplicate call in llselectmgr can cause race conditions 2. lltooldragndrop wasn't updating server in one case | |||
| 2025-10-29 | #4604 Turn off cef preloading on low end hardware | Andrey Kleshchev | |
| 1. Cef instances are fairly heavy in viewer's implementation, don't preload them on systems <= 8GB 2. Move initialization into floaters where it belongs. 3. Minimal requirement is 8GB, drop gpu class to 1 on hardware under 8GB 4. Reduce cef instance count on systems under 8GB | |||
| 2025-10-28 | #4882 Log textures that failed to be created | Andrey Kleshchev | |
| A bunch of 36x36 failed to create, there shouldn't have been any 36x36 textures, log the ids/type. | |||
| 2025-10-28 | Merge branch 'main' into 2025.08 | Erik Kundiman | |
| 2025-10-28 | FMOD has been upgraded | Erik Kundiman | |
| 2025-10-27 | Mac build fix and clean up | Mnikolenko Productengine | |
| 2025-10-27 | Fix indentation and trailing-whitespace | Mnikolenko Productengine | |
| 2025-10-27 | #4411 UI adjustments | Mnikolenko Productengine | |
| 2025-10-26 | Revert "Improve switching of webrtc devices" | Andrey Kleshchev | |
| Wrong approach. Might need to split workerDeployDevices into separate recording and rendering variants. This partiall reverts commit bb26aa3c2cb8ff961668cf0ad8180d3e9c57f941, I left log lines. | |||
| 2025-10-26 | Fix DoubleClickZoomIn checkbox overlap | Secret Foxtail | |
| New mousewarp dropdown pushed DoubleClickZoomIn checkbox underneath "Other Devices" button. Made space by setting top_pad values of SoundOnCollisions & DoubleClickZoomIn checkboxes to 0. | |||
| 2025-10-26 | Merge tag 'Second_Life_Release#4e2a9667-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-25 | Merge branch 'main' into 2025.08 | Erik Kundiman | |
| 2025-10-25 | Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-25 | MacPorts' OpenJPEG has been upgraded | Erik Kundiman | |
| 2025-10-25 | Remove a tester | Erik Kundiman | |
| 2025-10-23 | #4887 Fix access violation in LLInventoryModelBackgroundFetch::bulkFetchViaAis | Andrey Lihatskiy | |
| 2025-10-23 | #4411 fix additional search options - category and maturity | Mnikolenko Productengine | |
| 2025-10-23 | #4886 Crash on LLTeleportRequestViaLure::toOstream | Andrey Kleshchev | |
| 2025-10-23 | #4884 Crash at resetRegionCrossingTimer | Andrey Kleshchev | |
| 2025-10-22 | Merge branch 'develop' of https://github.com/secondlife/viewer into ↵ | Callum Prentice | |
| callum/voice-moderation-2 | |||
| 2025-10-23 | MacPorts' expat (compatibility) has been updated | Erik Kundiman | |
| 2025-10-23 | #4411 WIP add Web tab to legacy Search | Mnikolenko Productengine | |
| 2025-10-22 | p#494 Add search by agent ID to resident chooser | Andrey Kleshchev | |
| 2025-10-22 | #4652 Improve switching of webrtc devices | Andrey Kleshchev | |
| 2025-10-22 | #4876 Fix material not applying | Andrey Kleshchev | |
| 1. Dupplicate call in llselectmgr can cause race conditions 2. lltooldragndrop wasn't updating server in one case | |||
| 2025-10-22 | Fix CEF media plugin failing to load on Arch | Erik Kundiman | |
| Somehow the absence of the variable declaration would break CEF media plugin on Arch (just like it happened on openSUSE Tumbleweed) when it's not even used any more anywhere else. It's a different variable from the one whose absence broke CEF on Tumbleweed. Apart from that, the package now explicitly pulls at-spi2-core, which contains libatk-1.0.so.0, libatk-bridge-2.0.so.0 and libatspi.so.0 which are linked by libmedia_plugin_cef.so. at-spi2-core may not necessarily get pulled by some other package on a minimal fresh Arch installation. | |||
| 2025-10-22 | Merge tag 'Second_Life_Release#57a9e513-2025.07' into 2025.07 | Erik Kundiman | |
| 2025-10-22 | #4411 WIP initial restoring of Legacy Search | Mnikolenko Productengine | |
| 2025-10-21 | #4871 Fix webrtc crash on tuningGetEnergy | Andrey Kleshchev | |
| 2025-10-21 | #2427 Show torn off chat when clicking on a message popup | Andrey Kleshchev | |
| 2025-10-21 | Remove a trailing space and a missed LLFile::remove() call right before the ↵ | RolfKal | |
| LLFile::rename() | |||
| 2025-10-21 | Improve LLFile to be consistent between Windows and Linux/Mac | RolfKal | |
| 2025-10-20 | Merge branch 'develop' of https://github.com/secondlife/viewer into ↵ | Callum Prentice | |
| callum/voice-moderation-2 | |||
