- Sep 01, 2021
-
-
Callum Linden authored
SL-15867 User not logged in - very much the MVS (minimum viable solution) 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
-
Andrey Lihatskiy authored
-
- Aug 31, 2021
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Aug 18, 2021
-
-
Andrey Lihatskiy authored
-
- Aug 13, 2021
-
-
Andrey Lihatskiy authored
-
Andrey Kleshchev authored
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.
-
- Aug 09, 2021
-
-
Andrey Lihatskiy authored
-
Nat Goodspeed authored
following promotion of DRTVWR-531
-
- Jul 30, 2021
-
-
Andrey Kleshchev authored
These UI elements belong to gMenuLand, "Buy Land..." no longer exists
-
Andrey Kleshchev authored
-
- Jul 29, 2021
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Jul 21, 2021
-
-
Andrey Kleshchev authored
-
- Jul 19, 2021
-
-
Andrey Lihatskiy authored
-
Andrey Lihatskiy authored
# Conflicts: # autobuild.xml # indra/llcommon/llerror.cpp # indra/llui/llnotifications.h # indra/newview/llappviewer.cpp # indra/newview/llappviewermacosx.cpp
-
Andrey Kleshchev authored
- Jul 16, 2021
-
-
Andrey Kleshchev authored
Also fixed dupplicate checks
-
- Jul 15, 2021
-
-
Andrey Lihatskiy authored
-
Andrey Kleshchev authored
It is likely be from newer viewer / Preparations for SL-443 deloyment.
-
- Jul 14, 2021
-
-
Nat Goodspeed authored
following promotion of DRTVWR-516
-
- Jul 12, 2021
-
-
Callum Prentice authored
-
Andrey Kleshchev authored
This reverts commit efc8b268.
-
Callum Prentice authored
-
Andrey Lihatskiy authored
-
Andrey Lihatskiy authored
-
- Jul 02, 2021
-
-
Andrey Kleshchev authored
looks like blenders weren't inited yet.
-
Mnikolenko Productengine authored
-
- Jul 01, 2021
-
-
Andrey Kleshchev authored
-
Mnikolenko Productengine authored
-
- Jun 30, 2021
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Nat Goodspeed authored
since it fails on Windows due to some problem in the underlying library. Also wrap the coding policy checks in a TC log subsection.
-
Nat Goodspeed authored
-
- Jun 29, 2021
-
-
Nat Goodspeed authored
pip_install doesn't know about the '-r requirements.txt' feature.
-
Nat Goodspeed authored
on the entire current (branch of the) viewer repo before starting any build.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
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.
-