Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-11 | Build fix for Visual Studio update (std::vector<PermissionBit>) | Alexander Gavriliuk | |
2024-01-11 | SL-20750 MacOS Crash processing attributed string | Andrey Kleshchev | |
2024-01-11 | SL-20798 FIXED Crash at LLIMMgr::addMessage | Maxim Nikolenko | |
2024-01-10 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
2024-01-10 | SL-20704 Fix for pathfinding debug display not working. | RunitaiLinden | |
2024-01-10 | SL-20770 FIXED Picks location field not updating to different parcel/region | Maxim Nikolenko | |
2024-01-10 | Ignore colour bit results | Erik Kundiman | |
It turns out glGetIntegerv on GL colour bits hasn't given any value, so the values used afterwards have been random since the variables aren't initialised. The numbers haven't been 8, 8, 8 since core profile or VRAM detection or something else. | |||
2024-01-09 | Merge pull request #624 from secondlife/andreyk/SL-19555 | cosmic-linden | |
SL-19555 Fix picker failing to highlight default material in inventory | |||
2024-01-10 | SL-19555 Fix picker failing to highlight default material in inventory | Andrey Kleshchev | |
2024-01-09 | SL-20780 Clean up some dead code. | RunitaiLinden | |
2024-01-09 | SL-20779 More reliable decode and encode error logging (#615) | Andrey Kleshchev | |
2024-01-09 | DRTVWR-599 OSX buildfix #3 | Andrey Lihatskiy | |
2024-01-09 | DRTVWR-599 OSX buildfix #2 | Andrey Lihatskiy | |
remove unused typedef | |||
2024-01-09 | DRTVWR-599 OSX buildfix | Andrey Lihatskiy | |
2024-01-09 | Simplify expression | Ansariel | |
2024-01-09 | Replace BOOST_FOREACH with standard C++ range-based for-loops | Ansariel | |
2024-01-09 | Fix project structure generated by CMake | Ansariel | |
2024-01-09 | Adjust release notes base URL | Erik Kundiman | |
2024-01-09 | Merge tag '7.1.2-release' | Erik Kundiman | |
source for viewer 7.1.2.7215179142 | |||
2024-01-09 | SL-20781 Follow up on boost to std replacement | Andrey Kleshchev | |
2024-01-08 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmaterialeditor.cpp | |||
2024-01-08 | replace boost library to standard | AiraYumi | |
2024-01-08 | Merge branch 'main' into DRTVWR-599-maint-Z | Andrey Lihatskiy | |
2024-01-08 | Merge branch 'main' into DRTVWR-594-maint-Y | Andrey Lihatskiy | |
2024-01-08 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-01-08 | Merge main (DRTVWR-596 GLTF Materials Maint) into DRTVWR-591-maint-X | Andrey Kleshchev | |
# Conflicts: # indra/newview/VIEWER_VERSION.txt | |||
2024-01-08 | Merge remote-tracking branch 'origin/main' into DRTVWR-601 | Brad Linden | |
2024-01-08 | Increment viewer version to 7.1.3 | Nat Goodspeed | |
following promotion of DRTVWR-596 | |||
2024-01-08 | SL-20747 Fix pshell command failing in some cases | Andrey Kleshchev | |
2024-01-08 | SL-20735 Fix blury profile pictures | Andrey Kleshchev | |
2024-01-06 | Move assignments with vram_megabytes inside scopes | Erik Kundiman | |
There will be a case not having vram_megabytes declared. | |||
2024-01-06 | VRAM detection implementation using GLX Mesa | Erik Kundiman | |
/var/log/Xorg.0.log doesn't seem to contain such information any more. My Debian 12 doesn't even have that file any more, I wonder why. | |||
2024-01-06 | Revive VRAM detection on macOS | Erik Kundiman | |
Copied code from llopenglview-objc.mm. It would normally fail SDL2, but somehow adding a logging fixed it O.o This is so texture compression is not enabled by default. | |||
2024-01-05 | DRTVWR-489 MacOS Release build fix (vertex_count and index_count aren't used) | Alexander Gavriliuk | |
2024-01-05 | SL-20748 Fix library materials not being previewable on an object | Andrey Kleshchev | |
2024-01-04 | SL-17896 Don't crash silently if files are missing or out of memory | Andrey Kleshchev | |
Under debug LL_ERRS will show a message as well, but release won't show anything and will quit silently so show a notification when applicable. | |||
2024-01-04 | SL-20771 FIXED Classifieds Title not immediately updating button name | Maxim Nikolenko | |
2024-01-03 | SL-20769 Local textures shouldn't be used for Picks & Classifieds | Maxim Nikolenko | |
2024-01-03 | SL-18058 Post-merge functionality restore #2 | Andrey Kleshchev | |
2024-01-02 | Build fix for Visual Studio update (std::vector<PermissionBit>) | Alexander Gavriliuk | |
2024-01-02 | SL-20759 Ctrl+O should close Avatar floater if Wearing tab is opened | Maxim Nikolenko | |
2023-12-31 | Fix recommended GPU class lower than it should | Erik Kundiman | |
which was caused by the different kind of expected value from the samples query, which then caused the memory bandwidth to be detected as 0 according to ARB timer query, which then affected the GPU class, which eventually affected the texture loading, especially missing colours when zoomed in. | |||
2023-12-31 | tbfreq x clockrate.hz only when cpufrequency is 0 | Erik Kundiman | |
Just maybe M3 implements cpufrequency, which should be more accurate than the alternative (different results on my Intel Mac). | |||
2023-12-26 | An alternative in getting CPU freq on M-series | Erik Kundiman | |
This solution was retrieved from https://listman.redhat.com/archives/libvir-list/2022-February/228217.html sysctl hw.cpufrequency would result as empty on Apple Silicon (at least) M1, when run natively. Ironically (and that's why it's been working with viewers relying on Rosetta 2), arch -x86_64 /bin/bash -c 'sysctl hw.cpufrequency' run on an Apple Silicon would result in the correct number. | |||
2023-12-25 | VLC & CEF can be easily optional in newview CMake | Erik Kundiman | |
2023-12-23 | Rely on prebuilt OpenJPEG headers | Erik Kundiman | |
so we follow its encapsulating directory naming. Looks like we're still going to be using LL's 3p-openjpeg for a while more. | |||
2023-12-23 | no-stringop-overflow for getting it built on jammy | Erik Kundiman | |
2023-12-21 | Force the GL profile to be the core one | Erik Kundiman | |
on all platforms, not only on Darwin. | |||
2023-12-21 | Fix Linux wrong SLPlugin full path | Erik Kundiman | |
from /usr/bin to /usr/libexec/megapahit. Don't re-set mExecutableDir under any circumstances. | |||
2023-12-20 | DRTVWR-601: Merge branch 'DRTVWR-601' into DRTVWR-601-gha-libs | Nat Goodspeed | |