| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-18 | Merge pull request #4571 from secondlife/brad/develop | Brad Linden | |
| Cherry-pick packages-formatter fix from archive/develop | |||
| 2025-08-18 | Change another case of a regex sequence needing to be a raw string | Nicky | |
| 2025-08-18 | #4557 fix lags in outfit search with many outfits | Maxim Nikolenko | |
| 2025-08-16 | Fix regex strings for Python 3.12+ | fmartian | |
| Python 3.12 and newer does complain about single backslash in strings and is probably going to treat it as an error in some future version. Make the string constant a raw string. | |||
| 2025-08-16 | #4544 Fix extension check being case sensitive | Andrey Kleshchev | |
| 2025-08-15 | Remove unused vstool, files (#4500) | Signal Linden | |
| Clean up of some unused files: - vstool - No longer used - indra/edit-me-to-trigger-new-build.txt - Shouldn't be needed... - win_crash_logger/* - Empty directory | |||
| 2025-08-16 | Merge tag 'Second_Life_Release#37a04baf-2025.06' into 2025.06 | Erik Kundiman | |
| 2025-08-15 | #4561 Crash at initializeURLHistory | Andrey Kleshchev | |
| 2025-08-15 | #4559 Crash at killCacheEntry | Andrey Kleshchev | |
| 2025-08-15 | #4537 Some links were missing favorite options | Andrey Kleshchev | |
| 2025-08-15 | Merge branch 'main' into 2025.06 | Erik Kundiman | |
| 2025-08-15 | MacPorts' expat (compatibility) has been updated | Erik Kundiman | |
| 2025-08-15 | Merge tag 'Second_Life_Release#922d2324-2025.06' into 2025.06 | Erik Kundiman | |
| 2025-08-15 | Merge tag 'Second_Life_Release#23083286-2025.06' into 2025.06 | Erik Kundiman | |
| 2025-08-15 | Merge tag 'Second_Life_Release#2c0db0cd-2025.06' into 2025.06 | Erik Kundiman | |
| 2025-08-15 | Merge branch 'main' into 2025.06 | Erik Kundiman | |
| 2025-08-15 | #4544 Add source format information to mesh upload statistics | Andrey Kleshchev | |
| 2025-08-14 | #4541 Fix reused message | Andrey Kleshchev | |
| it was also in use by local bitmaps | |||
| 2025-08-14 | CMake 4.10 compatibility fixes (#4548) | Brad Linden | |
| 2025-08-14 | Merge 2025.06 into develop | Andrey Kleshchev | |
| Merge 2025.06 into develop | |||
| 2025-08-13 | #4541 Cap image upload size to prevent issues | Andrey Kleshchev | |
| 2025-08-13 | Add support for Normalized Frametime Variation (NVFT) (#4395) | Jonathan "Geenz" Goodman | |
| * Add support for Normalized Frametime Variation (NVFT) * Add normalized period jitter | |||
| 2025-08-13 | #4519 Check for "://" as schema separator in a SLURL | fmartian | |
| Check for "://" as schema separator when testing if the passed in address contains a schema. A ':' alone could also indicate a port separator as part of the hostname and throw off the parsing. (#4543) | |||
| 2025-08-13 | #4527 Crash trying to upload a huge image | Andrey Kleshchev | |
| Raw image permits only a 256 MB buffer so this isn't unexpected. | |||
| 2025-08-12 | #4535 Revert "Fix: ignore *pass-on* counters when detecting left-button ↵ | Andrey Kleshchev | |
| grabs (#3990)" This reverts commit 65d70a8d8f211b462481e93f919a100c8b3b2af5. | |||
| 2025-08-12 | Revert "Fix: ignore *pass-on* counters when detecting left-button grabs (#3990)" | Andrey Kleshchev | |
| This reverts commit 65d70a8d8f211b462481e93f919a100c8b3b2af5. | |||
| 2025-08-12 | Fix issue where p2p calls were coming up muted even thought the UI said they ↵ | Roxie Linden | |
| were not. | |||
| 2025-08-12 | #4524 LLControlVariable error | Andrey Kleshchev | |
| 2025-08-12 | #4473 Enable Zoom in to Self menu option in chat | Andrey Kleshchev | |
| 2025-08-12 | Chore: Move message.xml to scripts/messages (#4501) | Signal Linden | |
| * Move message.xml to scripts/messages Get rid of the top-level etc/ directory by moving its only contents: message.xml to scripts/messages * Move message.xml to app_settings * Remove unneeded inclusion in viewer_manifest.py | |||
| 2025-08-12 | Fix clang compiler issues due to unused variables | Ansariel | |
| 2025-08-12 | #4522 Crash at shouldAllowFirstMediaInteraction | Andrey Kleshchev | |
| 2025-08-11 | A ??) sequence was mis-interpreted by the pre-commit hooks as a trigraph ↵ | Callum Prentice | |
| sequence. | |||
| 2025-08-11 | This commit introduces CEF 139 which works now that each media instance has ↵ | Callum Prentice | |
| its own cache/cookies folder (previous commit). It also changes the Test Bookmarks page to a heavily updated one with new links and a filter/search mechanism | |||
| 2025-08-11 | #4284 Better window shutdown logging | Andrey Kleshchev | |
| To help investigate shutdown freeze | |||
| 2025-08-11 | #4420 Fix chat log reading issue with certain characters | Maxim Nikolenko | |
| 2025-08-11 | Merge pull request #4466 from secondlife/atlas-qaworkflow | AtlasLinden | |
| Add new runners to QA workflow | |||
| 2025-08-11 | Bump viewer version to 7.2.1 | Andrey Kleshchev | |
| 2025-08-11 | Supported Debian amd64 is now 13.0 (current stable) | Erik Kundiman | |
| OpenAL and LL's WebRTC now break CEF too just like on many other supported distros. Same as Ubuntu 24.04.2 when it comes to not yet compatible newer Pipewire, but OpenJPEG 2.5.3 (unlike 24.04.2 which is still at 2.5.0). The libminizip1 package name is also fixed here for Ubuntu. | |||
| 2025-08-11 | FMOD has been upgraded from 2.02.29 to 2.02.30 | Erik Kundiman | |
| 2025-08-11 | #4334 Crash at getIsDynamic #2 | Andrey Kleshchev | |
| A TPV dev asked to change this, so that ref wouldn't be called on some environments. | |||
| 2025-08-09 | Merge tag 'Second_Life_Release#5b1c783b-2025.06' into 2025.06 | Erik Kundiman | |
| 2025-08-09 | Merge branch 'main' into 2025.06 | Erik Kundiman | |
| 2025-08-09 | Revert "Make sure sed is installed on Arch" | Erik Kundiman | |
| This reverts commit cbf64f875831992386dadc5a094b9739b678b764. | |||
| 2025-08-08 | Merge pull request #4494 from secondlife/roxie/fix-4419 | Jonathan "Geenz" Goodman | |
| Straighten out muting to prevent echo when crossing from vivox to webrtc regions near a webrtc region boundary. | |||
| 2025-08-09 | Merge remote-tracking branch 'secondlife/main' | Erik Kundiman | |
| 2025-08-08 | Merge pull request #4382 from secondlife/release/2025.05 | Jonathan "Geenz" Goodman | |
| Release/2025.05 | |||
| 2025-08-08 | Straighten out muting to prevent echo when crossing from vivox to webrtc ↵ | Roxie Linden | |
| regions. Muting was a bit random in the code, so it's now been straightened out and should prevent echo. Also, code was added to not attempt connection to non-webrtc regions in the webrtc code. | |||
| 2025-08-08 | #4503 Crash at openHeaderEntriesFile | Andrey Kleshchev | |
| 2025-08-08 | #4472 Permit going below ground if camera isn't constrained | Andrey Kleshchev | |
| Basically a revert of SL-20206, 25388312cf28f8b30934ac3885783a96a3b2ed69 | |||
