Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-12 | SL-15168 Added 'Title' argument | Andrey Kleshchev | |
2021-05-12 | Revert "SL-15168 Changed format" | Andrey Kleshchev | |
2021-05-11 | Merge branch 'DRTVWR-531' into DRTVWR-516-maint | Andrey Lihatskiy | |
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-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-07 | SL-15241: Tweak viewer sources to permit compiling on Mac with C++17. | Nat Goodspeed | |
2021-05-06 | SL-15221 strip debug code, add sanity asserts, format | Dave Houlton | |
2021-05-06 | SL-15221 fixed off-by-one accounting error | Dave Houlton | |
2021-05-06 | SL-15221 add VBO dirty bit to avoid many per-frame checks | Dave Houlton | |
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-05-01 | DRTVWR-520 Updated uriparser to codeticket build 559132 | Andrey Lihatskiy | |
2021-05-01 | DRTVWR-520 Post-merge build fix + error handling improvement | Andrey Lihatskiy | |
2021-04-30 | Merged in SL-14885 (pull request #529) | Michael Pohoreski | |
SL-14885 Allow mousewheel to zoom way out when user has disabled camera constraints Approved-by: Euclid Linden | |||
2021-04-30 | Merge branch 'SL-14885' of bitbucket.org:lindenlab/viewer into SL-14885 | Ptolemy | |
2021-04-30 | SL-14885: Use LLCachedControl | Ptolemy | |
2021-04-30 | SL-14885 Allow mousewheel to zoom way out when user has disabled camera ↵ | Ptolemy | |
constraints | |||
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-520-apple-notarization | Andrey Lihatskiy | |
2021-04-30 | Merge branch 'master' into DRTVWR-522-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt | |||
2021-04-30 | Merge branch 'master' into DRTVWR-521-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 | Merged in SL-14113 (pull request #526) | Michael Pohoreski | |
SL-14113 Approved-by: Euclid Linden | |||
2021-04-29 | SL-14113: Fix remote merge conflict | Ptolemy | |
2021-04-29 | SL-14113: Remove useless last digit in constant to help readability based on ↵ | Ptolemy | |
Euclid's feedback | |||
2021-04-29 | SL-14113: Merge duplicate shader constant for clarity. | Ptolemy | |
2021-04-29 | SL-14113: Remove magic numbers. Take advantage of existing shader #defines ↵ | Ptolemy | |
injection by extending shader loading to make use of addConstant() instead of hard-coding magic number constants in each GLSL file. | |||
2021-04-29 | SL-14113 Cleanup indentation | Ptolemy | |
2021-04-29 | SL-14113 Cleanup face magic number | Ptolemy | |
2021-04-29 | SL-14113 Cleanup typo and cross reference | Ptolemy | |
2021-04-29 | SL-14113 Fix moon haze | Ptolemy | |
2021-04-29 | SL-14113: Remove useless last digit in constant to help readability based on ↵ | Ptolemy | |
Euclid's feedback | |||
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 | DRTVWR-528 merge up to 6.4.19 | Dave Houlton | |
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 | |