summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-12SL-20436 New accounts that select outfit in web fail to download clothingAndrey Kleshchev
2023-10-11SL-18943 Update LLCA to 202310110702.0Andrey Lihatskiy
2023-10-11SL-18943 Update LLCA to 202310110655.0Andrey Lihatskiy
2023-10-10DRTVWR-587 Update viewer-manager to 3.0-f48e635Andrey Lihatskiy
2023-10-09SL-20430 Camera won't follow avatar above 1024mAndrey Kleshchev
Partially reverts SL-20206 commit 25388312cf28f8b30934ac3885783a96a3b2ed69
2023-10-04Revert "DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3)."Andrey Lihatskiy
2023-10-03SL-17135 Apr process creation crashAndrey Kleshchev
looks like pool regularly gets corrupted, try using separate pool
2023-10-03SL-20341 Close Item Properties on deletionAndrey Kleshchev
2023-10-03SL-20384 Add "play" button into inventory menu.Andrey Kleshchev
2023-10-03SL-20383 Fix scroll locking viewAndrey Kleshchev
2023-10-03SL-20347 Fix structure of localized panel_main_inventoryAndrey Kleshchev
2023-10-03SL-20368 Request outfits using 'links'Andrey Kleshchev
instead of getting items one by one
2023-10-03Merge branch 'main' into DRTVWR-587-maint-VAndrey Lihatskiy
# Conflicts: # indra/newview/llinventorymodel.cpp # indra/newview/llvovolume.cpp
2023-10-03Increment viewer version to 6.6.16Nat Goodspeed
following promotion of DRTVWR-567
2023-09-29SL-20244 On-screen animesh characters that start pelvis offset animations ↵Alexander Gavriliuk
disappear when root goes off-screen
2023-09-26SL-20341 Item Properties floater closes on changes for task inventory itemAndrey Kleshchev
2023-09-25SL-20334 Unable to use non-square textures from inventoryAndrey Kleshchev
2023-09-25SL-20332 Crash at dragCategoryIntoFolderAndrey Kleshchev
2023-09-20SL-20308 Clearing user's data should clear mfa #2Andrey Kleshchev
2023-09-20SL-20298 Fix recursive fetch not working properly.Andrey Kleshchev
2023-09-18SL-20308 Clearing user's data should clear mfaAndrey Kleshchev
2023-09-15SL-20278 Disconnect saving MFA from saving passwordAndrey Kleshchev
2023-09-15SL-19826 Gallery multiselect support, fix right clickAndrey Kleshchev
2023-09-14SL-20269 Tab's focus jumps over item when clicking on edge itemsAndrey Kleshchev
2023-09-14SL-20285 Updated individual request count declarationAndrey Kleshchev
2023-09-14SL-20285 Sturdier cof and fixed link fetchingAndrey Kleshchev
2023-09-12SL-20162 Option for debuging folder version in UIAndrey Kleshchev
Shows folder's data instead of a suffix. Will need either a new inventory window or to toggle UI debug on early.
2023-09-11SL-20199 Fix invalid or oversized folder being refetched indefinetelyAndrey Kleshchev
2023-09-10SL-20261 Allow and resize existing textures as necessary for thumbnailsAndrey Kleshchev
2023-09-10SL-19826 Keep scroll from acting up if selection changedAndrey Kleshchev
Unfulfilled scroll (due to fetching) persisted after selection changed
2023-09-10SL-19826 Basic 'shift' support for gallery Part#4Andrey Kleshchev
2023-09-10SL-19826 Gallery multiselect support Part#3Andrey Kleshchev
wip
2023-09-10SL-19826 Implement feedback for dropping into flat folder view Part#2Andrey Kleshchev
2023-09-10SL-19826 Implement feedback for pasting into flat folder view Part#1Andrey Kleshchev
2023-09-08Merge pull request #372 from secondlife/DRTVWR-587-maint-V-pytweaknat-goodspeed
DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3).
2023-09-08DRTVWR-587: Adopt Ansariel's Python.cmake Windows simplification.Nat Goodspeed
2023-09-07SL-20273 IM, Offer Teleport, Map and Pay SLurls from external browser were ↵Andrey Kleshchev
blocked
2023-09-06SL-20214 Crash at LLControlAVBridge::updateSpatialExtentsAndrey Kleshchev
(cherry picked from commit 3d2da2b2c09fc637c2eaccac1607e3480bede145)
2023-09-05DRTVWR-587: Simplify Python.cmake by omitting find_package(Python3).Nat Goodspeed
Elsewhere in CMake land, we reference PYTHONINTERP_FOUND and PYTHON_EXECUTABLE, both of which are explicitly set by Python.cmake. We don't seem to need the find_package(Python3 COMPONENTS Interpreter) call. Given that we take some pains to be careful about which Windows Python interpreter we find, this eliminates a wildcard.
2023-09-05SL-20206 Underwater visuals problematic when camera is swung below Z=0Alexander Gavriliuk
2023-08-31Fix CMake CMP0148 deprecation warning introduced with CMake 3.27.4Ansariel
2023-08-30SL-20242 UI overlap in object profile with DebugPermissions onAndrey Kleshchev
2023-08-29SL-20224 Update contributionsAndrey Kleshchev
Fix builds using OpenAL
2023-08-29Fix builds using OpenALAnsariel
2023-08-29SL-20205 Clipping of label "Water"Andrey Kleshchev
2023-08-28SL-20214 Crash at LLControlAVBridge::updateSpatialExtentsAndrey Kleshchev
2023-08-28SL-20130 Update viewer-manager (win64) to build 3.0-83fb46aAndrey Lihatskiy
2023-08-28SL-20130 Update viewer-manager to build 3.0-83fb46aAndrey Lihatskiy
2023-08-25SL-20199 Error creating new folderAndrey Kleshchev
2023-08-24DRTVWR-587 Post-merge build fixAndrey Lihatskiy