Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-23 | Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559 | Erik Kundiman | |
2023-09-22 | SL-20321 Fix for missing "has_te" check (thanks Henri) | RunitaiLinden | |
2023-09-22 | SL-20325 Fix for double sided not working. | RunitaiLinden | |
2023-09-21 | SL-20321 Interpret missing TEs in override messages as indication overrides ↵ | RunitaiLinden | |
should be nulled out if present. | |||
2023-09-20 | Merge pull request #379 from secondlife/davep/SL-19842 | Brad Linden | |
New GLTF protocol and lighting changes | |||
2023-09-20 | Remove win32 build from DRTVWR-559 github build | Brad Linden | |
2023-09-20 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-20 | Round the 128 & 256 icon corners | Erik Kundiman | |
2023-09-20 | Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559 | Erik Kundiman | |
2023-09-20 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-20 | Login logos update | Erik Kundiman | |
2023-09-19 | SL-20177: Blind attempt at fixing crash in SetWindowLongPtr. Guess based on ↵ | Cosmic Linden | |
the fact that crashes started around the time VRAM accounting was added. | |||
2023-09-19 | SL-20229 Fix for mac build (and don't spam log on viewers that don't know ↵ | RunitaiLinden | |
about a particular GenericStreamingMessage method) | |||
2023-09-19 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-19 | New login logo with black backgrounds | Erik Kundiman | |
2023-09-19 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-19 | Disable assembly instructions on non x86 | Erik Kundiman | |
at least for now. | |||
2023-09-19 | Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559 | Erik Kundiman | |
2023-09-19 | SL-5522 Fix applying textuers and materials with limited restrictions to ↵ | Andrey Kleshchev | |
attachments 1. Texture picker now updates filter's permissions based on selection 2. Various panels now properly check permissions | |||
2023-09-18 | SL-20229 Cache GLTF updates that are received before the object they're ↵ | RunitaiLinden | |
applied to is loaded. | |||
2023-09-18 | SL-20229 Add blip for GLTF messages to "Show Updates to Objects" | RunitaiLinden | |
2023-09-18 | SEC-430 'WARNING: LLFace::getGeometryVolume: Index buffer overflow' occuring ↵ | Alexander Gavriliuk | |
500 times plus per minute | |||
2023-09-15 | Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559 | Erik Kundiman | |
2023-09-15 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-15 | Limit unused-but-set-variable to Linux when Clang | Erik Kundiman | |
Others are fine without the error turned off, and the flag might not even be available on some other's Clang. | |||
2023-09-15 | More maybe uninitialised in model preview | Erik Kundiman | |
2023-09-15 | Remove std::move on Linux as it fails GCC | Erik Kundiman | |
"moving a local object in a return statement prevents copy elision [-Werror=pessimizing-move]" We're back to using GCC cause Clang somehow causes CPack to not work. | |||
2023-09-14 | SL-20268 FIXED clicking Cancel doesn't revert Materials perms | Mnikolenko Productengine | |
2023-09-14 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-14 | getNativeKeyData impl for non Darwin non GTK | Erik Kundiman | |
Copying from GTK users part though. | |||
2023-09-13 | Merge branch 'DRTVWR-559' of https://github.com/secondlife/viewer into ↵ | Erik Kundiman | |
DRTVWR-559 | |||
2023-09-12 | SL-20157: Fix scale of avatar mesh parts when mikktspace tangent generation ↵ | Cosmic Linden | |
fails | |||
2023-09-12 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
2023-09-12 | Set but not used variable isn't an error | Erik Kundiman | |
Encountered when using Clang on Linux. Switched to Clang cause sometimes errors can be less escapable on GCC. | |||
2023-09-12 | Swap dependency between llmath & llmeshoptimizer | Erik Kundiman | |
It seems easier the other way around. This is only so building shared libraries won't fail. | |||
2023-09-12 | Merge remote-tracking branch 'secondlife/DRTVWR-559' into DRTVWR-559 | Erik Kundiman | |
2023-09-11 | Merge remote-tracking branch 'remotes/origin/DRTVWR-559' into davep/SL-19842 | RunitaiLinden | |
2023-09-11 | SL-20090 BugSplat Crash: LLViewerFetchedTexture::updateFetch(2099) | Alexander Gavriliuk | |
2023-09-11 | SL-20229 update message template hash | RunitaiLinden | |
2023-09-11 | SL-19842 WIP -- Now that probes can override ambient, unroll ambient ↵ | RunitaiLinden | |
darkening hacks. | |||
2023-09-11 | Fix macOS crash by explicitly ask SDL2 for GL 4.1 | Erik Kundiman | |
The reason it kept crashing was because it is now a requirement for the OpenGL version to be "detected" as equal or higher than 4.09. All this time (or maybe since macOS switching to SDL2), Megapahit has been given only OpenGL 2.1 by macOS (4.1 on SL viewer & Alchemy, though funny it's 2.1 too somehow on Kokua), and now is fixed by setting the profile to core 4.1 from SDL2. The commit is on this branch only cause somehow this fix didn't work on main branch (it crashed). So 6.6.x is stuck with 2.1 for macOS. We're moving forward with this branch anyway, which will be merged to main in the (hopefully near) future. | |||
2023-09-11 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
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-11 | GL_BUFFER_IMMUTABLE_STORAGE_EXT as an alternative | Erik Kundiman | |
2023-09-11 | Try not to use non portable glDrawBuffer | Erik Kundiman | |
2023-09-11 | Preprocess texture compression code | Erik Kundiman | |
2023-09-11 | Use the more portable GL_COMPARE_REF_TO_TEXTURE | Erik Kundiman | |
2023-09-11 | Try to use GL_MULTISAMPLE_EXT or don't try at all | Erik Kundiman | |
to use GL_MULTISAMPLE | |||
2023-09-11 | Use the more portable GL_FRAMEBUFFER | Erik Kundiman | |
2023-09-11 | Use more portable GL_TEXTURE_MAX_ANISOTROPY_EXT | Erik Kundiman | |