summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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.
2019-04-25Reorder logic in LLAppViewer::initConfiguration(); remove dup code.Nat Goodspeed
There were two nearly-identical copies of a stanza that calls sendURLToOtherInstance(). Remove one. It's possible that the reason no one noticed the duplication was because the two copies were 70 lines apart. Move setSkinFolder(), setUseSpellCheck() and setSecondaryDictionaries() stanzas to consolidate SLURL-handling code more closely. Also move logic for NextLoginLocation and CmdLineLoginLocation. Remove a couple unnecessary std::ostringstream instances. Streaming a single string literal to std::ostringstream and retrieving its str() is the same as simply converting the literal to std::string, only slower. OSMessageBox() accepts const std::string&. Given that you have a std::string in hand, passing its c_str() to OSMessageBox() is not only unnecessary but wasteful: it requires silently converting the const char* back to a different std::string instance. Calling a class method from another method of the same class does not require ClassName:: qualification. Calling a singleton subclass method from another non-static method of the same subclass does not require going through ClassName::instance() or sInstance or whatever.
2019-04-25Return CGPoint and CGSize by value, not const ref to temporary.Nat Goodspeed
2019-04-25Remove a couple unused iterators per Xcode 10.2.1.Nat Goodspeed
2019-04-24Merged in default (pull request #839)Andrey Lihatskiy
SL-10994 Removed Facebook In-world Sharing Approved-by: Andrey Kleshchev
2019-04-24SL-11013 FIXED The Ban Duration ‘Temporary’ radio button and text are ↵maxim_productengine
badly pressed when hovering them
2019-04-24SL-10994 Removed Facebook In-world SharingAndreyL ProductEngine
SL-11024 Fixed Twitter connect failure
2019-04-23SL-11022 Proxy port number is limited to 12K instead of 65Kandreykproductengine
2019-04-23SL-11002 FIXED 'Created by me' and 'Created by others' checkboxes are not ↵maxim_productengine
reset using 'Reset Filters'
2019-04-23via viewer-neko - don't crash test viewer due to missing version checkerBrad Payne (Vir Linden)
2019-04-23SL-10401 - get agent attachment limit from SimulatorFeatures if availableBrad Payne (Vir Linden)
2019-04-23SL-10936 Mark updater as unpinnable and make viewer pinnableandreykproductengine
2019-04-26Merged in lindenlab/viewer-bearAndreyL ProductEngine
2019-04-25SL-10989 Disable text label when you don't have appropriate permissions.maxim_productengine
2019-04-22SL-8012 Remove Mesh Filter Option on Inventoryandreykproductengine
2019-04-22SL-10828 [Dev tools] Scroll for fast timerandreykproductengine
2019-04-19SL-10989 Toggle checkbox when clicking 'Avatars on other parcels can see and ↵maxim_productengine
chat...' label
2019-04-19SL-10990 Add tool-tips for 'Build', 'Object Entry' and 'Run scripts' ↵maxim_productengine
checkboxes in the 'About Land' floater
2019-04-19SL-10993 Fixed wrong Korean font in chat on Windows 10AndreyL ProductEngine
2019-04-17SL-2797 SOCKS5 not working reliablyandreykproductengine
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-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