AndreyL ProductEngine
09dc92b264
SL-10334 Increased allowed sound clip length from 10s to 30s
2019-05-02 02:04:07 +03:00
AndreyL ProductEngine
88b72bcc3f
SL-11081 Renamed the abuse category for Skill gaming
2019-05-02 01:07:18 +03:00
AndreyL ProductEngine
ca0fd82199
Merged in lindenlab/viewer-lynx
2019-05-01 12:28:39 +03:00
AndreyL ProductEngine
d6a3fb9100
Merged in lindenlab/viewer-bear
2019-05-01 12:17:44 +03:00
Graham Linden
81c39d28fe
Fix spurious assert from using highlights without binding highlight shader.
...
Only affects devs, but could have downstream consequences for rendering.
2019-04-30 14:25:48 -07:00
Andrey Lihatskiy
b088ab2b3a
Merged in default (pull request #87 )
...
SL-11049: Try harder to honor command-line --grid switch.
Approved-by: Andrey Lihatskiy
Approved-by: Andrey Kleshchev
2019-04-30 14:18:50 +00:00
andreykproductengine
3961a9e80a
SL-11061 Viewer crashes on launch if serial is either unset or does not return a string
2019-04-30 15:24:49 +03:00
andreykproductengine
47bb094b47
SL-10565 LLMachineID crashes
2019-04-30 15:23:06 +03:00
AndreyL ProductEngine
5e5c5ca09c
Merged SL-10400 and SL-10401
2019-04-26 21:02:00 +03:00
Nat Goodspeed
0d596aa4de
Automated merge with file:///Users/nat/linden/viewer-gridselect
2019-04-26 11:17:53 -04:00
Brad Payne (Vir Linden)
a44f03573d
SL-10400 - more on group limits from SimulatorFeatures
2019-04-26 14:23:57 +01:00
Brad Payne (Vir Linden)
06009e9b53
SL-10400 - get group limits from SimulatorFeatures
2019-04-25 22:02:47 +01:00
Nat Goodspeed
70aa89f708
SL-11049: Notice explicit --grid command-line switch and honor it.
...
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-25 15:48:20 -04:00
Nat Goodspeed
a2d4122de4
Reorder logic in LLAppViewer::initConfiguration(); remove dup code.
...
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-25 15:40:44 -04:00
Nat Goodspeed
468fbd6b51
Return CGPoint and CGSize by value, not const ref to temporary.
2019-04-25 15:11:55 -04:00
Nat Goodspeed
778bfc932f
Remove a couple unused iterators per Xcode 10.2.1.
2019-04-25 15:10:19 -04:00
Andrey Lihatskiy
85b431d513
Merged in default (pull request #839 )
...
SL-10994 Removed Facebook In-world Sharing
Approved-by: Andrey Kleshchev
2019-04-24 12:01:25 +00:00
maxim_productengine
79dbdc99b3
SL-11013 FIXED The Ban Duration ‘Temporary’ radio button and text are badly pressed when hovering them
2019-04-24 12:25:37 +03:00
AndreyL ProductEngine
ba90f3a8e4
SL-10994 Removed Facebook In-world Sharing
...
SL-11024 Fixed Twitter connect failure
2019-04-24 02:24:42 +03:00
andreykproductengine
8a79174b0a
SL-11022 Proxy port number is limited to 12K instead of 65K
2019-04-23 21:56:27 +03:00
maxim_productengine
3839444abe
SL-11002 FIXED 'Created by me' and 'Created by others' checkboxes are not reset using 'Reset Filters'
2019-04-23 18:10:48 +03:00
Brad Payne (Vir Linden)
d1f5e87ad0
via viewer-neko - don't crash test viewer due to missing version checker
2019-04-23 15:31:25 +01:00
Brad Payne (Vir Linden)
099e58f75b
SL-10401 - get agent attachment limit from SimulatorFeatures if available
2019-04-23 15:13:38 +01:00
andreykproductengine
89cfffa15f
SL-10936 Mark updater as unpinnable and make viewer pinnable
2019-04-23 16:11:36 +03:00
AndreyL ProductEngine
b78b5da79a
Merged in lindenlab/viewer-bear
2019-04-26 21:11:16 +03:00
maxim_productengine
e5339156ca
SL-10989 Disable text label when you don't have appropriate permissions.
2019-04-25 14:32:02 +03:00
andreykproductengine
c23b6f1461
SL-8012 Remove Mesh Filter Option on Inventory
2019-04-22 19:39:21 +03:00
andreykproductengine
cc464be2a7
SL-10828 [Dev tools] Scroll for fast timer
2019-04-22 16:05:06 +03:00
maxim_productengine
eea440b454
SL-10989 Toggle checkbox when clicking 'Avatars on other parcels can see and chat...' label
2019-04-19 16:07:41 +03:00
maxim_productengine
02e1e6de8d
SL-10990 Add tool-tips for 'Build', 'Object Entry' and 'Run scripts' checkboxes in the 'About Land' floater
2019-04-19 12:13:08 +03:00
AndreyL ProductEngine
6c078137d1
SL-10993 Fixed wrong Korean font in chat on Windows 10
2019-04-19 02:55:45 +03:00
andreykproductengine
36be78e54f
SL-2797 SOCKS5 not working reliably
2019-04-17 18:24:42 +03:00
AndreyL ProductEngine
59457cfcfe
Merged in lindenlab/viewer-release (EAM)
2019-04-17 16:26:45 +03:00
Nat Goodspeed
81dbd3663b
increment viewer version to 6.2.1
2019-04-17 09:17:16 -04:00
Nat Goodspeed
9d2a181ae8
Added tag 6.2.0-release for changeset 82a89165e592
2019-04-17 09:17:15 -04:00
andreykproductengine
29f0a7808f
SL-10930 LLStringUtil pointlessly scan the string
2019-04-16 21:58:22 +03:00
maxim_productengine
68307a81bc
SL-10963 FIXED The 'Copy failed' notification doesn't appear after hitting 'Ctrl+D' combination
2019-04-17 17:32:31 +03:00
AndreyL ProductEngine
7845055165
Merged in lindenlab/viewer-bear
2019-04-17 16:28:20 +03:00
AndreyL ProductEngine
db6d4a3cb4
SL-10888 Fixed OSX mouse issues in HiDPI mode
2019-04-15 20:26:13 +03:00
eli
6b2a1762e1
FIX INTL-336 Viewer translation for 9 languages (Set 56) for viewer-bear
2019-04-15 12:09:30 -07:00
andreykproductengine
dd9141306b
SL-10951 There were no tool-tips for the 'Edit' and 'Play' buttons in the 'Gestures' floater
2019-04-15 15:57:14 +03:00
andreykproductengine
30b36a7215
SL-10344 Named logging
2019-04-16 22:15:32 +03:00
andreykproductengine
6ab5182d92
SL-10953 Fixed “No contents” is displayed when adding a large number of items a few times
2019-04-15 17:57:57 +03:00
AndreyL ProductEngine
8217b47720
SL-10961 Mac buildfix
2019-04-16 21:11:48 +03:00
andreykproductengine
a6595dfa9b
SL-10344 Fix boost priority
2019-04-16 19:50:29 +03:00
AndreyL ProductEngine
30b864e6d4
Merged in lindenlab/viewer-bear
2019-04-16 19:48:11 +03:00
andreykproductengine
847afb9c65
SL-10344 Fix decode priority
2019-04-16 18:10:39 +03:00
andreykproductengine
e074b71589
SL-10960 Fixed Terrain doesn't have default textures
2019-04-15 15:03:10 +03:00
maxim_productengine
72942a2fb7
SL-10961 FIXED 'Price/Area/Primitives' designations are absent in 'For sale' tab
2019-04-15 13:54:49 +03:00
Mnikolenko ProductEngine
714a95e103
SL-10898 FIXED [Mac] Camera spins and pulls back when using alt+zoom
2019-04-15 12:13:31 +03:00