summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-22SL-10562 Cleanup 2andreykproductengine
2019-05-22SL-10562 Cleanupandreykproductengine
2019-05-21SL-10898[Mac] Camera spins and pulls back when using alt+zoom with mouseruslantproductengine
2019-05-21SL-11012 Ambient setting can be missing from llsdandreykproductengine
2019-05-22SL-10898 revertmaxim_productengine
2019-05-22SL-11191 FIXED Crash in LLCommandLineParser::parseCommandLineString(..)maxim_productengine
2019-05-21Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-05-21increment viewer version to 6.2.3Nat Goodspeed
2019-05-21Added tag 6.2.2-release for changeset ec09daf1899cNat Goodspeed
2019-05-20SL-10562 Children in Animesh linksets can not be selected in some casesandreykproductengine
2019-05-21Merged in lindenlab/viewer-bearAndreyL ProductEngine
2019-05-17Pull from viewer-bear and mergeSteven Harrison (steven)
2019-05-17SL-11213 No longer embedding the channel in the viewer release note urls. ↵Steven Harrison (steven)
Update base URLs to match new viewer release note URL
2019-05-16SL-11106 Time-limit benchmark testandreykproductengine
2019-05-16SL-11178 FIXED [mac] Viewer crashes if another app gets focus before viewer ↵Mnikolenko ProductEngine
window is created
2019-05-15Merged in ruslantproductengine/viewer-cougar-4cr-5 (pull request #55)Ruslan Teliuk
SL-11160 Test build viewer can crash (assert) on multi selection Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com> Approved-by: Simon Linden <simon@lindenlab.com>
2019-05-15SL-11138 Bitmaps format support bugandreykproductengine
2019-05-15SL-11156 FIXED [mac] World Map shows avatar's view area at wrong positionMnikolenko ProductEngine
2019-05-14SL-11160 Test build viewer can crash (assert) on multi selectionruslantproductengine
2019-05-14Mac buildfixAndreyL ProductEngine
2019-05-10MergeAnchor
2019-05-08Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-05-08Merged in lindenlab/viewer-bearAndreyL ProductEngine
2019-05-07increment viewer version to 6.2.2Nat Goodspeed
2019-05-07Added tag 6.2.1-release for changeset 706bdc7e25c6Nat Goodspeed
2019-05-07SL-10423 Detect potentially bad installandreykproductengine
2019-05-06SL-11074 FIXED "Cache Hit Rate" in Statistics is brokenmaxim_productengine
2019-05-06SL-11069 FIXED Experiences search resets the "Max Content Rating" back to ↵maxim_productengine
general each session.
2019-05-03SL-11093 panel_login_first cleanupandreykproductengine
2019-05-03SL-11058 Better delay logicandreykproductengine
2019-05-02SL-4186 Mesh model rename before upload shows old model name on rezandreykproductengine
2019-05-02SL-11058 Viewer "Voice is down" dialogs can stack upandreykproductengine
2019-05-02Merged in default (pull request #844)Andrey Lihatskiy
couple trivial changes Approved-by: Andrey Kleshchev
2019-05-02SL-10992 FIXED SLURLs and SLApp links are translated in chat when using the ↵maxim_productengine
translator
2019-05-02SL-10334 Increased allowed sound clip length from 10s to 30sAndreyL ProductEngine
2019-05-02SL-11081 Renamed the abuse category for Skill gamingAndreyL ProductEngine
2019-05-01Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2019-05-01Merged in lindenlab/viewer-bearAndreyL ProductEngine
2019-04-30MergeAnchor
2019-04-30[SL-10823] - fix for black alpha aux layersAnchor
2019-04-30Fix spurious assert from using highlights without binding highlight shader.Graham Linden
Only affects devs, but could have downstream consequences for rendering.
2019-04-30Merged in default (pull request #87)Andrey Lihatskiy
SL-11049: Try harder to honor command-line --grid switch. Approved-by: Andrey Lihatskiy Approved-by: Andrey Kleshchev
2019-04-30SL-11061 Viewer crashes on launch if serial is either unset or does not ↵andreykproductengine
return a string
2019-04-30SL-10565 LLMachineID crashesandreykproductengine
2019-04-26SL-1221 Web page displays incorrectlyruslantproductengine
- Fixed
2019-04-26Merged SL-10400 and SL-10401AndreyL ProductEngine
2019-04-26Automated merge with file:///Users/nat/linden/viewer-gridselectNat Goodspeed
2019-04-26SL-10400 - more on group limits from SimulatorFeaturesBrad Payne (Vir Linden)
2019-04-25SL-10400 - get group limits from SimulatorFeaturesBrad Payne (Vir Linden)
2019-04-25SL-11049: Notice explicit --grid command-line switch and honor it.Nat Goodspeed
LLPanelLogin's constructor checks both LLGridManager::getGrid() and LLStartUp::getStartSLURL(). But by the time we get there, we've blurred the distinction between explicit command-line arguments and defaults left over from a previous run. Of course, if the grid implied by getStartSLURL() is the same as the getGrid(), the distinction is irrelevant. But if they differ, up until now, getStartSLURL() has always "won" -- even when getGrid() was set by an explicit --grid switch whereas getStartSLURL() was only left over from a previous run. Notice that case and try to avoid overriding the explicitly-specified grid with the grid from the default SLURL.