Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-27 | Connect to Discord now through privacy tab | Erik Kundiman | |
Now the access token is saved the way passwords are saved, but without a username, so we can have some persistence without having to implement an OAuth2 backend server cause we would have to store those tokens there anyway still and that would even require more disclosure that the user token gets saved on a server, and it's just simpler to not go that way. Discord Social SDK doesn't have to have a helper for sending code to a custom server anyway, that we would have to have some asynchronous HTTP requestor ready. Show location check button gets enabled only when Discord integration is enabled, though it's not functioning yet. | |||
2025-07-27 | Move Discord-related code to llappviewer.cpp | Erik Kundiman | |
The doFrame is the one called over and over again, so running the Discord callbacks from there shouldn't have one extra function overhead, while running the Discord initialisation is only once so it's much more okay to have the extra function overhead there. | |||
2025-07-12 | Rich Presence support using Discord Social SDK | Erik Kundiman | |
Download DiscordSocialSdk-1.4.9649.zip https://discord.com/developers/applications/1393451183741599796/social-sdk/downloads to your ~/Downloads folder. Add -DUSE_DISCORD:BOOL=ON to your cmake line. The authorisation is triggered by selecting Help > Discord Social. It seems that the user will need to do this every time they want Rich Presence support on the viewer while using Discord. The Discord app is still set to be a public client in the OAuth2 tab, I'm going to try to make it work with the app set to be a confidential client, next. All Discord-related code are contained within one file, llstartup.cpp, and other classes access it through some opaque layer, static functions, otherwise we'd get these "duplicate symbol" linking errors. | |||
2025-07-03 | Partial @detach=<y/n> command implementation | Erik Kundiman | |
Only greying out the detach option on the contextual menu popped up by right clicking the attachment in the 3D view/world, and not yet preventing detachment from the inventory/wearing panels. | |||
2025-06-30 | Minimal @sit=<y/n> command implementation | Erik Kundiman | |
2025-05-11 | Fix tab vs whitespace line | Kitty Barnett | |
2025-05-11 | Add the RLVa menu | Kitty Barnett | |
2025-03-06 | Merge remote-tracking branch 'secondlife/release/2025.03' into 2025.03 | Erik Kundiman | |
2025-02-28 | #3280 Fix crashes at gFloaterTools | Andrey Kleshchev | |
Likely specific to headless client | |||
2025-02-25 | #3591 More test coverage for crashes | Andrey Kleshchev | |
2025-01-20 | Merge remote-tracking branch 'secondlife/release/2024.12-ForeverFPS' into ↵ | Erik Kundiman | |
2024.12-ForeverFPS | |||
2025-01-08 | #3349 keep object selection after showing confirmation dialog | Maxim Nikolenko | |
2024-10-22 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-10-21 | Firestorm's resync animations menu option | gwigz | |
2024-10-18 | Merge branch 'main' into 2024.09-ExtraFPS | Erik Kundiman | |
2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-18 | Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵ | Erik Kundiman | |
2024.09-ExtraFPS | |||
2024-10-12 | Revert "Add toggles to avatar dropdown for hear sound or voice from avatar. ↵ | Andrey Lihatskiy | |
(#2518, #2519)" This reverts commit 6af471482d6801530915c1c9ae4bdf788af52eae. | |||
2024-10-09 | Minimal favorite folder inventory feature | gwigz | |
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow` | |||
2024-10-07 | Port Firestorm/Catznip refresh attachments feature | gwigz | |
2024-09-10 | Clean up llviewermenu | Ansariel | |
2024-09-07 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-09-06 | Add toggles to avatar dropdown for hear sound or voice from avatar. (#2518, ↵ | TJ | |
#2519) | |||
2024-09-04 | Merge remote-tracking branch 'origin/release/2024.08-DeltaFPS' into develop | Brad Linden | |
2024-09-04 | Fix another 1856 crash on startup case when Terrain Bake shaders are ↵ | Brad Linden | |
unsupported (#2491) fixes secondlife/viewer#1856 | |||
2024-09-03 | #2403 Reset Skeleton issues | Alexander Gavriliuk | |
2024-09-01 | Merge remote-tracking branch 'secondlife/release/2024.08-DeltaFPS' into ↵ | Erik Kundiman | |
2024.08-DeltaFPS | |||
2024-08-29 | Add error handling for intel crashes from GLTF Scene shader (#2456) | Brad Linden | |
fix secondlife/viewer#1856 | |||
2024-08-18 | Fix findChild frame drops when switching inventory panels | Rye Mutt | |
2024-08-13 | Merge pull request #2210 from secondlife/v-1883 | cosmic-linden | |
secondlife/viewer#1883: Local-only PBR terrain paintmap with developer tools | |||
2024-08-06 | secondlife/viewer#1883: Local-only PBR terrain paintmap with developer tools | Cosmic Linden | |
2024-08-04 | Optimization and cleanup of various color finds during draw | Rye Mutt | |
2024-07-29 | #2100 BugSplat Crash #1497210: LLVOAvatar::updateImpostors()(10616) | Alexander Gavriliuk | |
2024-07-28 | Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵ | Erik Kundiman | |
2024.06-atlasaurus | |||
2024-07-27 | Merge branch 'main' into webrtc-voice | Erik Kundiman | |
2024-07-25 | Fix precommit whitespace failure | Rye Mutt | |
2024-07-25 | Fix accidental memory leak from gSLMMenuUpdater | Rye Mutt | |
2024-07-25 | Fix findChild stutter during teleports | Rye Mutt | |
2024-07-23 | Legacy search floater | mobserveur | |
This commit adds the legacy search floater to megapahit | |||
2024-07-17 | Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵ | Brad Linden | |
release/2024.06-atlasaurus # Conflicts: # autobuild.xml # indra/newview/llvoicechannel.cpp | |||
2024-07-01 | viewer#1131 gltf model upload UI WIP | Andrey Kleshchev | |
2024-06-28 | Merge remote-tracking branch 'origin/release/webrtc-voice' into develop | Brad Linden | |
# Conflicts: # indra/newview/llvoicechannel.cpp | |||
2024-06-27 | Merge remote-tracking branch 'secondlife/release/webrtc-voice' into webrtc-voice | Erik Kundiman | |
2024-06-21 | Disable voice morphing and throw up a warning if it's previously enabled. | Roxie Linden | |
2024-06-19 | "Teleport to" option in nearby tab of people window | Erik Kundiman | |
https://megapahit.com/show_bug.cgi?id=32 | |||
2024-06-07 | #1638 Add permissions checks to GLTF Save As and Upload buttons (#1653) | Dave Parks | |
2024-05-28 | Remove tinygltf dependency from LL::GLTF (#1541) | Dave Parks | |
* #1535 Image loading/saving support in boost::json driven GLTF parser * #1536 GLB Support in boost::json drvien GLTF parser | |||
2024-05-23 | Merge remote-tracking branch 'origin/project/gltf_development' into ↵ | Brad Linden | |
brad/merge-maint-a-to-dev | |||
2024-05-23 | Merge remote-tracking branch 'origin/DRTVWR-600-maint-A' into ↵ | Brad Linden | |
brad/merge-maint-a-to-dev | |||
2024-05-22 | Fix line endlings | Ansariel | |