summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2024-01-11SL-20756 The emoji in the profile floater is displayed schematicallyAlexander Gavriliuk
2024-01-11SL-20798 use appropriate checkMnikolenko Productengine
2024-01-11SL-20749 Scrolling up by mouse wheel is endless in LLPanelEmojiCompleteAlexander Gavriliuk
2024-01-11Build fix for Visual Studio update (std::vector<PermissionBit>)Alexander Gavriliuk
2024-01-11SL-20750 MacOS Crash processing attributed stringAndrey Kleshchev
2024-01-11SL-20798 FIXED Crash at LLIMMgr::addMessageMaxim Nikolenko
2024-01-10Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden
2024-01-10SL-20704 Fix for pathfinding debug display not working.RunitaiLinden
2024-01-10SL-20770 FIXED Picks location field not updating to different parcel/regionMaxim Nikolenko
2024-01-10Ignore colour bit resultsErik 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-10SL-19555 Fix picker failing to highlight default material in inventoryAndrey Kleshchev
2024-01-09SL-20780 Clean up some dead code.RunitaiLinden
2024-01-09DRTVWR-599 OSX buildfix #3Andrey Lihatskiy
2024-01-09DRTVWR-599 OSX buildfix #2Andrey Lihatskiy
remove unused typedef
2024-01-09DRTVWR-599 OSX buildfixAndrey Lihatskiy
2024-01-09Simplify expressionAnsariel
2024-01-09Replace BOOST_FOREACH with standard C++ range-based for-loopsAnsariel
2024-01-09Fix project structure generated by CMakeAnsariel
2024-01-09Adjust release notes base URLErik Kundiman
2024-01-09Merge tag '7.1.2-release'Erik Kundiman
source for viewer 7.1.2.7215179142
2024-01-09SL-20781 Follow up on boost to std replacementAndrey Kleshchev
2024-01-08Merge branch 'main' into DRTVWR-489Andrey Lihatskiy
# Conflicts: # indra/newview/llmaterialeditor.cpp
2024-01-08replace boost library to standardAiraYumi
2024-01-08Merge branch 'main' into DRTVWR-599-maint-ZAndrey Lihatskiy
2024-01-08Merge branch 'main' into DRTVWR-594-maint-YAndrey Lihatskiy
2024-01-08Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-01-08Merge remote-tracking branch 'origin/main' into DRTVWR-601Brad Linden
2024-01-08Increment viewer version to 7.1.3Nat Goodspeed
following promotion of DRTVWR-596
2024-01-06Move assignments with vram_megabytes inside scopesErik Kundiman
There will be a case not having vram_megabytes declared.
2024-01-06VRAM detection implementation using GLX MesaErik 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-06Revive VRAM detection on macOSErik 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-05DRTVWR-489 MacOS Release build fix (vertex_count and index_count aren't used)Alexander Gavriliuk
2024-01-05SL-20748 Fix library materials not being previewable on an objectAndrey Kleshchev
2024-01-04SL-20771 FIXED Classifieds Title not immediately updating button nameMaxim Nikolenko
2024-01-03SL-20769 Local textures shouldn't be used for Picks & ClassifiedsMaxim Nikolenko
2024-01-02Build fix for Visual Studio update (std::vector<PermissionBit>)Alexander Gavriliuk
2024-01-02SL-20759 Ctrl+O should close Avatar floater if Wearing tab is openedMaxim Nikolenko
2023-12-31Fix recommended GPU class lower than it shouldErik 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-31tbfreq x clockrate.hz only when cpufrequency is 0Erik Kundiman
Just maybe M3 implements cpufrequency, which should be more accurate than the alternative (different results on my Intel Mac).
2023-12-26An alternative in getting CPU freq on M-seriesErik 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-25VLC & CEF can be easily optional in newview CMakeErik Kundiman
2023-12-23Rely on prebuilt OpenJPEG headersErik 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-23no-stringop-overflow for getting it built on jammyErik Kundiman
2023-12-21Force the GL profile to be the core oneErik Kundiman
on all platforms, not only on Darwin.
2023-12-21Fix Linux wrong SLPlugin full pathErik Kundiman
from /usr/bin to /usr/libexec/megapahit. Don't re-set mExecutableDir under any circumstances.
2023-12-19Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601RunitaiLinden
2023-12-19SL-20754 Modify default midday to be a better approximation of Cloud Layers ↵RunitaiLinden
HDRI (addresses blue sheen).
2023-12-19SL-20611 Followup -- fix for water haze artifacts on fullbright objects ↵Dave Parks
above water.
2023-12-18Unix install sets plugin dir to system library dirErik Kundiman
because (at least) the vlc/plugins dirs are inside it in the same way it's been inside llplugin. This is so the app can find system VLC plugins. And for this, BUILD_SHARED_LIBS set on must work first on Linux (has already been working on FreeBSD), since libmedia_plugin_libvlc is a shared library (which now gets installed to system library dir too, on both OSes).
2023-12-18Merge branch 'main' into DRTVWR-594-maint-YAndrey Lihatskiy