| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-03 | #4879 An Emoji in a display name can affect text in chat | Andrey Kleshchev | |
| An emoji was spliting inlineview thus affecting displayed text. | |||
| 2025-11-03 | #4920 fix group categories not being displayed when one below is expanded | Maxim Nikolenko | |
| 2025-11-01 | Merge tag 'Second_Life_Release#f7516a46-2025.08' into 2025.08 | Erik Kundiman | |
| 2025-10-31 | #4918 Crash at LLPluginProcessParent::poll | Andrey Kleshchev | |
| Bugsplat shows that mutex is null. It's possible that no instances exist thus mutex wasn't initialized. | |||
| 2025-10-31 | #4847 log session_jitter and period_jitter with FPS info | Maxim Nikolenko | |
| 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 | Fix issue where mac was crashing during an attempt to unplug or replug ↵ | Roxanne Skelly | |
| microphone. (#4897) The mac audio device manager was being "helpful" by restarting playout and recording if the Default device was changed, assuming the application wouldn't care. However, we received an update of device change, and attempted to stop and start playout anyway, causing a conflict. The fix was simply to not deploy new devices when the device id didn't change. | |||
| 2025-10-28 | Merge branch 'main' into 2025.08 | Erik Kundiman | |
| 2025-10-28 | FMOD has been upgraded | Erik Kundiman | |
| 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 | MacPorts' expat (compatibility) has been updated | Erik Kundiman | |
| 2025-10-23 | FreeBSD Ports Boost just got upgraded to 1.89 | Erik Kundiman | |
| 2025-10-22 | Arch's Boost just got upgraded to 1.89 | Erik Kundiman | |
| 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-21 | #4839 Crash at LLPluginProcessParent::poll | Andrey Kleshchev | |
| Missed lock | |||
| 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 | Fix typo in comment | fmartian | |
| 2025-10-21 | Make changes according to recommendations by Copilot | Frederick Martian | |
| - correction spelling of suppress_error - improved error handling in remove() based on functionality in get_fileattr() and somewhat changed error handling in get_fileattr() itself - call explicitly LLFile::fopen() to make sure we use the correct file path conversion under Windows Removing Flawfinder comments since Flawfinder isn't used in the viewer anymore Adding an option to support symlink detection in getattr() Adding comments to function implementation to indicate that they are really static functions of the LLFile class | |||
| 2025-10-21 | Remove trailing space | RolfKal | |
| 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 | #4861 Crash at LLVolumeFace::createOctree | Andrey Kleshchev | |
| Looks like LLRiggedVolume::update goes out of bounds when selecting a face | |||
| 2025-10-20 | Rework new convex decomp into a physicsextensions stub package and fix havok ↵ | Rye | |
| and havok_tpv builds for darwin universal to utilize new vhacd stub (#4858) | |||
| 2025-10-20 | Fix tabs and trailing spaces in objc sources | Rye | |
| 2025-10-18 | Bump viewer version tp 7.2.3 after 2025.07 release | Andrey Kleshchev | |
| 2025-10-17 | Merge remote-tracking branch 'origin/main' into geenz/main-to-develop | Jonathan "Geenz" Goodman | |
| 2025-10-16 | #4701 Fix incorrect architecture in package's name | Andrey Kleshchev | |
| 2025-10-16 | #3379 Fix callback cleanup | Andrey Kleshchev | |
| Instead of marking as 0, mark for cleanup | |||
| 2025-10-16 | #4757 Fix missing quotes | Andrey Kleshchev | |
| 2025-10-16 | Fix erroneous check for __attribute__ definition introduced with APR 1.7.5 | Ansariel | |
| With the update of APR to versoin 1.7.5., we have to deal with an erroneous check for the definition of __attribute__ added to the APR head file apr.h: The additional check for the definition of __has_attribute is nonsense as it is a C++ internal macro to check for the existance of certain attributes, however it has nothing to do with __attribute__ used in this context. Since __attribute__ is not defined in MSVC, the modified, erroneous check now causes said definition becoming missing, resulting in a huge amount of "this declaration may not have extern 'C' linkage" errors within in MSVC. This change utilizes CMake to patch the extracted APR header file, restoring the original version of the check. | |||
| 2025-10-16 | #2531 Fix gray background tiles in the Minimap (#4815) | fmartian | |
| 2025-10-16 | Fix C26444 compiler warning (creating unnamed RAII instances that could lead ↵ | Ansariel | |
| to unintended behavior) | |||
| 2025-10-16 | #2570 Fix extra setGLTFRenderMaterial | Andrey Kleshchev | |
| setRenderMaterialID already calls setGLTFRenderMaterial | |||
| 2025-10-15 | p#490 Fix missing Lossless check | Andrey Kleshchev | |
| that broke sculpt upload | |||
