maxim_productengine
92dc9ceb83
SL-9676 EEP Pick:SELECT SETTINGS limit folder operations options
2018-09-24 16:36:01 +03:00
andreykproductengine
8290206887
SL-9653 Multy slider edge overlap cases
2018-09-14 17:52:08 +03:00
Rider Linden
53de3916a1
Explicit cast for LLUIColor
2018-09-13 10:48:55 -07:00
Rider Linden
079f5f6da9
Merged in andreykproductengine/maint-eep2 (pull request #82 )
...
SL-1168 and SL-1307
2018-09-13 16:31:36 +00:00
andreykproductengine
ceb336c5f3
SL-1168 EEP Shouldn't be possible to create more than 20 keframes
2018-09-13 16:32:41 +03:00
andreykproductengine
c5936bbba0
SL-1961 Icon support for multislider and icons on altitudes slider
2018-09-12 21:02:58 +03:00
andreykproductengine
43c8f5959f
MAINT-9099 Adjustable region altitudes.
2018-09-10 16:44:56 +03:00
andreykproductengine
e539236a75
MAINT-9099 Implementation of vertical orientation support for multislider
2018-09-06 21:29:28 +03:00
AndreyL ProductEngine
d965af2b0c
MAINT-9032 Virtual Track Ball improvements
2018-08-24 02:40:12 +03:00
AndreyL ProductEngine
3dfd3be98e
MAINT-8900 LLVirtualTrackball improvements: buttons behavior and mode select
2018-08-09 13:09:22 +03:00
andreykproductengine
51abc168c0
MAINT-8902 fix encroaching 'legacy' issues
2018-08-03 21:01:43 +03:00
AndreyL ProductEngine
6a54e0948d
MAINT-8900 LLVirtualTrackball improvement: added click-to-set mode
2018-08-08 03:28:37 +03:00
andreykproductengine
c822d8af16
MAINT-8344 implement slider support for an overlap threshold and reenable shift-copy
2018-07-20 19:10:22 +03:00
Graham Linden
31aa86b703
Compile fixes for latest Xcode on OSX.
2018-07-19 21:11:23 +01:00
AndreyL ProductEngine
1abea33b70
MAINT-8334 EEP UI control: Virtual Trackball
2018-07-18 14:13:29 +03:00
andreykproductengine
e61d7ac009
MAINT-8833 EEP UI should be either responsive or indicate that it is disabled.
2018-07-10 17:09:47 +03:00
Rider Linden
f07dc421e8
Merge
2018-06-21 09:13:19 -07:00
AndreyL ProductEngine
8b3957b310
MAINT-8331 EEP UI control: XYVector
2018-06-07 20:22:20 +03:00
Rider Linden
442bbfed34
Adding settings DAD type
2018-06-20 12:37:17 -07:00
Graham Linden
37e8fd20c3
Merge to 5.1.6
2018-06-01 15:34:21 +01:00
Rider Linden
2ddad24c4d
Timeline behavior in day cycle edit.
2018-05-30 17:08:28 -07:00
Graham Linden graham@lindenlab.com
439273c9c1
Merge
2018-05-23 01:16:12 +01:00
Rider Linden
3888de9439
Merge
2018-05-22 13:16:37 -07:00
andreykproductengine
e4973e0f92
MAINT-8344 Day Cycle Editor (part 3)
2018-05-18 21:09:42 +03:00
andreykproductengine
7a0a580edd
MAINT-8344 Prevent multislider from locking in infinit cycle
2018-05-17 15:50:27 +03:00
AndreyL ProductEngine
94587717b2
Merged in lindenlab/viewer-release
2018-04-04 21:08:13 +03:00
Graham Linden graham@lindenlab.com
816bfbd432
Merge Xcode 9.3 hotfix
2018-04-02 22:26:41 +01:00
Nat Goodspeed
f82548b931
MAINT-8474: Xcode 9.3 insists that comparators use const operator().
2018-03-31 10:59:39 -04:00
Graham Linden graham@lindenlab.com
cf460b13be
De-duplicate sRGB conversion funcs from many shaders
...
and unify on using the version that works on OSX.
Add more logging to shader loading about fallbacks and loading succcess.
Add frag shaders for sharing sRGB and normal encode/decode via GL shader linkage.
2018-03-12 16:24:16 +01:00
maxim_productengine
5ab314bb95
MAINT-8289 FIXED Deleting inventory directory while keeping [Delete] key pressed
2018-02-14 17:55:37 +02:00
maxim_productengine
52eb540cca
MAINT-8287 FIXED [Mac] Crash when creating group role with 'Manage ban list' ability
2018-02-14 11:37:07 +02:00
maxim_productengine
25e19c0e6f
build fix
2018-01-31 12:13:07 +02:00
maxim_productengine
22050467f5
MAINT-8180 Add the way to get default string despite of current localiztion
2018-01-30 17:45:04 +02:00
AndreyL ProductEngine
15c62d9e71
Merged in lindenlab/viewer-bear
2018-01-17 03:58:24 +02:00
AndreyL ProductEngine
57a99273ed
Merged in lindenlab/viewer-release
2018-01-17 03:20:12 +02:00
Mnikolenko Productengine
ee1b6e853c
MAINT-8171 "New" tag is not in front of folder when searching items in "Received Items" panel
2018-01-12 19:22:37 +02:00
Nat Goodspeed
5002bf5660
MAINT-8087: Use env vars from VMP for AppData\Roaming and Local.
...
On Windows, when logged in with a non-ASCII username, every one of the three
documented APIs -- SHGetSpecialFolderPath(), SHGetFolderPath() and
SHGetKnownFolderPath() -- fails to retrieve any pathname at all. We cannot
account for the fact that the oldest of these continues to work with the
release viewer and within a Python script (though not, curiously, from a
Python interactive session). With a non-ASCII username, they consistently fail
when called from an Alex Ivy viewer build: "The filename, directory name, or
volume label syntax is incorrect."
Empirically, with a non-ASCII username, the preset APPDATA and LOCALAPPDATA
environment variables are also useless, e.g. c:\Users\??????\AppData\Roaming
where those are, yup, actual question marks.
Empirically, the VMP is able to successfully call SHGetFolderPath() to
retrieve both AppData\Roaming and AppData\Local. Therefore, we make the VMP
set the APPDATA and LOCALAPPDATA environment variables to the UTF-8 encoded
correct pathnames. Instead of calling SHGetSomethingFolderPath() at all, make
LLDir_Win32 retrieve those environment variables.
Make LLFile::mkdir() treat "directory already exists" as a success case. Every
single call fell into one of two categories: either it didn't check success at
all, or it tested specially to exempt errno == EEXIST. Migrate that test into
mkdir(); eliminate it from call sites.
Make LLDir::append() and add() convenience functions accept variadic
arguments. Replace add(add()...) constructs, as well as clumsy concatenations
of directory names and getDirDelimiter(), with simple variadic add() calls.
2017-12-20 22:51:26 -05:00
Mnikolenko Productengine
7de6475a0a
MAINT-8125 "New" tag remains visible when searching items in Received Items panel
2018-01-03 18:45:02 +02:00
Nat Goodspeed
e3a2c5e321
DRTVWR-418: Merge from latest viewer-release
2017-11-29 14:47:09 -05:00
Mnikolenko Productengine
3d7dedff26
MAINT-8023 Viewer breaks URLs with internationalized domain names
2017-11-24 17:58:02 +02:00
Mnikolenko Productengine
252ca2542b
MAINT-7890 Floater position drifts across logins after snapping to another floater
2017-10-13 17:54:32 +03:00
Nat Goodspeed
0c7bc67814
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
2017-10-11 14:35:49 -04:00
Oz Linden
01e0b78c59
merge changes for DRTVWR-439
2017-08-16 15:43:58 -04:00
AndreyL ProductEngine
dcb6a850aa
MAINT-7356 Improved the notification appearance
2017-07-25 03:18:59 +03:00
AndreyL ProductEngine
2efa40fa60
MAINT-7356 Logic fix and cleanup
2017-07-21 05:29:51 +03:00
andreykproductengine
75ee012774
MAINT-1614 Fixed Object changed its position inworld but value in Edit tool was not changed
2017-06-16 18:55:43 +03:00
Mnikolenko Productengine
ea152d0d0b
SL-717 Additional search options for inventory window
2017-08-04 18:44:38 +03:00
AndreyL ProductEngine
677e040a49
Merged in lindenlab/viewer-lynx
2017-07-28 02:05:15 +03:00
AndreyL ProductEngine
c1d7b93b48
Merged in lindenlab/viewer-lynx
2017-07-21 20:28:48 +03:00
Mnikolenko Productengine
ab26a70047
MAINT-7593 FIXED "Failed to parse parameter" spam
2017-07-13 11:01:20 +03:00