summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2022-08-17SL-17978 FIXED "Hear media and sound from: Avatar position" ignores clamping ↵Mnikolenko Productengine
set by llSetSoundRadius()
2022-08-17SL-17834 MP window freezes when loading items from InventoryAndrey Kleshchev
1. Do not process all marketpalce changes at once, schedule them for later 2. Do not notifyObservers from notifyObservers
2022-08-17SL-17973 updated inappropriate argMnikolenko Productengine
2022-08-17SL-17973 FIXED region name is not shown in the IM chatMnikolenko Productengine
2022-08-16SL-17719 Windows support for absolute mouse positioning #2Andrey Kleshchev
Better touch screen handling
2022-08-14SL-17719 Windows support for absolute mouse positioningAndrey Kleshchev
For virtual machines and touch screens Also raw input is not subjected to mouse speed
2022-08-12SL-17964 FIXED Pressing M while any floater has focus switches into mouselookMnikolenko Productengine
2022-08-12SL-17965 Closing some floaters shifts focus to menu barAndrey Kleshchev
Focus root now only covers menu, status and nav bar to not steal focus from floaters This partially reverts commit 1d6bfb727a8015e82cd4060a0c73cf3fc719e818.
2022-08-11SL-17892 Add X button to Guidebook floater's title barMnikolenko Productengine
2022-08-11SL-17670 tweaking simplified outfit snapshot floaterMaxim Nikolenko
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-27SL-17809 Sounds from Avatar position instead of Camera positionMnikolenko Productengine
2022-07-26SL-17045 LSL editor cursor position desynchronizationAndrey Kleshchev
1. Fixed cursor position calculations 2. Fixed selection rect calculation
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-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-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-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
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-12SL-17751: Fix bounding boxes not updating in special cases, leading to ↵Cosmic Linden
object invisibility
2022-07-12SL-17753 Crash at LLStatusBar::getNearbyMediaPanelAndrey Kleshchev
optionallyStartMusic was called before status bar was initialized
2022-07-11SL-17752 Crash at removeMutedAVsLightsAndrey Kleshchev
2022-07-11SL-17665 additional checks to avoid moving protected foldersMnikolenko Productengine
2022-07-09SL-17741 Paste is not disabled when copying 'no copy' itemsAndrey 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-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