Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-04 | Merge branch 'main' into marchcat/x-merge | Andrey Lihatskiy | |
# Conflicts: # indra/llcommon/llstring.cpp # indra/llcommon/llstring.h | |||
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 | Increment viewer version to 7.1.4 | Nat Goodspeed | |
following promotion of secondlife/viewer #673 | |||
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-08 | SL-20363 Add Advanced option 'Debug Unicode' | Alexander Gavriliuk | |
2024-02-07 | Issue #56 Redirect Help>Report Bug to Canny instead of Jira | Andrey Kleshchev | |
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-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-25 | Issue #54 LLRender::init crash | Andrey Kleshchev | |
2024-01-25 | Crash getting acccounting cost | Andrey Kleshchev | |
2024-01-24 | SL-20416 Use image from file for emoji_recent_panel_toggle_btn | Alexander Gavriliuk | |
2024-01-24 | SL-20416 Avoid of taking focus by EmojiPicker | Alexander Gavriliuk | |
2024-01-17 | SL-20795 Part of previously typed emojis disappear in the 'Save settings as ↵ | Alexander Gavriliuk | |
a preset...' option of the 'Preferences' floater | |||
2024-01-16 | SL-20751 Information about frequently used and recently used emojis is ↵ | Alexander Gavriliuk | |
available to all users | |||
2024-01-11 | SL-20749 Scrolling up by mouse wheel is endless in LLPanelEmojiComplete | Alexander Gavriliuk | |
2024-01-11 | Build fix for Visual Studio update (std::vector<PermissionBit>) | Alexander Gavriliuk | |
2024-01-11 | SL-20750 MacOS Crash processing attributed string | Andrey Kleshchev | |
2024-01-09 | SL-20779 More reliable decode and encode error logging (#615) | Andrey Kleshchev | |
2024-01-08 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llmaterialeditor.cpp | |||
2024-01-08 | Merge main (DRTVWR-596 GLTF Materials Maint) into DRTVWR-591-maint-X | Andrey Kleshchev | |
# Conflicts: # indra/newview/VIEWER_VERSION.txt | |||
2024-01-08 | Increment viewer version to 7.1.3 | Nat Goodspeed | |
following promotion of DRTVWR-596 | |||
2024-01-08 | SL-20735 Fix blury profile pictures | Andrey Kleshchev | |
2024-01-05 | DRTVWR-489 MacOS Release build fix (vertex_count and index_count aren't used) | Alexander Gavriliuk | |
2024-01-04 | 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-01-03 | SL-18058 Post-merge functionality restore #2 | Andrey Kleshchev | |
2024-01-02 | Build fix for Visual Studio update (std::vector<PermissionBit>) | Alexander Gavriliuk | |
2023-12-18 | SL-18058 Post-merge functionality restore | Andrey Lihatskiy | |
2023-12-18 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llpanelprofile.cpp # indra/newview/llspatialpartition.cpp | |||
2023-12-15 | Fix EOF in VIEWER_VERSION.txt | Andrey Lihatskiy | |
2023-12-15 | Merge branch 'main' into DRTVWR-489 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/fonts/DejaVu-license.txt # indra/newview/fonts/DejaVuSans-Bold.ttf # indra/newview/fonts/DejaVuSans-BoldOblique.ttf # indra/newview/fonts/DejaVuSans-Oblique.ttf # indra/newview/fonts/DejaVuSans.ttf # indra/newview/fonts/DejaVuSansMono.ttf | |||
2023-12-14 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
2023-12-14 | SL-20611 Followup -- fix for depth based atmospheric mask making ↵ | RunitaiLinden | |
atmospherics effect sun/moon/clouds | |||
2023-12-14 | Merge branch 'DRTVWR-596' into DRTVWR-601 | Brad Linden | |
2023-12-14 | Merge remote-tracking branch 'origin/main' into DRTVWR-596 | Brad Linden | |
2023-12-14 | Merge branch 'SL-20730' into DRTVWR-596 | Brad Linden | |
2023-12-14 | Increment viewer version to 7.1.2 | Nat Goodspeed | |
following promotion of DRTVWR-587 | |||
2023-12-14 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
2023-12-14 | SL-20730 Patch another potential source of NaNs | RunitaiLinden | |
2023-12-14 | SL-20715 Mask cutoff not copied corretly in build tools | Andrey Kleshchev | |
2023-12-14 | SL-20717 Add PBR to Advanced > Rendering Types | Maxim Nikolenko | |
2023-12-13 | Merge pull request #578 from sldevel/HUD-fix | cosmic-linden | |
Fix for semi-transparent HUDs rendering opaque | |||
2023-12-13 | Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601 | RunitaiLinden | |
2023-12-13 | SL-20730 Scrub nans from haze alpha | RunitaiLinden | |
2023-12-13 | Merge remote-tracking branch 'origin/DRTVWR-596' into DRTVWR-596 | Brad Linden | |
2023-12-13 | SL-20611 Followup -- fix for impostors being invisible. | RunitaiLinden | |
2023-12-13 | SL-20715 Mapping mode and specular color not copied correctly | Andrey Kleshchev | |
and fixed diffuse alpha | |||
2023-12-12 | Fix for semi-transparent HUDs rendering opaque | Henri Beauchamp | |
This commit fixes a bug introduced with commit 6472b75bcd70470fe5775d1cf6eb70a75b3d76e5 where the fullbrightF.glsl shader fails to set color.a to final_alpha for HUDs. | |||
2023-12-11 | SL-20611 Brute force fix for water haze -- paid for by cycles saved by not ↵ | Dave Parks | |
drawing water twice, but needs a better long term solution. |