summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-01SL-19104 update label and permissions displayMaxim Nikolenko
2023-02-01SL-19104 Clean up inventory UI to prepare for thumbnails (#66)Maxim Nikolenko
2023-02-01SL-19117 Textures should return asset id when thumbnail is not setAndrey Kleshchev
2023-02-01SL-19117 Extend texture preview to show thumbnails when presentAndrey Kleshchev
2023-02-01SL-18988 OSX buildfixAndrey Lihatskiy
2023-02-01SL-18988 Updated contributions.txtAndrey Lihatskiy
2023-02-01Add a texture inspector and show it when hovering over an inventory textory ↵Kitty Barnett
(or folder containing - among others - exactly one texture) and when hovering over notecard embedded textures
2023-01-24Merge branch 'DRTVWR-567' of ssh://github.com/secondlife/viewer into DRTVWR-567Brad Payne (Vir Linden)
2023-01-24SL-18629 - various notes on work for D567Brad Payne (Vir Linden)
2023-01-23Merge branch 'main' into DRTVWR-567Mnikolenko Productengine
2023-01-09SL-18924 - basic get/set functions for thumbnail UUID, removed obsolete ↵Brad Payne (Vir Linden)
binary pack/unpack functions for inventory
2022-12-12Increment viewer version to 6.6.9Nat Goodspeed
following promotion of DRTVWR-565
2022-11-28SL-18718 Crash at LLEventPump::listen and connection issuesAndrey Kleshchev
Cleaner reinit and termination.
2022-11-23Merge branch 'main' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-11-22Merge branch 'inventory_extensions', remote-tracking branch 'origin' into ↵Brad Payne (Vir Linden)
DRTVWR-567
2022-11-22SL-18629 - use AISAPI for some paths of new category creationBrad Payne (Vir Linden)
2022-11-21Merge pull request #6 from sldevel/masterRunitaiLinden
Fix a thread safety issue in the GL image worker.
2022-11-22SL-18565 Prevent texture fetch crash on second login attemptAndrey Kleshchev
2022-11-21SL-18218: Switch canonical_repo to GitHub URLBennett Goble
2022-11-21Merge branch master into DRTVWR-565-maint-PAndrey Kleshchev
2022-11-21SL-18565 restoreGL should re-add bumpmapsAndrey Kleshchev
2022-11-21SL-18629 - moving createNewCategory to AIS3Brad Payne (Vir Linden)
2022-11-19Fix a thread safety issue in the GL image worker.Henri Beauchamp
LLViewerTexture::mNeedsCreateTexture needs to be an attomic bool since it is written both in the main thread and in the GL image worker thread. We can now enable threaded bump maps creation as a result of this fix. I have read the CLA Document and I hereby sign the CLA
2022-11-18Merge pull request #1 from FelixWolf/CZ-1Signal Linden
Various repo fixes
2022-11-18Renamed LICENSE.txt to follow naming scheme of other reposKyler Eastridge
2022-11-18Merge pull request #3 from secondlife/signal/labelSignal Linden
Add automatic PR labels
2022-11-18Merge pull request #2 from secondlife/signal/claSignal Linden
Add CLA bot
2022-11-18Add automatic PR labelsBennett Goble
2022-11-18Add CLA botBennett Goble
2022-11-18Add copy of license to root directory so it is recognized by ghKyler Eastridge
2022-11-18Fix spelling error on license file nameKyler Eastridge
2022-11-18Fix readme logo for dark theme sitesKyler Eastridge
2022-11-15Merge remote-tracking branch 'github/master'Bennett Goble
2022-11-14SL-18637 Reverted material shader changesAndrey Lihatskiy
original fix by Beq Janus
2022-11-11SL-18603 update BugsplatMnikolenko Productengine
2022-11-05SL-18581 Don't show the starter avatar toolbar button for NUXAndrey Lihatskiy
2022-11-03SL-18565 Built-in bump maps and some environment textures fail to loadAndrey Kleshchev
Due to udp texture fetching no longer being present
2022-11-02SL-18136 fix for Japanese IMEMnikolenko Productengine
2022-11-02SL-18533 Updated ToS XUI with new languageAndrey Lihatskiy
2022-11-01Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-11-01Increment viewer version to 6.6.8Nat Goodspeed
following promotion of DRTVWR-575
2022-10-31Fix SL-18511 TOS and MFA login failure handlers must cooperate to answer ↵Brad Kittenbrink
both reasons at the same time
2022-10-26Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-10-26Increment viewer version to 6.6.7Nat Goodspeed
following promotion of DRTVWR-574
2022-10-24SL-18432 Fix for alpha sortingAndrey Lihatskiy
2022-10-20Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-10-20Increment viewer version to 6.6.6Nat Goodspeed
following promotion of DRTVWR-548
2022-10-20SL-18353 Don't allow "Ungroup folder items" on outfit foldersAndrey Lihatskiy
2022-10-17SL-18218: Switch canonical_repo to GitHub URLBennett Goble
2022-10-17SL-17779 Texture position changes were ignored on rigged meshesAndrey Kleshchev
Since the performance overhaul project, there should be essentially no difference between rigged meshes and non-rigged as far as vertex buffer management is concerned.