Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-07 | Fix paths to LibVLC files, they're in Frameworks | Erik Kundiman | |
Must have been residues before, they really were in llplugin/lib when I was doing the media plugin before. | |||
2024-07-06 | Fill SLPlugin.app Frameworks directory with links | Erik Kundiman | |
Adding custom command to fix SLPlugin's references wouldn't have any effect because fixup_bundle will overwrite them in install stage. | |||
2024-07-06 | Fix paths to CEF media plugin dependencies | Erik Kundiman | |
Explanation just like previous commit. There's a reference fix that doesn't seem to be valid any more. First of all, the path leading to CEF framework would be wrong, and secondly, the plugin doesn't seem to link to CEF. | |||
2024-07-06 | Fix paths to LibVLC media plugin dependencies | Erik Kundiman | |
Somehow fixup_bundle misses fixing the plugins. These fixes are in effect when MacPorts is used, though it wouldn't hurt if you're using HomeBrew, it's just you'd need to add the references to the HomeBrew libraries just like the MacPorts ones. | |||
2024-07-06 | #1931 BugSplat Crash: SecondLifeViewer!LLRenderTarget::release(387) | Alexander Gavriliuk | |
2024-07-06 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-06 | buffer optimisation llwindowsdl.cpp fix | mobserveur | |
This commit fixes a gSavedSettings variable call | |||
2024-07-06 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-06 | tuning floater : missing cmakelists.txt | mobserveur | |
missing cmakelists.txt from previous commit | |||
2024-07-06 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-06 | missing header fix in llwindowsdl.cpp | mobserveur | |
there was missing include in llwindowsdl.cpp | |||
2024-07-06 | Merge branch 'main' into maint-b | Erik Kundiman | |
2024-07-05 | Fix for the fps limiter on intel and amd cpus | mobserveur | |
This commit fixes the fps limiter for intel and amd cpus | |||
2024-07-05 | fix for the contextual menu issue in HiDPI mode | mobserveur | |
This commit fixes an issue with the contextual menu in HiDPI mode, as well as the positioning of object hover informations. | |||
2024-07-05 | Tuning floater and buffer mapping improvements | mobserveur | |
This commit adds the tuning floater accessible via the fps button, and improvements to the buffer mapping optimisation modes. | |||
2024-07-05 | Merge pull request #1930 from RyeMutt/llsd-opts | Andrey Lihatskiy | |
Introduce move support and string_view to LLSD | |||
2024-07-05 | `make install` on macOS installs libllwebrtc.dylib | Erik Kundiman | |
For now it's to the Resources folder, while 3rd-party libraries have moved to the Frameworks folder, so let's see. | |||
2024-07-05 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-07-05 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-05 | Temporary Cocoa U16 vs. SDL2 U32 key types | Erik Kundiman | |
Even when maint-b is merged to main, webrtc-voice will very likely still have to wait until it's merged with main to get maint-b's changes. I'll worry about the conflicts later, just so any branch would build on SDL2 or not without any patches. | |||
2024-07-05 | `make install` on macOS copies dep libs to bundle | Erik Kundiman | |
I couldn't get CEF & Dullahan copied using this function. fixup_bundle on SLPlugin.app was considered invalid, however, SLPlugin itself gets install_name_tool changed but pointing to a non-existent Frameworks directory that would be in the SLPlugin.app bundle. We will have to create and fill such directory with links to the upper (the root viewer app bundle Frameworks') library copies ourselves. We wouldn't want fixup_bundle to successfully fill SLPlugin's Frameworks with copies instead of links anyway. See: `man cmake-modules` https://cmake.org/cmake/help/book/mastering-cmake/chapter/Install.html | |||
2024-07-05 | Reduce LLSD::Binary temporaries | Rye Mutt | |
2024-07-05 | Make LLDate a trivial copyable/movable type | Rye Mutt | |
2024-07-05 | Add move construction/assignment support for LLSD type | Rye Mutt | |
2024-07-05 | Introduce move assignment operators for various LLSD types | Rye Mutt | |
2024-07-05 | Introduce string_view to LLSD map functions to reduce string temporaries | Rye Mutt | |
2024-07-05 | `make install` on macOS installs SLPlugin app | Erik Kundiman | |
Turns out the custom command was only for bundling it, not necessarily installing it. | |||
2024-07-05 | macOS viewer_manifest.py not run if INSTALL is ON | Erik Kundiman | |
`make install` instead should do the job. Some generations haven't been reimplemented, including build_data.json, contributors.txt, and settings_install.xml. | |||
2024-07-05 | libfmod.so files installed only if USE_FMODSTUDIO | Erik Kundiman | |
2024-07-05 | Reindentations & tabs to spaces to conversions | Erik Kundiman | |
2024-07-05 | CPack packages licenses-linux.txt as licences.txt | Erik Kundiman | |
plus some reindentations. | |||
2024-07-05 | `make install` on macOS copies resources to bundle | Erik Kundiman | |
Except for SLPlugin since there's already a custom command for it. | |||
2024-07-04 | viewer#1131 Sync 'transform' arrows with UI | Andrey Kleshchev | |
2024-07-03 | #1870 Tune up for better experience on integrated intel with low memory (#1872) | Dave Parks | |
* More deterministic vsize calculation. Add control for choosing downscale method. * Quick hack to make GLTF preview work again | |||
2024-07-03 | viewer#1131 gltf model upload UI WIP #4 | Andrey Kleshchev | |
Hooked selection to tree view | |||
2024-07-03 | Merge pull request #1925 from secondlife/roxie/webrtc-voice-cleanup | Roxanne Skelly | |
Sync autobuild.xml up with release autobuild. | |||
2024-07-03 | Sync autobuild.xml up with release autobuild. | Roxie Linden | |
2024-07-03 | Merge pull request #1915 from secondlife/roxie/webrtc-voice-disable-morphing | Roxanne Skelly | |
EnableVoiceMorphing should default to true | |||
2024-07-03 | #1917 The 'No emoji selected' message appears and overlaps emoji name | Alexander Gavriliuk | |
2024-07-02 | don't set voice font for vivox | Roxie Linden | |
2024-07-03 | viewer-private#247 Porperly reload image when uploading a model | Andrey Kleshchev | |
2024-07-02 | Merge pull request #1887 from secondlife/v-1475 | cosmic-linden | |
secondlife/viewer#1475: Add test plan for PBR terrain texture transforms UI | |||
2024-07-02 | secondlife/viewer#1475: Add test plan for PBR terrain texture transforms UI | Cosmic Linden | |
2024-07-02 | Merge pull request #1902 from secondlife/v-1847 | cosmic-linden | |
secondlife/viewer#1847: Add test plan for normal textures on PBR materials | |||
2024-07-02 | secondlife/viewer#1847: Update test plan: Enumerate support for ↵ | Cosmic Linden | |
KHR_texture_transform on prims | |||
2024-07-02 | EnableVoiceMorphing should default to true | Roxie Linden | |
2024-07-02 | viewer#1666 Make warning universal to avoid shifting notification | Andrey Kleshchev | |
2024-07-02 | viewer#1666 Allow switching 2k textures off in bulk uploads | Andrey Kleshchev | |
2024-07-02 | Quick fix for a possible merge bug from featurettes. (#1715) | Jonathan "Geenz" Goodman | |
2024-07-02 | LL Issue#1835 - Input delays introduced in PBR viewers. (#1889) | Beq Janus | |