Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-05 | SL-1961 EEP correct disabling of altitude multislider and cleanup | andreykproductengine | |
2018-10-05 | SL-9818 [EEP] Single click on Cloud Scroll number input field doesn't select it | andreykproductengine | |
2018-09-26 | Merge | Rider Linden | |
2018-09-24 | SL-9676 EEP Pick:SELECT SETTINGS limit folder operations options | maxim_productengine | |
2018-09-14 | SL-9653 Multy slider edge overlap cases | andreykproductengine | |
2018-09-13 | Explicit cast for LLUIColor | Rider Linden | |
2018-09-13 | Merged in andreykproductengine/maint-eep2 (pull request #82) | Rider Linden | |
SL-1168 and SL-1307 | |||
2018-09-13 | SL-1168 EEP Shouldn't be possible to create more than 20 keframes | andreykproductengine | |
2018-09-12 | SL-1961 Icon support for multislider and icons on altitudes slider | andreykproductengine | |
2018-09-10 | MAINT-9099 Adjustable region altitudes. | andreykproductengine | |
2018-09-06 | MAINT-9099 Implementation of vertical orientation support for multislider | andreykproductengine | |
2018-08-24 | MAINT-9032 Virtual Track Ball improvements | AndreyL ProductEngine | |
2018-08-23 | MAINT-8985 Added missed initialization | maxim_productengine | |
2018-08-22 | MAINT-8985 FIXED User is able to send friendship request to a friend from ↵ | maxim_productengine | |
the group menu | |||
2018-08-09 | MAINT-8900 LLVirtualTrackball improvements: buttons behavior and mode select | AndreyL ProductEngine | |
2018-08-03 | MAINT-8902 fix encroaching 'legacy' issues | andreykproductengine | |
2018-08-08 | MAINT-8900 LLVirtualTrackball improvement: added click-to-set mode | AndreyL ProductEngine | |
2018-07-20 | MAINT-8344 implement slider support for an overlap threshold and reenable ↵ | andreykproductengine | |
shift-copy | |||
2018-07-19 | Compile fixes for latest Xcode on OSX. | Graham Linden | |
2018-07-18 | MAINT-8334 EEP UI control: Virtual Trackball | AndreyL ProductEngine | |
2018-07-10 | MAINT-8833 EEP UI should be either responsive or indicate that it is disabled. | andreykproductengine | |
2018-06-21 | Merge | Rider Linden | |
2018-06-07 | MAINT-8331 EEP UI control: XYVector | AndreyL ProductEngine | |
2018-06-20 | Adding settings DAD type | Rider Linden | |
2018-06-01 | Merge to 5.1.6 | Graham Linden | |
2018-05-30 | Timeline behavior in day cycle edit. | Rider Linden | |
2018-05-23 | Merge | Graham Linden graham@lindenlab.com | |
2018-05-22 | Merge | Rider Linden | |
2018-05-18 | MAINT-8344 Day Cycle Editor (part 3) | andreykproductengine | |
2018-05-17 | MAINT-8344 Prevent multislider from locking in infinit cycle | andreykproductengine | |
2018-06-08 | MAINT-8741 fix compile issue with OSX 10.14 SDK | Graham Linden | |
2018-04-04 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-04-02 | Merge Xcode 9.3 hotfix | Graham Linden graham@lindenlab.com | |
2018-03-31 | MAINT-8474: Xcode 9.3 insists that comparators use const operator(). | Nat Goodspeed | |
2018-03-12 | De-duplicate sRGB conversion funcs from many shaders | Graham Linden graham@lindenlab.com | |
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-02-14 | MAINT-8289 FIXED Deleting inventory directory while keeping [Delete] key pressed | maxim_productengine | |
2018-02-14 | MAINT-8287 FIXED [Mac] Crash when creating group role with 'Manage ban list' ↵ | maxim_productengine | |
ability | |||
2018-01-31 | build fix | maxim_productengine | |
2018-01-30 | MAINT-8180 Add the way to get default string despite of current localiztion | maxim_productengine | |
2018-01-17 | Merged in lindenlab/viewer-bear | AndreyL ProductEngine | |
2018-01-17 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-01-12 | MAINT-8171 "New" tag is not in front of folder when searching items in ↵ | Mnikolenko Productengine | |
"Received Items" panel | |||
2017-12-20 | MAINT-8087: Use env vars from VMP for AppData\Roaming and Local. | Nat Goodspeed | |
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. | |||
2018-01-03 | MAINT-8125 "New" tag remains visible when searching items in Received Items ↵ | Mnikolenko Productengine | |
panel | |||
2017-11-29 | DRTVWR-418: Merge from latest viewer-release | Nat Goodspeed | |
2017-11-24 | MAINT-8023 Viewer breaks URLs with internationalized domain names | Mnikolenko Productengine | |
2017-10-13 | MAINT-7890 Floater position drifts across logins after snapping to another ↵ | Mnikolenko Productengine | |
floater | |||
2017-10-11 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2017-08-16 | merge changes for DRTVWR-439 | Oz Linden | |
2017-07-25 | MAINT-7356 Improved the notification appearance | AndreyL ProductEngine | |