summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-09SL-15201 Increased the viewer version to 6.5 for new-feature viewerAndrey Lihatskiy
2021-09-06SL-443 keybindings: Do not error on unknown functionAndrey Kleshchev
It is likely be from newer viewer / Preparations for SL-443 deloyment.
2021-09-06Revert "SL-443 Keybindings: Support reassigment of script interaction button"Andrey Kleshchev
This reverts commit a5675bedbb2bd34ce03dd16651dc74d8078efea9. Commit slipped in by accident
2021-09-06SL-15940 Remove ability to set zero triangle limitAndrey Kleshchev
Setting lod to zero triangles doesn't work and shouldn't work, so UI shouldn't allow setting less then one triangle per model as well.
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-04Merged in SL-15709-Tracy (pull request #677)Michael Pohoreski
SL-15709: Windows: Include Tracy source directly; don't use a library
2021-09-03Merge branch 'DRTVWR-541' of bitbucket.org:lindenlab/viewer into DRTVWR-541Ptolemy
2021-09-03SL-15709: Fix LLCommon not setting Tracy include directory and not linking ↵Ptolemy
to tracy.lib
2021-09-03SL-15709: Use standardized autobuild name; set TRACY_INCLUDE_DIR if Tracy ↵Ptolemy
not enabled
2021-09-03SL-15709: Add Darwin supportPtolemy
2021-09-03SL-15709: CleanupPtolemy
2021-09-03SL-15709: IF Tracy is enabled default to using only Tracy instead of Fast ↵Ptolemy
Timers; also print Tracy include directory
2021-09-03SL-15709: Default Tracy to offPtolemy
2021-09-03SL-15709: Default to old fast timersPtolemy
2021-09-03SL-15709: Add Tracy support to viewerPtolemy
2021-09-03SL-15595 update viewer autobuild to import tracy libDave Houlton
2021-09-03DRTVWR-528 remove wrapper code for RAD telemetry libraryDave Houlton
2021-09-03SL-15709: Windows: Include Tracy source directly; don't use a libraryPtolemy
2021-09-03SL-15902 Cleanup gSecAPIHandlerMnikolenko ProductEngine
2021-09-03SL-15940 Limit wasn't adjusting for a model with less than 30 trianglesAndrey Kleshchev
2021-09-03DRTVWR-545 Megre fixAndrey Kleshchev
2021-09-03SL-15756 Falback in case no triangles were generatedAndrey 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-01DRTVWR-521 Updated llca to codeticket build 563493Andrey Lihatskiy
2021-09-01SL-15872 fixed more cases where sUseFBO wasn't updated correctlyMnikolenko Productengine
2021-09-01Merged in SL-15709-Tracy (pull request #672)Michael Pohoreski
SL-15709 Tracy
2021-08-31SL-15709: Fix LLCommon not setting Tracy include directory and not linking ↵Ptolemy
to tracy.lib
2021-08-31SL-15709: Use standardized autobuild name; set TRACY_INCLUDE_DIR if Tracy ↵Ptolemy
not enabled
2021-08-31SL-15918 - supplementary fix to prevent screen flickr during capturesCallum Prentice
2021-08-31SL-13313 Updated message_template.msg.sha1Andrey Kleshchev
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-30 SL-15900 Update the version of three.js we build against to latest before ↵Callum Prentice
pv release - I mssed up and commited a merge conflict which of course, broke everything - fixed now
2021-08-27SL-15900 Update the version of three.js we build against to latest before pv ↵Callum Prentice
release - 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-27Merged in DRTVWR-534 (pull request #669)Maxim Nikolenko
DRTVWR-534: Use minimum Viewer window dimension as image size when deferred rendering is off Approved-by: Callum Linden
2021-08-27DRTVWR-534: Use minimum Viewer window dimension as image size when deferred ↵Mnikolenko Productengine
rendering is off
2021-08-27Merge branch 'master' into DRTVWR-541Ptolemy
2021-08-27Merge branch 'c++17' into DRTVWR-522-maintAndrey Lihatskiy
2021-08-27Merged in SL-15709-Tracy (pull request #634)Michael Pohoreski
SL-15709: Add Tracy support to viewer
2021-08-26SL-15709: Add Darwin supportPtolemy
2021-08-26SL-15709: CleanupPtolemy
2021-08-26SL-15709: IF Tracy is enabled default to using only Tracy instead of Fast ↵Ptolemy
Timers; also print Tracy include directory