summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-17Merge 6.2.1Graham Linden
2019-04-17SL-2797 SOCKS5 not working reliablyandreykproductengine
2019-04-17Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-04-17Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-04-17Merged in lindenlab/viewer-release (EAM)AndreyL ProductEngine
2019-04-17increment viewer version to 6.2.1Nat Goodspeed
2019-04-17Added tag 6.2.0-release for changeset 82a89165e592Nat Goodspeed
2019-04-17Added translation support for build tools paste buttons tooltipsKadah_Coba
2019-04-16SL-10930 LLStringUtil pointlessly scan the stringandreykproductengine
2019-04-17SL-10963 FIXED The 'Copy failed' notification doesn't appear after hitting ↵maxim_productengine
'Ctrl+D' combination
2019-04-17Merged in lindenlab/viewer-bearAndreyL ProductEngine
2019-04-16Make blended material objects use the same BRDF for spec as everything else.Graham Linden
2019-04-16SL-10957 [EEP] Add Reset button to revert to shared environmentmaxim_productengine
2019-04-16Added spotlight and phantom support to copy/pasteKadah_Coba
Added paste options menu
2019-04-15SL-10968Graham Linden
Tweak forced frag depths for sun/moon disc images to resolve depth fighting with hills etc.
2019-04-15SL-10959Graham Linden
Scale down of bloom was off by a factor of 3 or so.
2019-04-15SL-10888 Fixed OSX mouse issues in HiDPI modeAndreyL ProductEngine
2019-04-15FIX INTL-336 Viewer translation for 9 languages (Set 56) for viewer-beareli
2019-04-15Fix line-endings on new shader file from contribution.Graham Linden
2019-04-15SL-10951 There were no tool-tips for the 'Edit' and 'Play' buttons in the ↵andreykproductengine
'Gestures' floater
2019-04-16SL-10344 Named loggingandreykproductengine
2019-04-15SL-10953 Fixed “No contents” is displayed when adding a large number of ↵andreykproductengine
items a few times
2019-04-16SL-10961 Mac buildfixAndreyL ProductEngine
2019-04-16SL-10344 Fix boost priorityandreykproductengine
2019-04-16Merged in lindenlab/viewer-bearAndreyL ProductEngine
2019-04-16SL-10344 Fix decode priorityandreykproductengine
2019-04-15SL-10960 Fixed Terrain doesn't have default texturesandreykproductengine
2019-04-15SL-10961 FIXED 'Price/Area/Primitives' designations are absent in 'For sale' tabmaxim_productengine
2019-04-15SL-10898 FIXED [Mac] Camera spins and pulls back when using alt+zoomMnikolenko ProductEngine
2019-04-13SL-10924 Missed symbolandreykproductengine
2019-04-11SL-10948: Fix for crash in llcorehttp/_httplibcurl.cpp.Brad Kittenbrink
The crash can appear on some non-windows platforms (any LP64 model platforms). Depending on alignment this can overwrite one word of the pointer `op` declared above. Subsequently it will crash when later writing to memory through that pointer
2019-04-11SL-10924 Fix data escaping to accomodate CEF updateandreykproductengine
2019-04-12Backed out changeset: ce892720a893 (SL-10924)andreykproductengine
2019-04-11Added remaining physical properies to copy/pasteKadah_Coba
2019-04-11SL-10891 Reset UI scale factor on first run if OS's display scaling is not 100%AndreyL ProductEngine
2019-04-10SL-10901Graham Linden
Fix up shadow sampling and tweak shadow biasing. Clean up shader decls of unused funcs. Clean up whitespace diffs from release.
2019-04-10MergeAnchor
2019-04-10Fix missing sentinel in shader file to avoid spurious complaints for hg ↵Graham Linden
policy hooks.
2019-04-10Merged in Geenz/viewer-eep/OPEN-340 (pull request #345)Rider Linden
OPEN-340 & OPEN-343 - Consolidate shader atmospheric calcs into a singular utility shader + fix fog on fullbright in deferred
2019-04-10Merged in graham_linden/viewer-eep-fixes (pull request #347)Rider Linden
SL-10925, SL-10926, SL-10896
2019-04-10SL-10925, SL-10926, SL-10896Graham Linden
New fix for 925/926 that doesn't cause 896 again. Also linearize moon disc tex color.
2019-04-10SL-10924 CEF update broke many visitor trackersandreykproductengine
2019-04-10Don't crash Test Viewer due to missing version checkerandreykproductengine
2019-04-10Don't crash Test Viewer due to missing version checkerandreykproductengine
2019-04-10SL-10927 FIXED [EEP] Unable to share environment settings from My ↵maxim_productengine
Environments floater
2019-04-10Revive the shading model that masks fog.Geenz
--HG-- branch : OPEN-340
2019-04-10I don't think the class3 variant is used, but just in case.Geenz
--HG-- branch : OPEN-340
2019-04-10Fullbright + elimination of all references to calcFragAtmospherics.Geenz
--HG-- branch : OPEN-340
2019-04-10Separate out vertex program objects from fragment program objects and use it.Geenz
Given that mShaderObjects only ever expects one copy of a given shader object (leading to lots of "shaderV" and "shaderF"), it made having utility shaders a bit more difficult to incorporate. This change makes sure the two are separated. Using this over a multimap largely for readibility. Also, actually, you know, use this functionality. --HG-- branch : OPEN-340
2019-04-09First stab at moving atmospheric var calcs to its own utility shader.Geenz
Still some work to go here. Largely related to how certain values (i.e., SSAO mix values) are supplied. But so far, so good. --HG-- branch : OPEN-340