Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-05 | Issue #54 LLRender::init crash | Andrey Kleshchev | |
2024-03-05 | SL-17896 Don't crash silently if files are missing or out of memory | Andrey Kleshchev | |
Under debug LL_ERRS will show a message as well, but release won't show anything and will quit silently so show a notification when applicable. | |||
2024-03-04 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llstring.cpp # indra/llcommon/llstring.h | |||
2024-03-02 | Revert "Update emoji_categories in Polish translation to slightly more ↵ | Andrey Kleshchev | |
correct erms..." This reverts commit 60debe828b87c33fdbd33e3a5fcef423e544fe55. | |||
2024-03-01 | Update emoji_categories in Polish translation to slightly more correct erms... | Pantera Północy | |
2024-03-01 | Merge remote-tracking branch 'origin/main' into release/gltf-maint2 | Brad Linden | |
2024-03-01 | SL-18721 Shutdown fixes #6 | Andrey Kleshchev | |
2024-03-01 | Merge branch 'main' into marchcat/yz-merge | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llinventorygallery.cpp | |||
2024-03-01 | triage#105 clearPopups() crash | Andrey Kleshchev | |
onTopLost can result in popup being removed or potentially removing more than one popup. | |||
2024-03-01 | Merge branch 'main' into DRTVWR-588-maint-W | Andrey Lihatskiy | |
2024-03-01 | Increment viewer version to 7.1.4 | Nat Goodspeed | |
following promotion of secondlife/viewer #673 | |||
2024-02-27 | SL-18721 Shutdown fixes #5 | Andrey Kleshchev | |
2024-02-27 | Issue#900 Crash at LLInventoryAddItemByAssetObserver | Andrey Kleshchev | |
2024-02-27 | Issue#894 Crash at load3 in cacheOptimize | Andrey Kleshchev | |
2024-02-23 | viewer#875 Crash at uri normalization | Andrey Kleshchev | |
Note that crash happened when setting LLProgressView::setMessage | |||
2024-02-22 | Viewer#863 Crash reading xml | Andrey Kleshchev | |
2024-02-21 | SL-20469 Crash at dead mRootVolp in getAttachedAvatar() | Andrey Kleshchev | |
2024-02-12 | #779 Emoji picker is an unintuitive UX disaster | Alexander Gavriliuk | |
2024-02-09 | #68 The 'Recently used emoji' can not be selected by the 'Tab' key | Alexander Gavriliuk | |
2024-02-09 | SL-20363 Option 'Debug Unicode' - show unicode values | Alexander Gavriliuk | |
2024-02-09 | #746 BugSplat Crash: LLAccordionCtrlTab::showAndFocusHeader(873) | Alexander Gavriliuk | |
2024-02-08 | Build fix for Visual Studio patch | Alexander Gavriliuk | |
2024-02-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk | |
2024-02-08 | SL-18721 Shutdown fixes #4 | Andrey Kleshchev | |
2024-02-07 | Issue #56 Redirect Help>Report Bug to Canny instead of Jira | Andrey Kleshchev | |
2024-02-05 | Merge branch 'DRTVWR-599-maint-Z' into release/maint-yz | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llchiclet.h | |||
2024-02-05 | SL-20669 Fix white uuid | Andrey Kleshchev | |
2024-02-02 | Issue #26 Support texture drop onto PBR materials | Andrey Kleshchev | |
2024-01-31 | Issue #24 GLTF material disappears from object playing media | Andrey Kleshchev | |
Check texture type, if media is stopped, it won't be a MEDIA_TEXTURE | |||
2024-01-30 | Issue #696 RenderResolutionDivisor no longer works | Andrey Kleshchev | |
resizeScreenTexture works if gResizeScreenTexture is true or render target was resized | |||
2024-01-30 | BugSplat Crash #1409959 onTopLost | Andrey Kleshchev | |
onTopLost crashed 1. It contradicts callstack, but clearPopups() definetely has an issue due to not checking the pointer prior to calling onTopLost 2. According to callstack, crash happened around ~LLFolderViewFolder and while it does call removePopup for itself, it isn't a popup, the only one in the list would be the renamer, which calls back to parent, so made sure to secure it. 3. mFlashTimer was never deleted 4. Some explicit cleanup for TopLost | |||
2024-01-29 | SL-18721 Shutdown fixes #3 | Andrey Kleshchev | |
Fix dialog box being blank in task bar | |||
2024-01-27 | SL-17372 Fix viewer crashing when switching models | Andrey Kleshchev | |
mDefaultPhysicsShapeP could reference a dead model if scene changes | |||
2024-01-26 | Issue #17 Crash at autoAdjustOrigin | Andrey Kleshchev | |
2024-01-26 | SL-20669 Fix missed uuid | Andrey Kleshchev | |
2024-01-25 | Crash in switch context | Andrey Kleshchev | |
Looks like a crash at SetWindowLongPtr due to handle being zero | |||
2024-01-25 | Issue #54 LLRender::init crash | Andrey Kleshchev | |
2024-01-25 | Crash getting acccounting cost | Andrey Kleshchev | |
2024-01-24 | SL-20416 Fix Crash Report 1409376 (update) | Alexander Gavriliuk | |
2024-01-24 | SL-20416 Use image from file for emoji_recent_panel_toggle_btn | Alexander Gavriliuk | |
2024-01-24 | SL-20669 Force blank normal id into a local blank normal texture | Andrey Kleshchev | |
Dataserver's version has compression artifacts | |||
2024-01-24 | SL-20669 Move constants out of settings.xml | Andrey Kleshchev | |
UIImgInvisibleUUID doesn't exist Default normal for material is 'null' | |||
2024-01-24 | Fix profile's pick hiding wrong panel | Andrey Kleshchev | |
And cleanup after a contribution | |||
2024-01-23 | SL-20416 Fix Crash Report 1409376 | Alexander Gavriliuk | |
2024-01-24 | SL-20416 Avoid of taking focus by EmojiPicker | Alexander Gavriliuk | |
2024-01-23 | SL-18721 Shutdown fixes #2 | Andrey Kleshchev | |
Set DONE if decode thread is down instead of waiting for an update. Decodes can't be canceled, so fix potential situation where we get two responses | |||
2024-01-23 | Issue #30 Notecard losing thumbnail data | Andrey Kleshchev | |
2024-01-22 | SL-18721 Shutdown fixes | Andrey Kleshchev | |
1. After window closes viewer still takes some time to shut down, so added splash screen to not confuse users (and to see if something gets stuck) 2. Having two identical mWindowHandle caused confusion for me, so I split them. It looks like there might have been issues with thread being stuck because thread's handle wasn't cleaned up. 3. Made region clean mCacheMap immediately instead of spending time making copies on shutdown | |||
2024-01-22 | NSException test | Andrey Kleshchev | |
2024-01-18 | Merge branch 'DRTVWR-588-maint-W' into sl-20546. | Nat Goodspeed | |