Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-03 | Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mix | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llmachineid.cpp | |||
2021-09-02 | SL-15867 User not logged in - very much the MVS (minimum viable solution) ↵ | Callum Linden | |
but by storing the OpenID cookie when it arrives then injecting it forcefully into each new media instance, it appears that the 'not logged in' problem is solved - at least in my testing, 20+ times logging in without a cache and profiles, dashboard etc. were all logged in - QA will confirm. The full solution involves providing a separate cache for each media instance and tightening up the CEF cookie calling code - that is a large project and this is sufficient for now | |||
2021-09-01 | SL-15867 User not logged in - very much the MVS (minimum viable solution) ↵ | Callum Linden | |
but by storing the OpenID cookie when it arrives then injecting it forcefully into each new media instance, it appears that the 'not logged in' problem is solved - at least in my testing, 20+ times logging in without a cache and profiles, dashboard etc. were all logged in - QA will confirm. The full solution involves providing a separate cache for each media instance and tightening up the CEF cookie calling code - that is a large project and this is sufficient for now | |||
2021-08-31 | SL-15768 Restored collision sound default behaviour | Andrey Kleshchev | |
2021-08-27 | Merge branch 'c++17' into DRTVWR-522-maint | Andrey Lihatskiy | |
2021-08-19 | SL-15853 Added the Map icon to bottom toolbar defaults | Andrey Lihatskiy | |
2021-08-18 | SL-15759 Crash in setCapability | Andrey Kleshchev | |
Different subcase of same crash, this one for losing connection | |||
2021-08-13 | SL-15292 waitForChannel crash | Andrey Kleshchev | |
This code needs to be turned into a state machine (switch-case between states) with clean exit and each state clean and separate. Right now it passes through all stages on exit and relies onto multiple bools instead of just transitioning to 'exit' state. In some cases coroutine still lives longer than voice singletone, it also needs to be adressed. | |||
2021-08-10 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
2021-08-10 | Merge remote-tracking branch 'origin/master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-08-09 | Increment viewer version to 6.4.23 | Nat Goodspeed | |
following promotion of DRTVWR-531 | |||
2021-08-09 | SL-15789 Crash in LLTranslationAPIHandler | Andrey Kleshchev | |
Bugsplat logged an out_of_range exception for unknown string | |||
2021-08-09 | SL-15788 Crash throw_std_bad_alloc in LLImageRaw's scale | Andrey Kleshchev | |
2021-08-09 | SL-15759 Crash in requestBaseCapabilitiesCoro | Andrey Kleshchev | |
2021-08-06 | SL-15778 Crash at getPreferredType() in findCategoryUUIDForTypeInRoot | Andrey Kleshchev | |
2021-08-06 | SL-15696 Don't be so persistent with outdated driver notification | Andrey Kleshchev | |
Some manufactures provide no own updated drivers yet forbid users from updating to intel provided one | |||
2021-08-02 | SL-15711 Viewer hangs with agents with malformed inventory | Andrey Kleshchev | |
2021-07-30 | SL-15729 Using gMenuLand instead of gMenuHolder | Andrey Kleshchev | |
These UI elements belong to gMenuLand, "Buy Land..." no longer exists | |||
2021-07-30 | SL-15729 Crash calling childSetEnabled | Andrey Kleshchev | |
2021-07-30 | SL-15727 Mouse 'up' event was ignored | Andrey Kleshchev | |
2021-07-29 | SL-15668 getNodeID is no longer reliable | Andrey Kleshchev | |
2021-07-27 | SL-15681 FIXED Crash occurs at first log in of a new user | Mnikolenko Productengine | |
2021-07-21 | SL-15611 Do not ignore mask modifiers for mouse-teleporting | Andrey Kleshchev | |
2021-07-19 | Merge with Master after Viewer Release (also fixed some glaring automerge ↵ | Callum Prentice | |
screw ups) | |||
2021-07-20 | DRTVWR-521 post-merge build fix | Andrey Lihatskiy | |
2021-07-20 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp # indra/llui/llnotifications.h # indra/newview/llappviewer.cpp # indra/newview/llappviewermacosx.cpp | |||
2021-07-19 | SL-15292 Voice's singleton shutdown before voice's coroutine | Andrey Kleshchev | |
2021-07-19 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llappcorehttp.cpp # indra/newview/llappcorehttp.h | |||
2021-07-16 | SL-15594 Reimplement previous voice keybind behavior | Andrey Kleshchev | |
Also fixed dupplicate checks | |||
2021-07-15 | DRTVWR-521 improvement | Andrey Lihatskiy | |
2021-07-15 | SL-443 keybindings: Do not error on unknown function | Andrey Kleshchev | |
It is likely be from newer viewer / Preparations for SL-443 deloyment. | |||
2021-07-14 | Increment viewer version to 6.4.22 | Nat Goodspeed | |
following promotion of DRTVWR-516 | |||
2021-07-12 | Fix for SL-15560 pages with undefined html render with gray background ↵ | Callum Prentice | |
instead of white in CEF v91 | |||
2021-07-13 | Revert "SL-15434 Change default landmark destination" | Andrey Kleshchev | |
This reverts commit efc8b268a2686a86c0975b4b3f67ef821a416d98. | |||
2021-07-12 | Fix for SL-15559 PDF files do not load in CEF v91 | Callum Prentice | |
2021-07-12 | DRTVWR-521 xcode buildfix | Andrey Lihatskiy | |
2021-07-12 | Merge branch 'build-hooks' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-07-02 | SL-15528 Crash at reblendSettings | Andrey Kleshchev | |
looks like blenders weren't inited yet. | |||
2021-07-02 | SL-14075 allow exporting multiple textures with the same name | Mnikolenko Productengine | |
2021-07-01 | SL-15383 Fix combobox's search highlights | Andrey Kleshchev | |
2021-07-01 | SL-15512 Update text in the Favorites Bar and Favorites window | Mnikolenko Productengine | |
2021-06-30 | SL-15434 Change default landmark destination | Andrey Kleshchev | |
2021-06-30 | SL-15434 The 'Add to my Landmarks' star icon is not marked in the Top menu bar | Andrey Kleshchev | |
2021-06-30 | SL-15501 Viewer crash with unprotected use of std::vector::front() | Andrey Kleshchev | |
2021-06-29 | SL-15500: A couple further tweaks to satisfy commit policy checker. | Nat Goodspeed | |
2021-06-29 | SL-15500: Merge branch 'utf8' into build-hooks | Nat Goodspeed | |
Since we're going to run the git-hooks validation over the whole repository at the start of every viewer build, it's important that we start with a clean pass. Certain text files contained non-ASCII, non-UTF8 characters. We had already been down the path of identifying and replacing those with ASCII. Pull in those changes. | |||
2021-06-29 | DRTVWR-538: Merge branch 'master' into c++17 | Nat Goodspeed | |
2021-06-25 | SL-15458 Avatars who are moderators appear twice in popped-out IM session ↵ | Andrey Kleshchev | |
floater | |||
2021-06-25 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml | |||
2021-06-25 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |