Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-25 | Fix for SL-17223 save mfa_hash protected store immediately so it doesn't get ↵ | Brad Kittenbrink | |
lost in case of crash | |||
2022-04-21 | SL-17040 Crash due to LLWord not existing | Andrey Kleshchev | |
LLWord should persist till the end due to wide usage. | |||
2022-04-21 | SL-17159 Crash initializing LLInstanceTrackerPrivate | Andrey Kleshchev | |
2022-04-20 | SL-17246 Fix getSharedPrt typo | Mnikolenko Productengine | |
2022-04-20 | SL-17242 Use proper cap for setting pathfinding attributes | Mnikolenko Productengine | |
2022-04-19 | Restored SL-15400, it got lost in an automatic merge | Andrey Kleshchev | |
Pausing clouds should not pause water | |||
2022-04-19 | SL-17231 Copying textures should be disabled if object content was not yet ↵ | Mnikolenko Productengine | |
updated | |||
2022-04-18 | Merge branch master (D540) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # indra/llcommon/llsdutil.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolalpha.cpp # indra/newview/lldrawpoolwater.cpp | |||
2022-04-18 | Merge remote-tracking branch 'origin/master' into DRTVWR-550-mfa | Brad Kittenbrink | |
2022-04-18 | Merge branch 'master' into DRTVWR-486 | Andrey Lihatskiy | |
2022-04-18 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
2022-04-18 | Increment viewer version to 6.5.5 | Nat Goodspeed | |
following promotion of DRTVWR-540 | |||
2022-04-15 | SL-17204 FIXED The texture with full permissions is settled on the prim ↵ | Mnikolenko Productengine | |
after copying texture from the object with texture with no transfer permission | |||
2022-04-15 | SL-16831 Don't wait for an updater on login failure unles it's the cause of ↵ | Andrey Kleshchev | |
failure | |||
2022-04-15 | SL-17035 Reverted a part of previous commit | Andrey Kleshchev | |
According to davep, the intent of Debug GL is to crash and in this it's doing it's job, but the rest of the fix that makes the state not persist is a good solution. | |||
2022-04-14 | Merge remote-tracking branch 'origin/sl-17218' into DRTVWR-543-maint | Andrey Lihatskiy | |
2022-04-14 | SL-17218: Per NickyD review feedback, test LLFace::mNormals too. | Nat Goodspeed | |
2022-04-14 | SL-17218: Update faulty test for null LLFace::mTangents | Nat Goodspeed | |
2022-04-14 | SL-17035 Crash at gl_debug_callback | Andrey Kleshchev | |
RenderDebugGL was avaliable from develop menu, but since it was persistent, caused slowdowns and crashes it could result in users crashing or lagging without knowing the cause. To resolve the issue it was made to last for a single session. | |||
2022-04-14 | void LLTexLayerSet::asLLSD was never used, remove it completely. | Nicky | |
(cherry picked from commit 7f0259f0e767969d260514e9ea810cbde7f1d24c) | |||
2022-04-14 | Semicolon at end of for loop was making sure nothing ever got done. | Nicky | |
The whole methode is questionable in doing nothing and it seems there was a deliberate change that made sure it does nothing. I am not sure what this method really is supposed to do, thus I did opt for the most basic version of "do nothing" like it was before. (cherry picked from commit 1c1a93e42e209e959f09ec46ca414a8936f4ac20) | |||
2022-04-14 | Parameter to onClickConnect must be bool, not int. | Nicky | |
(cherry picked from commit 5c6228e56a688a98606ce28077d6089adc833873) | |||
2022-04-11 | SL-17194 Impostor quality pass 2 (and fix for fully transparent rigged ↵ | Dave Parks | |
attachments rendering to depth buffer) | |||
2022-04-11 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-04-11 | SL-17173 Impostor quality pass. | Dave Parks | |
2022-04-11 | SL-17182 FIXED Viewer crashes after changing the environment settings | Mnikolenko Productengine | |
2022-04-07 | SL-16907 Crash at updateSkinInfoMatrixPalette #2 | Andrey Kleshchev | |
2022-04-07 | SL-17092 Fix a gesture upload crash | Andrey Kleshchev | |
2022-04-06 | SL-17160 Ignore "getIsAlphaMask" on rigged faces. | Dave Parks | |
2022-04-05 | Merge remote-tracking branch 'origin/SL-16950' into DRTVWR-540-maint | Andrey Lihatskiy | |
2022-04-01 | SL-17121 Fix error threshold value | Andrey Kleshchev | |
2022-04-01 | SL-17121 Adjust uploader for possible 0 input. | Andrey Kleshchev | |
2022-04-01 | SL-17121 Revert "SL-15940 Remove ability to set zero triangle limit" | Andrey Kleshchev | |
This reverts commit b45c0e3ed926270e100271f33885b8d31085a858. | |||
2022-03-30 | SL-17000 modify physics mesh dense/degenerate error msg | Dave Houlton | |
2022-03-30 | SL-17096 Login screen fields are gray | Andrey Kleshchev | |
2022-03-29 | SL-17074 fix ALT-F4 handling without impacting alt-zoom | Dave Houlton | |
2022-03-29 | SL-17091 FIXED Walk/Run/Fly buttons are not clickable | Mnikolenko Productengine | |
2022-03-29 | SL-16831 Fix unit test | Andrey Kleshchev | |
2022-03-29 | SL-16831 Viewer stalls for 10 seconds before displaying a login failure | Andrey Kleshchev | |
# Conflicts: # indra/newview/llstartup.cpp | |||
2022-03-29 | SL-16811 Shape preview images do not display all of the attachments #2 | Andrey Kleshchev | |
Merged previewAvatar and generateImpostor into a single function since they are nearly identical | |||
2022-03-28 | SL-17079: Merge 'sl-17079' into DRTVWR-546 for Mac updater fix. | Nat Goodspeed | |
2022-03-28 | SL-17000 improve error message for physics mesh import | Dave Houlton | |
2022-03-28 | SL-17039 "Remember Password" checkbox state should be saved per account name | Mnikolenko Productengine | |
2022-03-25 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-03-25 | SL-17077 Ensure profiling is disabled if gpu_benchmark fails. Log the ↵ | Dave Parks | |
source of the real crash for when the viewer inevitably crashes later. | |||
2022-03-25 | Merged DRTVWR-546 into SL-16993 | Michael Pohoreski | |
2022-03-24 | Merge branch 'DRTVWR-546' of ssh://bitbucket.org/lindenlab/viewer into ↵ | Dave Parks | |
DRTVWR-546 | |||
2022-03-24 | SL-17028 Fix for inconsistent ordering of transparent rigged meshes and ↵ | Dave Parks | |
removal of glow-only rigged meshes from depth buffer. | |||
2022-03-24 | SL-17074 Fix Alt-F4 handling bug | Dave Houlton | |
2022-03-23 | SL-17064 Add a Remember Password checkbox to the first time login screen. | Andrey Kleshchev | |