summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-23panel_preferences_sound.xml -> "hear voice from" radio group possecretfoxtail
Position 2nd radio group such that it appears aligned with the 1st.
2024-10-23panel_preferences_sound.xml adjustmentsecretfoxtail
Fit custom stream notification channel checkbox and spinner into the panel while still leaving room for input/output device settings.
2024-10-23Revert "panel_preferences_sound.xml -> Move channel number spinner"secretfoxtail
This reverts commit bd496c3ec5672197c7dc142af458e6bf2374a4c7.
2024-10-23Revert "panel_preferences_sound.xml adjustment"secretfoxtail
This reverts commit 3ff2b68559fa9a7f2d07591b64106202500323be.
2024-10-22Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-10-22Regex for matching physics extension stub's httpErik Kundiman
2024-10-22Dynamic Arch PKGBUILD valuesErik Kundiman
Set PACKAGE to ON.
2024-10-22Remove double linux llphysicsextension_stub installableErik Kundiman
It would cause our use_prebuilt_binary implementation to fail downloading because of the double URLs. It's not supposed to be there anyway in the llphysicsextension_tpv section.
2024-10-22Revert "LL physics extensions stub"Erik Kundiman
This reverts commit 45b9eed30320c6281efcfb748098a8789b15f15f.
2024-10-22Revert "First attempt to fix unicode input"Erik Kundiman
This reverts commit aaa8cb5a37a720ff67792d0a31fec793b03b3742.
2024-10-22Revert "IME composition is now replaced by the result"Erik Kundiman
This reverts commit 60592ae0d7a98e071e516fcac70c5bf1427f20be.
2024-10-21Toolbar command from Ansarielgwigz
https://github.com/FirestormViewer/phoenix-firestorm/commit/bcc7406ccc22d5c8d73fe3200da3c6a36d903a10#diff-d16d50e343f4f0926f7ebac63ec9ad3ef3ebab8f575dfe520042d0ab00ef8836R2404
2024-10-21Firestorm's resync animations menu optiongwigz
2024-10-21panel_preferences_sound.xml -> Move channel number spinnersecretfoxtail
restore left_pad="10" to left="260"
2024-10-20panel_preferences_sound.xml adjustmentsecretfoxtail
Fix stream channel spinner & noise supression combo overlap
2024-10-21Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-10-21Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-10-20viewer#2741 Don't reallocate image conversion buffer all the timeAndrey Kleshchev
2024-10-20Working Arch port but CEF & WebRTC are still brokenErik Kundiman
I've tried using FMOD instead, but CEF didn't work either. At first I used crow-misia's WebRTC build but it would cause a segmentation fault, but LL's build seems to break CEF. Gotta find a way so CM's build doesn't crash the viewer. PKGBUILD should be moved to indra/newview as an .in to be configured by CMake for dynamic version numbers, and adjust the instruction too to run makepkg -R from the folder where the generated PKGBUILD will be.
2024-10-19Further revert llrender to LL'sErik Kundiman
This might fix the black screen problem on Apple GPU.
2024-10-19Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-10-18viewer#2889 Fixed mixed up water settingsAndrey Kleshchev
2024-10-18Merge branch 'main' into 2024.09-ExtraFPSErik Kundiman
2024-10-18Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-10-18Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into ↵Erik Kundiman
2024.09-ExtraFPS
2024-10-15viewer#1472 Fix some mirror parameters not adjustingAndrey Kleshchev
combo box only recognizes value "6"
2024-10-15Draft build instructions for Gentoo, Arch & WindowsErik Kundiman
Plus: Explicit on ENABLE_MEDIA_PLUGINS Sort Tumbleweed dependencies Sort FreeBSD setenv line FreeBSD dependencies that need to be explicitly installed now
2024-10-15viewer#2850 Fix a crash in LLTextureFetchWorkerAndrey Kleshchev
cache worker does not respond in case it was aborted, leaving behind a handle.
2024-10-14viewer#2819 Group member pagination toggleAndrey Kleshchev
Group member pagination is not ready, disable it untill later
2024-10-12Revert "Rename uniform vec4 color to color4"secretfoxtail
This reverts commit a42a77f0aacf5878f29edafc42b8b230dc290bb6.
2024-10-12Revert "More renaming color to color4"secretfoxtail
This reverts commit 93f5747aaacb4109eece1165dd76a5a5f01e0e77.
2024-10-12Revert "More renaming color to color4"secretfoxtail
This reverts commit 3fa052f6a2e642a6f1c450ec77f7b47a49016558.
2024-10-12No samples_passed when there's no GL_SAMPLES_PASSEDErik Kundiman
cause it relies on querying mSamplesQuery, which would only have a value if it could run glBeginQuery(GL_SAMPLES_PASSED, mSamplesQuery).
2024-10-12Preprocess eTextureType like sGLTextureTypeErik Kundiman
(cause eTextureType seems to have been designed to mirror sGLTextureType) otherwise you'd get a GL error of invalid enum of the first argument for glTexImage2D.
2024-10-12Revert "Add toggles to avatar dropdown for hear sound or voice from avatar. ↵Andrey Lihatskiy
(#2518, #2519)" This reverts commit 6af471482d6801530915c1c9ae4bdf788af52eae.
2024-10-10Fix for refresh attachmentsgwigz
Missing `llviewerjointattachment.cpp` change for refresh attachments to fully function https://github.com/FirestormViewer/phoenix-firestorm/commit/07ad25c6be898e42e870b1b6db84f6b16b7275f6#diff-c4316b59d0c69a9672ddfb53e2bc9172c30f1f30017a9c7e4ce817c0905e47cbR34
2024-10-09Minimal favorite folder inventory featuregwigz
Utilizes the recent-ish "open in new window" functionality from `LLPanelMainInventory::newFolderWindow`
2024-10-08Explicit on OpenJPEG library being staticErik Kundiman
It wasn't inheriting the viewer's BUILD_SHARED_LIBS setting.
2024-10-08More renaming color to color4Erik Kundiman
2024-10-08Merge pull request #14 from gwigz/refresh-attachmentsErik Kundiman
Port Firestorm/Catznip refresh attachments feature
2024-10-07Port Firestorm/Catznip refresh attachments featuregwigz
2024-10-05viewer#2443 voice dot indicator should be visible by defaultMaxim Nikolenko
2024-10-05viewer#2741 Sligtly better logging for a crashAndrey Kleshchev
2024-10-04cherry pick secondlife/viewer#912 BugSplat Crash 1412267: nvoglv64+0xadcd00 ↵Brad Linden
(#2785) * secondlife/viewer#912 BugSplat Crash 1412267: nvoglv64+0xadcd00 * fix cherry-pick merge breakage. * Fix signed/unsigned error --------- Co-authored-by: Alexander Gavriliuk <alexandrgproductengine@lindenlab.com>
2024-10-04#2650 Add UI controls for debug settings: RenderTonemapMix RenderTonemapType ↵Brad Linden
(#2787) Co-authored-by: Maxim Nikolenko <maximnproductengine@lindenlab.com>
2024-10-03viewer#2709 Fix loose triangle #2Andrey Kleshchev
2024-10-02viewer#2705 Some sky parameters weren't updatingAndrey Kleshchev
2024-10-01Fix thread-unsafe usage of LLPointer and LLMeshSkinInfo(#2755) (#2759)Rye Mutt
2024-10-01Add early-out in LLPipeline::applyCAS() if gCASProgram failed to compile. ↵Brad Linden
(#2760) fix secondlife/viewer#2756
2024-10-02More renaming color to color4Erik Kundiman