| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-02 | viewer#1905 Fix "Share" and "Pay" buttons' state in nearby list | Andrey Kleshchev | |
| 2024-07-02 | Merge pull request #1906 from RyeMutt/reduce-llui-stringtemp | Andrey Lihatskiy | |
| Reduce string temporaries in LLUI part 2 | |||
| 2024-07-02 | viewer#1907 Shader initialization error | Andrey Kleshchev | |
| 2024-07-02 | Reduce string temporaries from LLTabContainer, LLMenuGL, LLLayoutStack, and ↵ | Rye Mutt | |
| LLKeywords using string_view | |||
| 2024-07-01 | Fix test builds | Rye Mutt | |
| 2024-07-01 | Reduce string temporaries from LLTrans | Rye Mutt | |
| 2024-07-01 | Use heterogeneous comparison for string_view map finds in LLControl and ↵ | Rye Mutt | |
| convert controlExists to string_view | |||
| 2024-07-01 | Reduce string temporaries from LLFloaterReg find/get | Rye Mutt | |
| 2024-07-01 | Merge pull request #1882 from secondlife/v-1847 | cosmic-linden | |
| secondlife/viewer#1847: Fix negative UV scale inverting normal texture lighting for PBR materials and PBR terrain | |||
| 2024-07-01 | Merge pull request #1899 from beqjanus/fix-mirror-crashes | Brad Linden | |
| Fix for various TP where a mirror is present | |||
| 2024-07-01 | secondlife/viewer#1847: Fix wrong lighting for negative texture scale on PBR ↵ | Cosmic Linden | |
| materials and PBR terrain | |||
| 2024-07-01 | #1111 Remove xmlrpc-epi | Alexander Gavriliuk | |
| 2024-07-01 | viewer#1131 MacOS build fixes and small adjustments | Andrey Kleshchev | |
| 2024-07-01 | viewer#1131 gltf model upload UI WIP #3 | Andrey Kleshchev | |
| 2024-07-01 | viewer#1131 gltf model upload UI WIP #2 | Andrey Kleshchev | |
| 2024-07-01 | viewer#1131 gltf model upload UI WIP | Andrey Kleshchev | |
| 2024-07-01 | Fix for various TP where a mirror is present | Beq | |
| these manifest as crashes in isDynamic, isBox and similar calls that are accessed through a dangling probe. | |||
| 2024-07-01 | Remove include of format library that isn't used and can't be used without ↵ | Ansariel | |
| C++20 support anyway | |||
| 2024-07-01 | Merge branch 'main' into maint-b | Erik Kundiman | |
| 2024-07-01 | Start using SLv Dullahan on Linux too (v1.14.0-r2) | Erik Kundiman | |
| 2024-07-01 | Revert streaming to use LibVLC on FBSD & GNU/Linux | Erik Kundiman | |
| I couldn't make it to work with gstreamer even though everything was in place. It was already working anyway with LibVLC, and, Windows & macOS use it too, so it's actually the more cross-platform solution. | |||
| 2024-07-01 | sockaddr_in is defined in netinet/in.h | Erik Kundiman | |
| 2024-07-01 | Revert "Stubs for missing implementations that use GTK" | Erik Kundiman | |
| This reverts commit e7ad9b00ce677fc38f0dec809dc160e7bb307dd2. | |||
| 2024-06-30 | Fast timer view had a maybe uninitialised variable | Erik Kundiman | |
| that GCC did't like. Adding a compile flag to the file didn't help somehow. So we're just initialising it with float 0.0. | |||
| 2024-06-29 | Linden_Dollar_Background.png | fowlerdm | |
| More transparency | |||
| 2024-06-30 | Linden_Dollar_Background.png tweak | fowlerdm | |
| Less ugly alternative | |||
| 2024-06-30 | first_login_image.jpg tweak | fowlerdm | |
| add pirate theme! | |||
| 2024-06-30 | Window_Background/Foreground adjustment | fowlerdm | |
| Make outline slightly less transparent | |||
| 2024-06-30 | Merge remote-tracking branch 'mobserveur/main' | Erik Kundiman | |
| 2024-06-29 | Reworked fps limiter code | mobserveur | |
| This improves the realiability of the fps limiter | |||
| 2024-06-29 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
| 2024-06-29 | Get Dullahan working again on Debian/Ubuntu | Erik Kundiman | |
| After the Maintenance B merge, ironically it was Fedora's web functionality that worked out of the box (after only `patchelf --remove-rpath`-ing the dullahan_host binary from LL's v1.14.0-r2 release, since rpmbuild wouldn't allow non-existent paths). On Debian/Ubuntu somehow it wasn't working any more. It would complain about "No usable sandbox!" in (the new, replacing cef_log.txt) cef.log. The fix was done just by removing the chrome-sandbox' setuid permission (that's been turned on all this time following the common practice for CEF-based apps). On Fedora, it still works without setuid off. It may not have been needed after all, and it's safer anyway that we don't need to elevate the permission to use the effective UID of root to run the sandbox. | |||
| 2024-06-28 | Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop | Brad Linden | |
| 2024-06-28 | Merge remote-tracking branch 'origin/release/webrtc-voice' into develop | Brad Linden | |
| # Conflicts: # indra/newview/llvoicechannel.cpp | |||
| 2024-06-28 | Faster Zoom in avatars | mobserveur | |
| Adjusted value for MAX_ANIM_SECONDS in llagentcamera.cpp | |||
| 2024-06-28 | fps limiter setting in app_settings.xml | mobserveur | |
| MaxFPS settings type and description changed | |||
| 2024-06-28 | Apple GPU Optimisations | mobserveur | |
| This commit massively improves 2D UI, 3D UI and 3D world rendering performance and smoothness. | |||
| 2024-06-28 | Comment out not yet used iceCompleted variable | Erik Kundiman | |
| GCC would treat it as an error. | |||
| 2024-06-28 | The "format" C++ header isn't found in GNU | Erik Kundiman | |
| At least not in my debootstrapped Debian 12.5 system. | |||
| 2024-06-27 | 1836 dont store texture in system memory unless absolutely necessary (#1843) | Dave Parks | |
| * #1836 Texture memory usage overhaul. Much decrufting - don't keep a copy of textures in system memory - use GPU to downrez textures instead of reloading from cache - use GPU to generate brightness/darkness bumpmaps | |||
| 2024-06-27 | Merge pull request #1840 from secondlife/inventory_favorites | Andrey Kleshchev | |
| viewer#1300 viewer#1301 viewer#1424 viewer#1425 viewer#1619 viewer#1005 | |||
| 2024-06-27 | Fix indentations considered as errors by GCC | Erik Kundiman | |
| 2024-06-27 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
| 2024-06-27 | Disable SLVersionChecker (for all platforms) | Erik Kundiman | |
| We haven't implemented our version checking anyway. | |||
| 2024-06-27 | FontConfig's not used any more on macOS | Erik Kundiman | |
| Since we stopped using SDL2 on it. It was added here before, I remember it was so it would build on macOS too. | |||
| 2024-06-27 | Revert to using Cocoa instead of SDL2 for macOS | Erik Kundiman | |
| Our SDL2-based code is kept Darwin-ready. This move was triggered by the merge with SLv's release/maint-b branch causing the viewer to show only a black screen, even though everything else seemed to be working (logging in, streaming, quitting the app). This decision also has caused numerous MPv specific window-related macOS bugs to be fixed. I wanted to commit this on the main branch, but somehow it failed to build. This move was bound to happen at the arrival of Maintenance B after all. | |||
| 2024-06-26 | Convert tabs to spaces | Roxie Linden | |
| 2024-06-26 | Merge branch 'release/webrtc-voice' of github.com:secondlife/viewer into ↵ | Roxie Linden | |
| roxie/webrtc-voice-crash-fixes | |||
| 2024-06-26 | Make the webrtc viewer work for vivox adhoc/group calls. | Roxie Linden | |
| There was an issue on the release grid where old-style credentials were being sent over and the webrtc viewer wasn't dealing with them properly. | |||
| 2024-06-26 | Increase texture discard bias if system memory gets low | Ansariel | |
