Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-04 | Merge tag '6.6.15-release' | Erik Kundiman | |
source for viewer 6.6.15.581961 | |||
2023-09-26 | SL-20341 Item Properties floater closes on changes for task inventory item | Andrey Kleshchev | |
2023-09-25 | SL-20334 Unable to use non-square textures from inventory | Andrey Kleshchev | |
2023-09-25 | SL-20332 Crash at dragCategoryIntoFolder | Andrey Kleshchev | |
2023-09-20 | SL-20308 Clearing user's data should clear mfa #2 | Andrey Kleshchev | |
2023-09-20 | SL-20298 Fix recursive fetch not working properly. | Andrey Kleshchev | |
2023-09-20 | Round the 128 & 256 icon corners | Erik Kundiman | |
2023-09-20 | Login logos update | Erik Kundiman | |
2023-09-19 | New login logo with black backgrounds | Erik Kundiman | |
2023-09-19 | Disable assembly instructions on non x86 | Erik Kundiman | |
at least for now. | |||
2023-09-18 | SL-20308 Clearing user's data should clear mfa | Andrey Kleshchev | |
2023-09-15 | SL-20278 Disconnect saving MFA from saving password | Andrey Kleshchev | |
2023-09-15 | SL-19826 Gallery multiselect support, fix right click | Andrey Kleshchev | |
2023-09-14 | SL-20285 Updated individual request count declaration | Andrey Kleshchev | |
2023-09-14 | SL-20285 Sturdier cof and fixed link fetching | Andrey Kleshchev | |
2023-09-12 | SL-20162 Option for debuging folder version in UI | Andrey Kleshchev | |
Shows folder's data instead of a suffix. Will need either a new inventory window or to toggle UI debug on early. | |||
2023-09-11 | SL-20199 Fix invalid or oversized folder being refetched indefinetely | Andrey Kleshchev | |
2023-09-11 | Revive HiDPI support & multi threaded OpenGL | Erik Kundiman | |
See 7dd1149e3649057f0962b85bdc467f4e9299b235. The attributes only needed to be moved from LLWindowMacOS X to LLWindowSDL. | |||
2023-09-10 | SL-20261 Allow and resize existing textures as necessary for thumbnails | Andrey Kleshchev | |
2023-09-10 | SL-19826 Basic 'shift' support for gallery Part#4 | Andrey Kleshchev | |
2023-09-10 | SL-19826 Gallery multiselect support Part#3 | Andrey Kleshchev | |
wip | |||
2023-09-10 | SL-19826 Implement feedback for dropping into flat folder view Part#2 | Andrey Kleshchev | |
2023-09-10 | SL-19826 Implement feedback for pasting into flat folder view Part#1 | Andrey Kleshchev | |
2023-09-10 | macOS still uses viewer_manifest for now | Erik Kundiman | |
until we're ready with CPack for it. | |||
2023-09-10 | The header for CFBundleRef & CFBundleCreate | Erik Kundiman | |
2023-09-10 | GL_ALPHA8_EXT as an alternative to GL_ALPHA8 | Erik Kundiman | |
2023-09-10 | GL_RGBA16F is used when there's no GL_RGBA16 | Erik Kundiman | |
2023-09-10 | Lose the _EXT from GL_FRAMEBUFFER macro | Erik Kundiman | |
2023-09-10 | Always compile vertex array code | Erik Kundiman | |
So that, especially modern, GL implementations that do have vertex array but don't have the legacy GL_ARB_vertex_array_object defined have such code compiled too. | |||
2023-09-10 | Preprocess GLU implementors only code | Erik Kundiman | |
2023-09-10 | Missing parameter for non file picker implementors | Erik Kundiman | |
2023-09-10 | Preprocess non portable OpenGL code | Erik Kundiman | |
2023-09-10 | Lose the _ARB suffix from many macros | Erik Kundiman | |
2023-09-06 | Core profile query related functions | Erik Kundiman | |
replacing their legacy ARB counterparts. | |||
2023-09-06 | Core profile buffer related functions | Erik Kundiman | |
replacing their legacy ARB counterparts. | |||
2023-09-06 | SL-20214 Crash at LLControlAVBridge::updateSpatialExtents | Andrey Kleshchev | |
(cherry picked from commit 3d2da2b2c09fc637c2eaccac1607e3480bede145) | |||
2023-09-05 | Exclude FBSD from more GL function redefinitions | Erik Kundiman | |
at the same time revert to less difference from upstream. | |||
2023-08-30 | SL-20242 UI overlap in object profile with DebugPermissions on | Andrey Kleshchev | |
2023-08-29 | Make it possible for external TOS to be agreed to | Erik Kundiman | |
The line that enables it in when on external TOS was only present in a similar scope which doesn't seem to be reachable. It must have been missed when the condition checking was moved. | |||
2023-08-29 | Replace login viewer name's left with circle logo | Erik Kundiman | |
2023-08-29 | Give the icons rounded corners | Erik Kundiman | |
2023-08-29 | Adjust the credits | Erik Kundiman | |
2023-08-29 | Copyright notice repro on statically linked libs | Erik Kundiman | |
2023-08-28 | Replace SL & Linden brands on macOS | Erik Kundiman | |
2023-08-28 | XDG desktop entry | Erik Kundiman | |
2023-08-28 | Temporary icons | Erik Kundiman | |
2023-08-28 | Temporary login MP logo so that we don't use SL's | Erik Kundiman | |
https://secondlife.com/corporate/third-party-viewers Section 5.c | |||
2023-08-26 | Make using the system browser for links works | Erik Kundiman | |
First, in order for launch_url.sh to be executable, it needs to be installed as a program. Secondly, the spawn browser command path needs to be adjusted accordingly. And last, add chrome (applies to chromium too on FBSD), to the list of browser commands to try (so chrome wasn't there :/, but dillo has always been XD, and that's why it kept opening Dillo here haha). | |||
2023-08-26 | Certificate authority bundle gets installed too | Erik Kundiman | |
When I tried using, for example, FBSD system's ca-root-nss.crt, at runtime, the viewer would fail at downloading textures, avatar names, and so on. So for now we're still relying on LLCA, it's just get installed automatically without having to track the file in the viewer project. | |||
2023-08-26 | Fonts get installed too | Erik Kundiman | |