summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-04SL-17785 FIXED World Map scrolls too slowly after pressing "Me" buttonMnikolenko Productengine
2022-08-04DRTVWR-544 Post-merge build fixAndrey Lihatskiy
2022-08-04Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h # indra/newview/llpanelobject.cpp
2022-08-04Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
# Conflicts: # indra/newview/llfloaterworldmap.cpp # indra/newview/llvovolume.cpp
2022-08-04Merge branch master (DRTVWR-561) into DRTVWR-483Andrey Kleshchev
2022-08-04SL-17628 Added attachments can be moved past limit #2Andrey Kleshchev
2022-08-04Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-08-03Increment viewer version to 6.6.3Nat Goodspeed
following promotion of DRTVWR-561
2022-08-03SL-17890 readable warning for MAV_BLOCK_MISSINGAndrey Kleshchev
2022-08-03SL-17890 Face creation does not clean used arraysAndrey Kleshchev
2022-08-02SL-17048 Fixed not cleaning sessionAndrey Kleshchev
2022-08-02SL-17862 Fixed typo in rigged mesh renderingAndrey Kleshchev
2022-08-02SL-17851 Highlight matching notifications when using Search Box in PreferenceMnikolenko Productengine
2022-08-01SL-17868 Fixed macos build issueAndrey Kleshchev
2022-07-30SL-17868 Crash at ThreadRecorder::bringUpToDateAndrey Kleshchev
According to bugsplat get_thread_recorder was null Replaced apr based LLThreadLocalPointer with thread_local
2022-07-29SL-17858 Sit on ground was enabled but not working if already sittingAndrey Kleshchev
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-17809 Sounds from Avatar position instead of Camera positionMnikolenko Productengine
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-26SL-17045 LSL editor cursor position desynchronizationAndrey Kleshchev
1. Fixed cursor position calculations 2. Fixed selection rect calculation
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-21SL-17778 'Application not responding' popup while cleaning cache on startupAndrey Kleshchev
2022-07-20SL-17569 restore previous list of ignored notifications after pressing the ↵Mnikolenko Productengine
Cancel button
2022-07-20SL-17670 remove tab charactersMnikolenko Productengine
2022-07-20SL-17798 floater now allows 1024 texturesAndrey Kleshchev
2022-07-19SL-17796 Crash at LLVolumeFace::getVertexDataAndrey Kleshchev
2022-07-19SL-17670 Simplify outfit snapshot floaterMnikolenko Productengine
2022-07-19SL-16745 Some checkboxes are truncated after changing 'UI size'Andrey Kleshchev
2022-07-18Fix mac build issueAndrey Kleshchev
2022-07-18SL-17785 FIXED World Map scrolls too slowly when searching for a region.Mnikolenko Productengine
2022-07-16SL-17473 Viewer not clearing all Vertex Buffers #2Andrey Kleshchev
2022-07-15SL-17473 Viewer not clearing all Vertex Buffers in some casesAndrey Kleshchev
Image thread doesn't need mBuffer and buffer isn't thread safe so no point allocating it in an image thread.
2022-07-15SL-17741 Fixed wrong conditionAndrey Kleshchev
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-13Merged in SL-17723 Remove use of UDP image fetchMaxim Nikolenko
2022-07-13SL-17723 Remove use of UDP image fetchMnikolenko Productengine
2022-07-12SL-17691: Consolidate calls to onDrawableUpdateFromServer to reduce false ↵Cosmic Linden
positives, change mServerDrawableUpdateCount from U64->U32