Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10297: Make LLSingletonBase::llerrs() et al. runtime variadic. | Nat Goodspeed | |
Instead of accepting a fixed list of (const char* p1="", etc.), accept (std::initializer_list<std::string_view>). Accepting a std::initializer_list<T> in your parameter list allows coding (e.g.) func({T0, T1, T2, ... }); -- in other words, you can pass the initializer_list a brace-enclosed list of an arbitrary number of instances of T. Using std::string_view instead of const char* means we can pass *either* const char* or std::string. string_view is cheaply constructed from either, allowing uniform treatment within the function. Constructing string_view from std::string simply extracts the pointer and length from the std::string. Constructing string_view from const char* (e.g. a "string literal") requires scanning the string for its terminating nul byte -- but that would be necessary even if the scan were deferred until the function body. Since string_view stores the length, the scan still happens only once. | |||
2021-05-10 | SL-15168 Mac build fix | Andrey Kleshchev | |
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-30 | SL-14769 Add dialog to warn user if inventory is unusable, force logout | Mnikolenko Productengine | |
2021-04-30 | SL-13395 Don't hide empty outfit folders | Andrey Kleshchev | |
Outfit folders can be created, managed and deleted by users, they should stay visible | |||
2021-04-30 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
2021-04-29 | Expose the flag to turn automatic VAD on and off. We will likely keep it ↵ | Callum Prentice | |
off since that appears to be working well for us but others may want to turn in on | |||
2021-04-29 | Force a clean, full rebuild | Euclid Linden | |
2021-04-29 | Merge remote-tracking branch 'origin/master' into DRTVWR-531 | Callum Prentice | |
2021-04-29 | Merge remote-tracking branch 'origin/master' into DRTVWR-533 | Callum Prentice | |
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 | restored SL-14027 (merge conflict) | Andrey Kleshchev | |
2021-04-29 | Merge master (DRTVWR-515) into DRTVWR-516-maint | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/llcommon/llcoros.cpp # indra/llmessage/llcoproceduremanager.cpp # indra/newview/llfloaterfixedenvironment.cpp # indra/newview/llfloaterimsessiontab.cpp | |||
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 | After a small but successful test at our standup, we're going to make the ↵ | Callum Prentice | |
default value for the VAD sensitivity 0 (off). The settings can all still be changed via Debug variables but this seems like a sensible starting point for the next test. | |||
2021-04-28 | SL-15181 Crash at LLSkinningUtil::initSkinningMatrixPalette | Andrey Kleshchev | |
2021-04-28 | SL-15174 set Starting Guidebook location on-screen | Mnikolenko Productengine | |
2021-04-24 | SL-15150 Crash at LLScrollColumnHeader::updateResizeBars | Andrey Kleshchev | |
Looks like mHeader is invalid yet mHeader->updateResizeBars() gets called, decided to validate column pointer | |||
2021-04-23 | SL-14842 Tooltip for clear history | Andrey Kleshchev | |
2021-04-23 | SL-14956 Fix landmarks sometimes staying in mLoadedCallbackMap #2 | Andrey Kleshchev | |
Improved fix | |||
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-14956 Fix landmarks sometimes staying in mLoadedCallbackMap | Andrey Kleshchev | |
2021-04-21 | SL-15072 update. Values for VAD settings now stored in debug settings. ↵ | Callum Prentice | |
Request successfully sent at startup and also, whenever a relevant debug setting is changed. Going to send this build to Brett to test | |||
2021-04-21 | SL-15152 Crashfix: Do not update environments when quiting | Andrey Kleshchev | |
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" | |||
2021-04-20 | Move location where we call function to setup VAD but didn't help | Callum Prentice | |
2021-04-20 | SL-15072: First part of adding ability to disable the VIVOX auto VAD feature ↵ | Callum Prentice | |
and set our own values via Debug Settings - hardcoded currently for testing but will be pulled from global settings eventually | |||
2021-04-21 | SL-14842 Clear history button was in wrong menu | Andrey Kleshchev | |
2021-04-20 | SL-14906 Fix LLFloaterHowTo overriding stored position | Andrey Kleshchev | |
preferred_media_size was repositioning the floater | |||
2021-04-20 | Merge branch 'SL-14999' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-04-20 | SL-15028 Update menu items on the login screen | Mnikolenko Productengine | |
2021-04-16 | Merged in SL-15096b (pull request #540) | Michael Pohoreski | |
SL-15096: Merge SovereignEngineer's fix for SL-14035 regression Approved-by: Euclid Linden | |||
2021-04-16 | SL-15096: Merge SovereignEngineer's fix for SL-14035 regression | Ptolemy | |