Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-11 | Use the more portable GL_COMPARE_REF_TO_TEXTURE | Erik Kundiman | |
2023-09-11 | Use the more portable GL_FRAMEBUFFER | Erik Kundiman | |
2023-09-11 | Assume GL_ANY_SAMPLES_PASSED is supported | Erik Kundiman | |
2023-09-11 | Use the more portable GL_TIME_ELAPSED_EXT | Erik Kundiman | |
and only when it's available. | |||
2023-09-11 | Use non 64 versions when no ARB timer query | Erik Kundiman | |
2023-09-11 | Preprocess non portable OpenGL 4.0 code | Erik Kundiman | |
2023-09-11 | Preprocess non portable OpenGL 1.1 code | Erik Kundiman | |
2023-09-10 | Comment out dead_code_should_blow_up_here | Erik Kundiman | |
Can't find its definition anywhere o.O | |||
2023-09-10 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
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 | Merge pull request #361 from secondlife/SL-20167 | cosmic-linden | |
SL-20167: Grey out the clipboard when copying the material is not allowed | |||
2023-09-06 | SL-20167: Don't block clipboard if GLTF material is null | Cosmic Linden | |
2023-09-06 | SL-20167: Also check permission on paste to be certain | Cosmic Linden | |
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-05 | SL-19655 Remove a couple unused debug settings and related code (update) | Alexander Gavriliuk | |
2023-09-05 | SL-18125 Fixed default upload permissions being ignored | Andrey Kleshchev | |
2023-09-05 | SL-20236 BugSplat Crash in LLVertexBuffer::validateRange(708) | Alexander Gavriliuk | |
2023-09-05 | Exclude FBSD from more GL function redefinitions | Erik Kundiman | |
at the same time revert to less difference from upstream. | |||
2023-09-01 | SL-20167: Grey out the clipboard when copying the material to clipboard is ↵ | Cosmic Linden | |
not allowed | |||
2023-09-01 | SL-19664 Crash in LLAppViewer::initStrings(2985) - log extended info | Alexander Gavriliuk | |
2023-08-30 | SL-19664 Crash in LLAppViewer::initStrings - make the error message more ↵ | Alexander Gavriliuk | |
informative | |||
2023-08-30 | SL-18366 Crash in LLCullResult::assertDrawMapsEmpty - make the error message ↵ | Alexander Gavriliuk | |
more informative | |||
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 | |
2023-08-26 | CPack for packaging (when PACKAGE set to on) | Erik Kundiman | |
Since we could use the dynamic versioning from the configuration phase of CMake, the inclusion is put in BuildVersion.cmake. Other CPACK variables are usually static so can be set when running cmake. CPack somehow doesn't pick up the DESTINATION values in ViewerInstall (slplugin & libvlc too) from UnixInstall, so they're they're partially hardcoded again there. | |||
2023-08-25 | SL-20197 Remove 'Edit PBR material' from context menu when editing an attachment | Alexander Gavriliuk | |
2023-08-25 | Fix another misleading indentation | Erik Kundiman | |
2023-08-24 | Merge tag '6.6.14-release' | Erik Kundiman | |
source for viewer 6.6.14.581101 | |||
2023-08-23 | Fix merge breakage in windows installer_templete.nsi for DRTVWR-559 | Brad Linden | |
2023-08-23 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |