summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2021-09-18SL-11841 Fix PushToTalkToggle being set incorectlyAndrey Kleshchev
Due to changed defaults, legacy compatibility will no longer work corectly, remove it
2021-09-17SL-15594 Ignore voice keys when keybinding is waiting for a keyAndrey Kleshchev
2021-09-17SL-11841 make ‘Push to talk’ the default settingAndrey Kleshchev
2021-09-09SL-11841 make ‘Push to talk’ the default settingMnikolenko Productengine
2021-09-09SL-15201 Increased the viewer version to 6.5.0 for the 360 snapshot ViewerCallum Prentice
2021-09-06SL-15944 Don't show animeshes and local lights attached to the avatar when ↵Mnikolenko Productengine
‘Hide all avatars' is enabled
2021-09-03SL-15902 Cleanup gSecAPIHandlerMnikolenko ProductEngine
2021-09-03DRTVWR-545 Megre fixAndrey Kleshchev
2021-09-03Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mixAndrey Lihatskiy
# Conflicts: # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llmachineid.cpp
2021-09-02SL-15935 The particles attached to the avatar are shown in 360 snapshot when ↵Callum Prentice
the ‘Hide all avatars' option is enabled - Fixed
2021-09-02SL-15934 use llofstream to handle folder names correctlyMnikolenko Productengine
2021-09-02SL-15934 fixed issue with saving image to the folder with non-ascii nameMnikolenko Productengine
2021-09-02SL-15933 FIXED crash in capture360Images()Mnikolenko Productengine
2021-09-02SL-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-01SL-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-01SL-15872 fixed more cases where sUseFBO wasn't updated correctlyMnikolenko Productengine
2021-08-31SL-15918 - supplementary fix to prevent screen flickr during capturesCallum Prentice
2021-08-31SL-15768 Restored collision sound default behaviourAndrey Kleshchev
2021-08-30SL-15918 Experimental feature to perform multiple render passes and reduce ↵Callum Prentice
missing content - additional - 3 passes seems to work better than 2
2021-08-30SL-15918 Experimental feature to perform multiple render passes and reduce ↵Callum Prentice
missing content - fixed
2021-08-27SL-15899: Do not use power of 2 reduction for 360 capture size when ↵Callum Prentice
deferred rendering is off - completed
2021-08-27SL-15896 Remove unused PAD_ keys from keybndingsAndrey Kleshchev
On windows PAD_* keys are translated to either arrows or numbers, so PAD_* keybindings remain unused. On MAC QA did not manage to trigger PAD_* and instead got mac specific returns.
2021-08-27DRTVWR-534: Use minimum Viewer window dimension as image size when deferred ↵Mnikolenko Productengine
rendering is off
2021-08-27Merge branch 'c++17' into DRTVWR-522-maintAndrey Lihatskiy
2021-08-26SL-15872 Update sUseFBO correctly when changing graphics settingsMnikolenko Productengine
2021-08-20DRTVWR-534: another tiny change to stop the irritating text selection on ↵Callum Prentice
drag in EQR preview window
2021-08-20DRTVWR-534: Miniscule but important change to make the name of the floater ↵Callum Prentice
orthogonal throughout
2021-08-20DRTVWR-534: collection of minor UI tweaks and fixes via XUI changesCallum Prentice
2021-08-20DRTVWR-534: Batch of modifications to 360 capture project after moving from ↵Callum Prentice
internal repo to public one.
2021-08-19SL-15853 Added the Map icon to bottom toolbar defaultsAndrey Lihatskiy
2021-08-18SL-15759 Crash in setCapabilityAndrey Kleshchev
Different subcase of same crash, this one for losing connection
2021-08-13SL-15292 waitForChannel crashAndrey 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-12Merge branch 'master' into DRTVWR-520-apple-notarizationAndrey Lihatskiy
# Conflicts: # autobuild.xml # build.sh # indra/CMakeLists.txt # indra/newview/CMakeLists.txt # indra/newview/llappviewermacosx.cpp # indra/newview/llappviewerwin32.h # indra/newview/viewer_manifest.py # indra/win_crash_logger/llcrashloggerwindows.cpp
2021-08-12SL-443 Keybindings: Fix some settings not being loaded for editingAndrey Kleshchev
2021-08-11SL-15791 Send control lbutton from mouselook if ml controls aren't grabbedAndrey Kleshchev
Viewer sending non ML click in mouselook might be a bug, and it generates up and down events on cliks even if mouse wasn't released, but by this point a lot of scripts rely onto this behavior so just reimplemented it as it were prior to DRTVWR-514
2021-08-11SL-15791 Assigned walk_to or teleport_to sometimes prevents controls from ↵Andrey Kleshchev
triggering
2021-08-11SL-15791 Double click was not causing CONTROL_LBUTTON_DOWNAndrey Kleshchev
2021-08-11SL-15791 CONTROL_ML_LBUTTON and CONTROL_LBUTTON were triggered simultaneouslyAndrey Kleshchev
2021-08-10SL-15794 Rapidly clicking objects or attachments triggers teleportAndrey Kleshchev
All doubleclicks should be treated as clicks in scope of editor
2021-08-10Merge branch 'master' into DRTVWR-519 after Viewer releaseCallum Prentice
2021-08-10Merge branch 'master' into DRTVWR-540-maintAndrey Lihatskiy
2021-08-10Merge branch 'master' into DRTVWR-522-maintAndrey Lihatskiy
2021-08-10Merge remote-tracking branch 'origin/master' into DRTVWR-521-maintAndrey Lihatskiy
2021-08-09Increment viewer version to 6.4.23Nat Goodspeed
following promotion of DRTVWR-531
2021-08-09SL-15789 Crash in LLTranslationAPIHandlerAndrey Kleshchev
Bugsplat logged an out_of_range exception for unknown string
2021-08-09SL-15788 Crash throw_std_bad_alloc in LLImageRaw's scaleAndrey Kleshchev
2021-08-09SL-15759 Crash in requestBaseCapabilitiesCoroAndrey Kleshchev
2021-08-06SL-15778 Crash at getPreferredType() in findCategoryUUIDForTypeInRootAndrey Kleshchev
2021-08-06SL-15696 Don't be so persistent with outdated driver notificationAndrey Kleshchev
Some manufactures provide no own updated drivers yet forbid users from updating to intel provided one
2021-08-03SL-15426 FIXED Tear off menu visible during logoutMnikolenko Productengine