Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-04 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-08-03 | Increment viewer version to 6.6.3 | Nat Goodspeed | |
following promotion of DRTVWR-561 | |||
2022-08-03 | SL-17890 readable warning for MAV_BLOCK_MISSING | Andrey Kleshchev | |
2022-08-03 | SL-17890 Face creation does not clean used arrays | Andrey Kleshchev | |
2022-08-02 | SL-17048 Fixed not cleaning session | Andrey Kleshchev | |
2022-08-02 | SL-17862 Fixed typo in rigged mesh rendering | Andrey Kleshchev | |
2022-08-02 | SL-17851 Highlight matching notifications when using Search Box in Preference | Mnikolenko Productengine | |
2022-08-01 | SL-17868 Fixed macos build issue | Andrey Kleshchev | |
2022-07-30 | SL-17868 Crash at ThreadRecorder::bringUpToDate | Andrey Kleshchev | |
According to bugsplat get_thread_recorder was null Replaced apr based LLThreadLocalPointer with thread_local | |||
2022-07-29 | SL-17858 Sit on ground was enabled but not working if already sitting | Andrey Kleshchev | |
2022-07-27 | SL-17809 Sounds from Avatar position instead of Camera position | Mnikolenko Productengine | |
2022-07-26 | SL-17045 LSL editor cursor position desynchronization | Andrey Kleshchev | |
1. Fixed cursor position calculations 2. Fixed selection rect calculation | |||
2022-07-21 | SL-17778 'Application not responding' popup while cleaning cache on startup | Andrey Kleshchev | |
2022-07-20 | SL-17569 restore previous list of ignored notifications after pressing the ↵ | Mnikolenko Productengine | |
Cancel button | |||
2022-07-20 | SL-17670 remove tab characters | Mnikolenko Productengine | |
2022-07-19 | SL-17796 Crash at LLVolumeFace::getVertexData | Andrey Kleshchev | |
2022-07-19 | SL-17670 Simplify outfit snapshot floater | Mnikolenko Productengine | |
2022-07-19 | SL-16745 Some checkboxes are truncated after changing 'UI size' | Andrey Kleshchev | |
2022-07-18 | Fix mac build issue | Andrey Kleshchev | |
2022-07-16 | SL-17473 Viewer not clearing all Vertex Buffers #2 | Andrey Kleshchev | |
2022-07-15 | SL-17473 Viewer not clearing all Vertex Buffers in some cases | Andrey Kleshchev | |
Image thread doesn't need mBuffer and buffer isn't thread safe so no point allocating it in an image thread. | |||
2022-07-15 | SL-17741 Fixed wrong condition | Andrey Kleshchev | |
2022-07-13 | SL-17772 Crash and a memory leak in LLPanelInventoryListItemBase | Andrey 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-13 | Merged in SL-17691 (pull request #1054) | Sabrina Shanman | |
SL-17691: Color changes on objects cause octree rebuilds Approved-by: Andrey Lihatskiy | |||
2022-07-13 | Merged in SL-17723 Remove use of UDP image fetch | Maxim Nikolenko | |
2022-07-13 | SL-17723 Remove use of UDP image fetch | Mnikolenko Productengine | |
2022-07-12 | SL-17691: Consolidate calls to onDrawableUpdateFromServer to reduce false ↵ | Cosmic Linden | |
positives, change mServerDrawableUpdateCount from U64->U32 | |||
2022-07-12 | SL-17691: Make objects active if there are too many material updates from ↵ | Cosmic Linden | |
the server | |||
2022-07-13 | SL-17760 Crash at LLFolderViewItem::refresh(318) | Andrey Kleshchev | |
and at LLFolderViewItem::postBuild for LLConversationViewParticipant | |||
2022-07-12 | SL-17759 Crash at LLProgressBar::draw | Andrey Kleshchev | |
mImageBar and mImageFill are specified as optional | |||
2022-07-12 | SL-17758 Crash at LLSpatialSetOcclusionStateDiff::traverse(850) | Andrey Kleshchev | |
According to bugsplat node was null | |||
2022-07-12 | SL-14572 Fixed two cases of viewer using wrong names for muting | Andrey Kleshchev | |
2022-07-12 | Merged 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-12 | SL-17751: Fix bounding boxes not updating in special cases, leading to ↵ | Cosmic Linden | |
object invisibility | |||
2022-07-12 | SL-17753 Crash at LLStatusBar::getNearbyMediaPanel | Andrey Kleshchev | |
optionallyStartMusic was called before status bar was initialized | |||
2022-07-11 | SL-17752 Crash at removeMutedAVsLights | Andrey Kleshchev | |
2022-07-11 | SL-17665 additional checks to avoid moving protected folders | Mnikolenko Productengine | |
2022-07-09 | SL-17741 Paste is not disabled when copying 'no copy' items | Andrey Kleshchev | |
We should allow to copy 'no copy' items for the ability to paste them as links, but regular 'paste' should be disabled in such case Also fixed library items enabling 'paste as link', we can not link library items. | |||
2022-07-08 | SL-17727 FIXED Crash when specifying --graphicslevel option on mac | Maxim Nikolenko | |
2022-07-07 | SL-16598 Stuck in Ground Sit | Andrey Kleshchev | |
'Sitting' motion was in a loading state, but not active, which resulted in viewer dropping 'sitting' state | |||
2022-07-07 | Merged in SL-17666 | Maxim Nikolenko | |
SL-17666 Allow Map sidebar UI to be hidden | |||
2022-07-07 | SL-17545 lodQueryCallback should quit as soon as it is done | Andrey Kleshchev | |
2022-07-07 | SL-17666 Allow Map sidebar UI to be hidden | Mnikolenko Productengine | |
2022-07-06 | Merged 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-06 | SL-17545 fix double-scheduling of calculations | Andrey Kleshchev | |
2022-07-05 | SL-17448: Also update the octree box if there is a position rebuild | Cosmic Linden | |
2022-07-04 | SL-17545 Recalculate lods when replacing high lod with something incompatible | Andrey Kleshchev | |
2022-07-04 | SL-17665 Add operation to create a subfolder from selected items in Inventory | Mnikolenko Productengine | |
2022-07-01 | SL-17448: Be more thorough about generating bounding boxes that don't affect ↵ | Cosmic Linden | |
the octree | |||
2022-07-01 | SL-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. |