Age | Commit message (Expand) | Author |
2024-09-26 | Fix GCC ambiguous-reversed-operator errors for `LLKeyData` compares. | Nat Goodspeed |
2024-09-26 | Ditch our own (conflicting) definition of the lerp() function. | Nat Goodspeed |
2024-09-26 | #include <cmath> rather than "math.h" to avoid lerp() conflict. | Nat Goodspeed |
2024-09-26 | Fix a few more fsyspath conversions, removing explicit u8string(). | Nat Goodspeed |
2024-09-25 | Adapt `fsyspath` for C++20 conventions. | Nat Goodspeed |
2024-09-25 | Merge branch 'develop' into marchcat/xcode-16 | Nat Goodspeed |
2024-09-25 | Explain why apparently redundant LLPointer methods are necessary. | Nat Goodspeed |
2024-09-25 | Use copy-and-swap idiom for LLPointer's assignment operators. | Nat Goodspeed |
2024-09-24 | LLConstPointer<T> is the same as LLPointer<const T>. | Nat Goodspeed |
2024-09-24 | Make `LLPointer` equality comparisons accept not-identical types. | Nat Goodspeed |
2024-09-24 | #2559 No mouseover if a link is embedded with an emoji | Alexander Gavriliuk |
2024-09-24 | Merge pull request #2534 from secondlife/release/luau-scripting | nat-goodspeed |
2024-09-24 | Reduce memory allocations pinging the mainloop timeout | Ansariel |
2024-09-24 | Performance improvements and cleanup in llviewerdisplay.cpp | Ansariel |
2024-09-23 | Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into develop | Brad Linden |
2024-09-23 | Fix sky settings with reflection probe ambiance of 0 still receiving tonemapp... | Brad Linden |
2024-09-23 | Merge remote 'release/luau-scripting' into release/luau-scripting | Nat Goodspeed |
2024-09-24 | Restore WebRTC shutdown fix (#2658) | Ansariel Hiller |
2024-09-23 | include <utility> for Linux: std::forward is not predefined | Nat Goodspeed |
2024-09-23 | Merge remote branch 'develop' into release/luau-scripting for Maint B | Nat Goodspeed |
2024-09-23 | Turn off tracy on linux to unbreak the build. | Brad Linden |
2024-09-23 | Merge branch 'develop' into marchcat/b-develop | Andrey Lihatskiy |
2024-09-23 | Merge remote branch 'develop' into release/luau-scripting | Nat Goodspeed |
2024-09-23 | viewer#2627 instead of checking map for being empty got empty map | Andrey Kleshchev |
2024-09-23 | viewer#2631 Optimize LLWearable::writeToAvatar | Andrey Kleshchev |
2024-09-23 | viewer#2631 Couple small tweaks | Andrey Kleshchev |
2024-09-23 | Merge remote branch 'develop'into release/luau-scripting | Nat Goodspeed |
2024-09-23 | Merge remote branch 'lua-script-args' into lua-script-args | Nat Goodspeed |
2024-09-23 | Use Lua command-line args to make frame_profile_quit.lua generic. | Nat Goodspeed |
2024-09-23 | #2626 fix for incoming IM calls not being rejected when DND mode is active | Maxim Nikolenko |
2024-09-22 | #2618 Roles and Members tab is a mess | Alexander Gavriliuk |
2024-09-21 | #2618 Roles and Members tab is a mess (show ctrl pos in debug views) | Alexander Gavriliuk |
2024-09-21 | #2618 Roles and Members tab is a mess (fix XML indents for readability) | Alexander Gavriliuk |
2024-09-21 | Improve inventory finder floater performance: Don't parse XUI tree each frame... | Ansariel Hiller |
2024-09-20 | Fix trailing spaces. | Nat Goodspeed |
2024-09-20 | Update test for changed message in error case. | Nat Goodspeed |
2024-09-20 | Merge branch 'release/luau-scripting' into lua-script-args | Nat Goodspeed |
2024-09-20 | Add ability to pass command-line arguments to a Lua script. | Nat Goodspeed |
2024-09-20 | Merge pull request #2623 from secondlife/v-2462 | cosmic-linden |
2024-09-20 | Restore option to change location of existing pick (#2622) | Ansariel Hiller |
2024-09-20 | Fix sky settings with reflection probe ambiance of 0 still receiving tonemapping | Rye Cogtail |
2024-09-20 | #2471 The Destinations ComboBox on Login Screen... (quick fix) | Alexander Gavriliuk |
2024-09-20 | #1519 ObjectGrab message includes invalid SurfaceInfo data when in mouselook ... | Alexander Gavriliuk |
2024-09-20 | viewer#2576 Crash baning a resident | Andrey Kleshchev |
2024-09-19 | secondlife/viewer#2623: Remove assert | Cosmic Linden |
2024-09-19 | secondlife/viewer#2462: Optimize unloading of prims | Cosmic Linden |
2024-09-19 | Incremented viewer version after release/2024.09-ExtraFPS branch creation | Brad Linden |
2024-09-19 | Make login.lua enhance plain grid='agni' to required form. | Nat Goodspeed |
2024-09-19 | Merge pull request #2610 from secondlife/frame-profile-json | nat-goodspeed |
2024-09-19 | viewer#2608 Crash at LLSnapshotLivePreview::getFormattedImage | Andrey Kleshchev |