summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-02SL-15711 Viewer hangs with agents with malformed inventoryAndrey Kleshchev
2021-08-02Merged in signal/readme-makeup (pull request #641)Signal Linden
SL-14702: Spruce up README Approved-by: Andrey Lihatskiy
2021-08-02Merged in signal/sweep (pull request #642)Signal Linden
SL-15743: Remove unused files, .hgtags & Debian packaging Approved-by: Andrey Lihatskiy
2021-08-02SL-15743: Remove debian packagingBennett Goble
2021-08-02SL-15743: Remove .hgtags fileBennett Goble
2021-08-02SL-14702: Spruce up READMESignal Linden
2021-07-30SL-15729 Using gMenuLand instead of gMenuHolderAndrey Kleshchev
These UI elements belong to gMenuLand, "Buy Land..." no longer exists
2021-07-30SL-15729 Crash calling childSetEnabledAndrey Kleshchev
2021-07-30SL-15727 Mouse 'up' event was ignoredAndrey Kleshchev
2021-07-29SL-15668 getNodeID is no longer reliableAndrey Kleshchev
2021-07-27SL-15695 Updater installs 64 bit viewer instead of 32 bit on specific intel ↵Andrey Kleshchev
graphics device
2021-07-27SL-15681 FIXED Crash occurs at first log in of a new userMnikolenko Productengine
2021-07-21Another tweak for 'SL-15547: Viewer hung while looking for a file in cache' ↵Callum Prentice
- this time based on Henri's suggestion in this discussion: https://bitbucket.org/lindenlab/viewer/commits/e28c1b46e9944f0215a13cab8ee7dded88d7fc90#comment-10537114
2021-07-21SL-15611 Do not ignore mask modifiers for mouse-teleportingAndrey Kleshchev
2021-07-21Additional speculative fix for SL-15547: Viewer hung while looking for a ↵Callum Prentice
file in the cache. I am still unable to reproduce this problem, although others have so I am trying a more aggressive approach for them to test. I tried this as part of last speculative fix but saw what I thought were scary side effects in the log/console. Turns out, those are there in the release viewer so probably unrelated to this change.
2021-07-20Speculative fix for SL-15547: Viewer hung while looking for a file in the ↵Callum Prentice
cache - since I am unable to repro, this might be enough
2021-07-19Merge with Master after Viewer Release (also fixed some glaring automerge ↵Callum Prentice
screw ups)
2021-07-20DRTVWR-521 post-merge build fixAndrey Lihatskiy
2021-07-20Merge branch 'master' into DRTVWR-521-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp # indra/llui/llnotifications.h # indra/newview/llappviewer.cpp # indra/newview/llappviewermacosx.cpp
2021-07-19Merge with tip of Master after a Viewer releaseCallum Prentice
2021-07-19SL-15292 Voice's singleton shutdown before voice's coroutineAndrey Kleshchev
2021-07-19Merge branch 'master' into DRTVWR-522-maintAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/newview/llappcorehttp.cpp # indra/newview/llappcorehttp.h
2021-07-19SL-15585 more logging for altoolAndrey Lihatskiy
2021-07-16SL-15594 Reimplement previous voice keybind behaviorAndrey Kleshchev
Also fixed dupplicate checks
2021-07-15DRTVWR-521 improvementAndrey Lihatskiy
2021-07-15SL-443 keybindings: Do not error on unknown functionAndrey Kleshchev
It is likely be from newer viewer / Preparations for SL-443 deloyment.
2021-07-14Increment viewer version to 6.4.22Nat Goodspeed
following promotion of DRTVWR-516
2021-07-15SL-15585 typo fixAndrey Lihatskiy
2021-07-14SL-15585 Improved notarization error handlingAndrey Lihatskiy
2021-07-13SL-15572 - retry logic for codeticket.py commandsBrad Payne (Vir Linden)
2021-07-13SL-15572 - shorter sleeps in build.shBrad Payne (Vir Linden)
2021-07-13SL-15572 - more sleeps in build.shBrad Payne (Vir Linden)
2021-07-13SL-15572 - Possible fix for codeticket upload issueBrad Payne (Vir Linden)
2021-07-12Fix for SL-15560 pages with undefined html render with gray background ↵Callum Prentice
instead of white in CEF v91
2021-07-13Revert "SL-15434 Change default landmark destination"Andrey Kleshchev
This reverts commit efc8b268a2686a86c0975b4b3f67ef821a416d98.
2021-07-12Fix for SL-15559 PDF files do not load in CEF v91Callum Prentice
2021-07-12DRTVWR-521 xcode buildfixAndrey Lihatskiy
2021-07-12Merge branch 'build-hooks' into DRTVWR-521-maintAndrey Lihatskiy
2021-07-02SL-15528 Crash at reblendSettingsAndrey Kleshchev
looks like blenders weren't inited yet.
2021-07-02SL-14075 allow exporting multiple textures with the same nameMnikolenko Productengine
2021-07-01SL-15383 Fix combobox's search highlightsAndrey Kleshchev
2021-07-01SL-15512 Update text in the Favorites Bar and Favorites windowMnikolenko Productengine
2021-06-30SL-15434 Change default landmark destinationAndrey Kleshchev
2021-06-30SL-15434 The 'Add to my Landmarks' star icon is not marked in the Top menu barAndrey Kleshchev
2021-06-30SL-15501 Viewer crash with unprotected use of std::vector::front()Andrey Kleshchev
2021-06-30SL-15500: Only run coding_policy_git.py on MacNat Goodspeed
since it fails on Windows due to some problem in the underlying library. Also wrap the coding policy checks in a TC log subsection.
2021-06-30SL-15500: Always have to work around Windows path incompatibilities.Nat Goodspeed
2021-06-29SL-15500: Use plain pip install, not pip_install shell function.Nat Goodspeed
pip_install doesn't know about the '-r requirements.txt' feature.
2021-06-29SL-15500: Install git-hooks (and requirements) and run policy checkNat Goodspeed
on the entire current (branch of the) viewer repo before starting any build.
2021-06-29SL-15500: A couple further tweaks to satisfy commit policy checker.Nat Goodspeed