Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-22 | Fix local resetting (#2383) | Kyler "Félix" Eastridge | |
2024-07-26 | Update expired cert in integration test | Andrey Lihatskiy | |
see fe8c976 for more info | |||
2024-07-26 | viewer#2102 Update feature notification to notify about Favorites | Andrey Kleshchev | |
and remove old notifications | |||
2024-07-05 | SL-18721 Don't 'post' window destruction, make thread do it automatically | Andrey Kleshchev | |
2024-07-05 | SL-18721 Move window shutdown further down | Andrey Kleshchev | |
2024-07-04 | viewer#1300 Small 'favorites' improvement | Andrey Kleshchev | |
2024-06-27 | Merge pull request #1840 from secondlife/inventory_favorites | Andrey Kleshchev | |
viewer#1300 viewer#1301 viewer#1424 viewer#1425 viewer#1619 viewer#1005 | |||
2024-06-26 | viewer#1005 Review fixes | Andrey Kleshchev | |
2024-06-20 | viewer#1501 Crash initiating screenSpaceReflUtil.glsl | Andrey Kleshchev | |
Error: Function return is not matching type | |||
2024-06-18 | viewer-private#242 Last used picker mode can force picker into a disabled mode | Andrey Kleshchev | |
2024-06-18 | #1644 On-water property lines persist at water level | Alexander Gavriliuk | |
2024-06-18 | viewer#1772 Teleport History landing going higher and higher | Andrey Kleshchev | |
2024-06-17 | #1207 EEP: Water settings only displaying one decimal place | Alexander Gavriliuk | |
2024-06-17 | #1773 Advanced Lighting Model info still showing in About for other languages | Alexander Gavriliuk | |
2024-06-17 | viewer#1781 More detailed model upload errors for textures | Andrey Kleshchev | |
Show filename of a specific texture | |||
2024-06-15 | #1611 Regression in anti-flipping mechanism for mouselook camera | Alexander Gavriliuk | |
2024-06-15 | #1611 Regression in anti-flipping mechanism for mouselook camera | Alexander Gavriliuk | |
2024-06-14 | viewer#1300 Increment inventory cache for favorites | Andrey Kleshchev | |
2024-06-14 | jira-archive-internal#63268 Several objects are worn on the same part | Andrey Kleshchev | |
of the body by double-clicking on the object from the "Library" folder SL-13411 | |||
2024-06-13 | viewer-private#245 The "Voice chat" is truncated on the slider #2 | Andrey Kleshchev | |
2024-06-13 | viewer#1750 Crash at LLGLTFMaterial::operator= | Andrey Kleshchev | |
2024-06-12 | viewer#1731 Crash at LLPipeline::markVisible | Andrey Kleshchev | |
mDrawable pointer had junk in it | |||
2024-06-12 | viewer#1730 Crash in LLFetchedGLTFMaterial::bind | Andrey Kleshchev | |
2024-06-12 | viewer#1728 Crash in LLViewerRegion::probeCache | Andrey Kleshchev | |
2024-06-11 | Merge pull request #1704 from secondlife/main | Andrey Lihatskiy | |
Main -> Maint C sync (GitHub build fix) | |||
2024-06-11 | viewer#1698 Uniform being out of range shouldn't crash viewer | Andrey Kleshchev | |
2024-06-11 | viewer#1692 Crash at LLVOVolume::getReflectionProbeIsBox() | Andrey Kleshchev | |
2024-06-11 | viewer#1672 Crash at setDefaultFOV | Andrey Kleshchev | |
Some things can make a copy of camera, like LLViewerWindow::cubeSnapshot so need to store and clean up the connection | |||
2024-06-11 | Merge branch 'main' (featurette) into inventory_favorites | Andrey Kleshchev | |
2024-06-10 | Merge branch 'main' into brad/materials_featurette_build_workaround | Nat Goodspeed | |
2024-06-11 | Merge branch 'main' into marchcat/c-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llviewermenufile.cpp | |||
2024-06-10 | Increment viewer version to 7.1.9 | Nat Goodspeed | |
following promotion of secondlife/viewer #648: Release/materials featurette | |||
2024-06-10 | Merge release/materials_featurette to main on promotion of secondlife/viewer ↵ | Nat Goodspeed | |
#648: Release/materials featurette | |||
2024-06-10 | Attempted workaround for actions/runner-images#10004 build failures. | Brad Linden | |
2024-06-10 | viewer#1673 Crash calling dirtyDescendantsFilter | Andrey Kleshchev | |
2024-06-10 | Merge main into inventory_favorites | Andrey Kleshchev | |
# Conflicts: # indra/llui/llfolderviewmodel.h # indra/newview/llpanelwearing.cpp # indra/newview/llwearableitemslist.cpp | |||
2024-06-07 | viewer#1619 Fix outfits search pulling up results sometimes | Andrey Kleshchev | |
Search forces a refresh - can search items that don't exist yet Always notify parent of rect changes despite visibility (alterantively - rearrange on open) | |||
2024-06-06 | Merge pull request #1636 from megapahit/macos-arm64 | Andrey Lihatskiy | |
* An alternative in getting CPU freq on M-series 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. * tbfreq x clockrate.hz only when cpufrequency is 0 Just maybe M3 implements cpufrequency, which should be more accurate than the alternative (different results on my Intel Mac). | |||
2024-06-06 | Merge branch 'main' into marchcat/c-merge | Andrey Lihatskiy | |
2024-06-06 | viewer#1154 Fix an extra key | Andrey Kleshchev | |
2024-06-05 | viewer-private#244 Reconnect to voice after 'tuning' | Andrey Kleshchev | |
activate() does nothing if call already started | |||
2024-06-05 | Make LLLeap iterate over child stdout while read data is pending | Nat Goodspeed | |
instead of using mutual recursion to exhaust the read buffer. | |||
2024-06-05 | 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). | |||
2024-06-05 | 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. | |||
2024-06-04 | #989 Fix for blurry terrain on Mac (#1633) | Brad Linden | |
Co-authored-by: Dave Parks <davep@lindenlab.com> | |||
2024-06-04 | #1628 Disable spherical mirror probes for the time being. (#1631) | Jonathan "Geenz" Goodman | |
2024-06-04 | viewer#1588 Upload directly to Specified Inventory Folder | Andrey Kleshchev | |
2024-06-04 | #1614 Fix for moire pattern in specular highlights. Incidental cleanup. | RunitaiLinden | |
2024-06-03 | viewer-private#245 The "Voice chat" is truncated on the slider | Andrey Kleshchev | |
2024-06-01 | viewer#1595 Add a prompt to confirm deleting an 'auto raplace' list | Andrey Kleshchev | |
But only if there is anything of value in the list |