summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-11SL-17665 additional checks to avoid moving protected foldersMnikolenko Productengine
2022-07-08SL-17727 FIXED Crash when specifying --graphicslevel option on macMaxim Nikolenko
2022-07-07SL-16598 Stuck in Ground SitAndrey Kleshchev
'Sitting' motion was in a loading state, but not active, which resulted in viewer dropping 'sitting' state
2022-07-07Merged in SL-17666Maxim Nikolenko
SL-17666 Allow Map sidebar UI to be hidden
2022-07-07SL-17545 lodQueryCallback should quit as soon as it is doneAndrey Kleshchev
2022-07-07SL-17666 Allow Map sidebar UI to be hiddenMnikolenko Productengine
2022-07-07SL-16793 Potential crash at createSideAndrey Kleshchev
2022-07-06SL-17732 std_bad_alloc at setManualImageAndrey Kleshchev
2022-07-06SL-16793 Crash at LLProfile::addHoleAndrey Kleshchev
addHole can be accessed from main tread and from mesh thread, safeguard pt
2022-07-06Merged in SL-17448 (pull request #1044)Sabrina Shanman
SL-17448: Fix LOD/octree update feedback loops causing LOD fluctuations. Approved-by: Andrey Lihatskiy
2022-07-06SL-17545 fix double-scheduling of calculationsAndrey Kleshchev
2022-07-05SL-17448: Also update the octree box if there is a position rebuildCosmic Linden
2022-07-04SL-17718 Newly published classifieds should not open in edit modeAndrey Kleshchev
2022-07-04SL-17545 Recalculate lods when replacing high lod with something incompatibleAndrey Kleshchev
2022-07-04SL-17665 Add operation to create a subfolder from selected items in InventoryMnikolenko Productengine
2022-07-01SL-17448: Be more thorough about generating bounding boxes that don't affect ↵Cosmic Linden
the octree
2022-07-01SL-17448: Fix LOD/octree update feedback loops causing LOD fluctuations.Cosmic Linden
May also fix octree updates on mere material changes due to general refactoring.
2022-07-01SL-17493 Show total object count in object inventoryAndrey Kleshchev
2022-07-01SL-17510: Fix frequently updating meshes (ex: sculpties) causing expensive ↵Cosmic Linden
octree updates by removing them from the static octree via makeActive
2022-06-30SL-17668 Add operation "show in inventory" on in-world avatar attachmentMnikolenko Productengine
2022-06-29SL-17570 Slightly better support for system's pickerAndrey Kleshchev
2022-06-29SL-17570 Color picker should properly focus it's parent when closingAndrey Kleshchev
This reverts MAINT-1401, but looks like that was fixed properly later
2022-06-29DRTVWR-548 resolved a merge issueAndrey Kleshchev
2022-06-29Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/newview/llviewercontrol.cpp
2022-06-29Merge branch 'master' into DRTVWR-561-maint-OAndrey Lihatskiy
2022-06-29Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
2022-06-29Merge branch 'master' (DRTVWR-543) into DRTVWR-483Andrey Kleshchev
# Conflicts: # indra/newview/llviewertexturelist.cpp
2022-06-29Increment viewer version to 6.6.2Nat Goodspeed
following promotion of DRTVWR-543
2022-06-25Merge SL-17663 into DRTVWR-548-maint-NAndrey Kleshchev
2022-06-24SL-17663: Pass the water settings to the settings injector when an ↵Rider Linden
experience changes water settings.
2022-06-25SL-17628 Added attachments can be moved past limitAndrey Kleshchev
Support 'button up' when losing focus When releasing button far out of view or by refocusing something, button was not commiting. LLPanelObject last call was sendPosition(btn_down) with btn_down true which resulted in missed update. Now it will get one more call with btn_down==false.
2022-06-24Merged in SL-17329 (pull request #1036)Sabrina Shanman
SL-17329: Address Mac build error Approved-by: Andrey Lihatskiy
2022-06-24SL-17329: Remove unused extra variable initializationCosmic Linden
2022-06-24SL-17329: Address Mac build errorCosmic Linden
2022-06-24SL-17436 Tools floater drops negative Z position for attachmentsAndrey Kleshchev
2022-06-24Merged in SL-17329 (pull request #1035)Sabrina Shanman
SL-17329: Fix cache sizes due to overflow. Improve typing. Approved-by: Andrey Lihatskiy
2022-06-24SL-17329: Fix cache sizes due to overflow. Improve typing.Cosmic Linden
2022-06-23mac build fixMaxim Nikolenko
2022-06-23SL-17643 FIXED noninteractive viewer crashes on locations with parcel audioMnikolenko Productengine
2022-06-22SL-17021: Fix inconsistent header definition for LLAudioEngine_OpenALCosmic Linden
2022-06-22SL-17329: Increase percent of CacheSize allocated to the disk cache from 20% ↵Cosmic Linden
to 40%
2022-06-22SL-17329: Fix texture cache not respecting DiskCachePercentOfTotalCosmic Linden
2022-06-22SL-17329: Do logging of individual files after the disk cache purge finishes ↵Cosmic Linden
so it doesn't affect the time measurement. The time resolution of the debug log is in seconds, so it's not particularly useful. Arguably, one could remove this fine logging in favor of Tracy markers. Or have both. Depends on the use case.
2022-06-22SL-17329: Add advanced developer menu button to purge the disk cacheCosmic Linden
2022-06-22SL-17634 Replace deprecated carbon Gestalt callsMaxim Nikolenko
2022-06-21SL-17590 Telehub beacon sometimes renders blackAndrey Kleshchev
2022-06-21SL-17021: Change meaning of first argument to LLVOVolume::updateRiggedVolume ↵Cosmic Linden
from 'force_update' to 'foce_treat_as_rigged'
2022-06-21SL-17021: Only calculate the octree for a skinned mesh if intersection falls ↵Cosmic Linden
inside an on-the-fly calculated bounding box. Technically not a broadphase check, but better than calculating an octree for a bunch of meshes.
2022-06-21SL-17021: Do not do software skinning/octree building of a face during ↵Cosmic Linden
picking unless eligible for narrow-phase intersect check (fast broad-phase intersect pre-check not yet implemented)
2022-06-21SL-17021: Fix triangle mesh overlays being generated twice when avatar ↵Cosmic Linden
animation is frozen