Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-29 | DRTVWR-538: Merge branch 'master' into c++17 | Nat Goodspeed | |
2021-06-24 | Increment viewer version to 6.4.21 | Nat Goodspeed | |
following promotion of DRTVWR-518 | |||
2021-06-10 | Fix for SL-15381 Import Vivox VAD voice fixes into 'Viewer UI changes' branch | Callum Prentice | |
2021-06-09 | SL-15363 how_to on older viewers is forced to persist | Andrey Kleshchev | |
Older how_to floater is not set to persist in between sessions and gets stuck, ranamed new how_to into guidebook to avoid the issue | |||
2021-06-08 | SL-15168 A bit of debug logging | Andrey Kleshchev | |
2021-06-07 | Merge branch 'master' into DRTVWR-518-ui | Andrey Lihatskiy | |
2021-06-07 | Increment viewer version to 6.4.20 | Nat Goodspeed | |
following promotion of DRTVWR-525 | |||
2021-06-04 | SL-15350 Update images for New User viewer log in page | Andrey Lihatskiy | |
2021-05-27 | SL-15319 FIXED Crash in LLFloaterCreateLandmark::onCancelClicked | Mnikolenko Productengine | |
2021-05-26 | Merged in euclid-15299 (pull request #580) | Euclid Linden | |
SL-15299 SL-15313 BUG-230802 Revert BOM fix causing issues with avatar alpha masks. Approved-by: Andrey Kleshchev | |||
2021-05-26 | SL-15299 SL-15313 BUG-230802 Revert BOM fix causing issues with avatar alpha ↵ | Dave Houlton | |
masks. Revert "SL-12069 Issues with bakes-on-mesh and alpha modes" This reverts commit 5691d302ef876a7e6fb6861441f14e5e7f0c7735. | |||
2021-05-25 | SL-15285 Restore 'drop item' functionality in right click menu | Andrey Kleshchev | |
2021-05-25 | SL-15298 Move Landmark's Edit button | Andrey Kleshchev | |
2021-05-14 | SL-15258: No 'using namespace std' with Windows SDK | Nat Goodspeed | |
With /std:c++17, in wbemcli.h included by <Wbemidl.h>, we were getting errors concerning an ambiguous symbol 'byte'. This turns out to be due to a 'using namespace std' declaration before the #include. The linked workaround advises moving 'using namespace std' after the #include. But since the ONLY symbol from std that was used without qualification was 'hex' in a few places, remove 'using namespace std' altogether and just write 'std::hex' everywhere. https://developercommunity.visualstudio.com/t/error-c2872-byte-ambiguous-symbol/93889#T-N138537 | |||
2021-05-13 | SL-15258: Remove additional std library features dropped with C++17. | Nat Goodspeed | |
2021-05-13 | Merge branch 'c++17' of ssh://bitbucket.org/lindenlab/viewer into c++17 | Nat Goodspeed | |
2021-05-13 | SL-15258: Update to colladadom without auto_ptr | Nat Goodspeed | |
2021-05-13 | SL-10297: Need VS switch /std:c++17 to use std::string_view. | Nat Goodspeed | |
(cherry picked from commit 28deadab5b37880314a58eff095ae2844a9ebbac) | |||
2021-05-12 | SL-15245 Multiple guide books open, but cannot close them all | Andrey Kleshchev | |
Opening and closing single-instance floaters rapidly and multiple times could result in cleaning instance from floaterreg twice, thus removing new isntance instead of current one | |||
2021-05-12 | SL-15168 Added 'Title' argument | Andrey Kleshchev | |
2021-05-12 | Revert "SL-15168 Changed format" | Andrey Kleshchev | |
2021-05-11 | SL-15249 Fix MAC build issue | Andrey Kleshchev | |
2021-05-11 | SL-15249 FIXED The F1 key does not close the guidebook after clicking a link | Mnikolenko Productengine | |
2021-05-11 | Merge branch 'DRTVWR-518-ui' of ↵ | Mnikolenko Productengine | |
https://bitbucket.org/lindenlab/viewer/commits/branch/DRTVWR-518-ui into DRTVWR-518-ui | |||
2021-05-11 | SL-15245 Multiple guide books open, but cannot close them all | Andrey Kleshchev | |
"how_to" floater is supposed to be single instance | |||
2021-05-11 | SL-15168 Improved uri recognition | Andrey Kleshchev | |
2021-05-11 | SL-15168 Reset title of guidebook when opening | Andrey Kleshchev | |
2021-05-11 | SL-15168 Reset title of guidebook when opening | Andrey Kleshchev | |
2021-05-11 | SL-15168 Changed format | Andrey Kleshchev | |
instead of an url function takes an uri | |||
2021-05-11 | SL-15168 Reorginized contants | Andrey Kleshchev | |
2021-05-10 | SL-15168 Mac build fix | Andrey Kleshchev | |
2021-05-07 | SL-15241: Tweak viewer sources to permit compiling on Mac with C++17. | Nat Goodspeed | |
2021-05-06 | SL-15168 Viewer side functionality for guidebook window opening #2 | Andrey Kleshchev | |
2021-05-06 | SL-15168 Viewer side functionality for guidebook window opening | Andrey Kleshchev | |
2021-05-01 | Follow-up merge conflict fix | Andrey Lihatskiy | |
2021-04-29 | Force a clean, full rebuild | Euclid Linden | |
2021-04-29 | Merged in DV525-merge-6.4.19 (pull request #559) | Euclid Linden | |
DRTVWR-525 merge up to 6.4.19 | |||
2021-04-29 | Merge master into DV525-merge-6.4.19 | Dave Houlton | |
2021-04-29 | Merge branch 'master' into DRTVWR-518-ui | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloaterfixedenvironment.cpp # indra/newview/skins/default/xui/en/strings.xml | |||
2021-04-29 | Increment viewer version to 6.4.19 | Nat Goodspeed | |
following promotion of DRTVWR-515 | |||
2021-04-28 | SL-15174 set Starting Guidebook location on-screen | Mnikolenko Productengine | |
2021-04-23 | SL-14842 Tooltip for clear history | Andrey Kleshchev | |
2021-04-23 | SL-15144 FIXED The "Remove" button is enabled with no selection | Mnikolenko Productengine | |
2021-04-22 | SL-14842 Clear history should be it's own button | Andrey Kleshchev | |
2021-04-22 | Merge branch 'SL-14862' into DRTVWR-518-ui | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llstartup.cpp | |||
2021-04-21 | SL-14842 Landmarks created by '+' menu always starting in favorites | Andrey Kleshchev | |
2021-04-21 | SL-15028 Update GuidebookURL setting | Mnikolenko Productengine | |
2021-04-21 | Revert "SL-12475 add Inventory Favorites tab" | Mnikolenko Productengine | |
2021-04-21 | Revert "SL-14633 FIXED The item from the favorite tab in the inventory ↵ | Mnikolenko Productengine | |
floater can be purged" | |||
2021-04-21 | Revert "SL-14632 FIXED The viewer is crashed after deleting the new favorite ↵ | Mnikolenko Productengine | |
folder" |