summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-27Merged in SL-17826 (pull request #1077)Sabrina Shanman
SL-17826: Fix index out of bounds in mOwnership when drawing parcel lines Approved-by: Andrey Kleshchev Approved-by: Andrey Lihatskiy
2022-07-27SL-17831 Cut spammy log messageAndrey Kleshchev
2022-07-27SL-17828 Crash at LLPolyMorphData::loadBinaryAndrey Kleshchev
These files are usually prepackaged with viewer, either all issues should lead to an error or all issues should use warns. I don't think it is a critical issue, so instead of crashing, printing out filename.
2022-07-27SL-17827 Crash at LLCamera::setViewHeightInPixelsAndrey Kleshchev
2022-07-26SL-17826: Fix index out of bounds in mOwnership when drawing parcel linesCosmic Linden
2022-07-26SL-17801: Don't let external code delete the raw pointer to the picking octreeCosmic Linden
2022-07-26SL-17801: Use raw array for mOctreeTriangles to avoid memory alignment ↵Cosmic Linden
issues, increasing risk of crashes during picking due to SIMD operations
2022-07-22SL-17818 Crash at childrenHandleDragAndDropAndrey Kleshchev
2022-07-22SL-17816 Crash trying to schedule audio decoding on shutdownAndrey Kleshchev
2022-07-22SL-17815 Crash at parcelLineFlagsAndrey Kleshchev
Col ended up negative
2022-07-21Merged in SL-17801 (pull request #1070)Sabrina Shanman
SL-17801: Add various safeguards to keep triangle indices count valid Approved-by: Andrey Lihatskiy
2022-07-22SL-17814 Crash at landmark's onCommitTextChangesAndrey Kleshchev
2022-07-21SL-17801: Add various safeguards to keep triangle indices count validCosmic Linden
2022-07-20SL-17798 floater now allows 1024 texturesAndrey Kleshchev
2022-07-18SL-17785 FIXED World Map scrolls too slowly when searching for a region.Mnikolenko Productengine
2022-07-14SL-17773 Properly reset buttonsAndrey Kleshchev
2022-07-14SL-17773 Discard changes clears notes instead of setting previous versionAndrey Kleshchev
2022-07-13SL-17772 Crash and a memory leak in LLPanelInventoryListItemBaseAndrey Kleshchev
1. text_params, not text_aprams, due to this viewer was reusing same params and failing to create mTitleCtrl 2. All ctrls should be owned.
2022-07-13Merged in SL-17691 (pull request #1054)Sabrina Shanman
SL-17691: Color changes on objects cause octree rebuilds Approved-by: Andrey Lihatskiy
2022-07-12SL-17691: Consolidate calls to onDrawableUpdateFromServer to reduce false ↵Cosmic Linden
positives, change mServerDrawableUpdateCount from U64->U32
2022-07-12SL-17691: Make objects active if there are too many material updates from ↵Cosmic Linden
the server
2022-07-13SL-17760 Crash at LLFolderViewItem::refresh(318)Andrey Kleshchev
and at LLFolderViewItem::postBuild for LLConversationViewParticipant
2022-07-12SL-17759 Crash at LLProgressBar::drawAndrey Kleshchev
mImageBar and mImageFill are specified as optional
2022-07-12SL-17758 Crash at LLSpatialSetOcclusionStateDiff::traverse(850)Andrey Kleshchev
According to bugsplat node was null
2022-07-12SL-14572 Fixed two cases of viewer using wrong names for mutingAndrey Kleshchev
2022-07-12Merged in SL-17751 (pull request #1058)Sabrina Shanman
SL-17751: Fix bounding boxes not updating in special cases, leading to object invisibility Approved-by: Andrey Lihatskiy
2022-07-12SL-17751: Fix bounding boxes not updating in special cases, leading to ↵Cosmic Linden
object invisibility
2022-07-12SL-17754 FIXED "first_login_image.jpg" file is not loadedMnikolenko Productengine
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