Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | SL-15234 Fix for linux build of 3p-uriparser by NickyD | Andrey Kleshchev | |
Linux specific contibution. Should not affect win and darwin. Doesn't include linux build, just an update to ensure changes gets pulled into uriparser's master when viewer gets promoted and to make sure nothing complains about issues with 'head revision'. | |||
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-04 | SL-15159 Removed dead yet expensive code | Andrey Kleshchev | |
"prim_cost" and "description_label" do not appear to be in use, other cost data not in use | |||
2021-05-01 | SL-15159 Start with 'weights' on, but not with preview joints | Andrey Kleshchev | |
Original purpose of this code was to enable 'weights upload' if model has weights, preview was made to match this behavior, but previewing joints is expensive to init (genBuffers) and causes a freeze, so let users finish setting lods first, they can turn on preview later | |||
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 | SL-14769 Add dialog to warn user if inventory is unusable, force logout | Mnikolenko Productengine | |
2021-04-30 | SL-15159 Switching uploader to 'load from file' causes a small freeze even ↵ | Andrey Kleshchev | |
if empty | |||
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-530-maint | Andrey Lihatskiy | |
2021-04-30 | Merge branch 'master' into DRTVWR-527-maint | 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 | Clean up a merge conflict | Callum Prentice | |
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-29 | SL-15177 Fix the way of counting for gTextureTimer | Mnikolenko Productengine | |
2021-04-29 | SL-15177 Added LLTextureFetchTester to log texture fetching state timers | Mnikolenko Productengine | |
2021-04-29 | SL-15188 Crash at SecondLifeViewer!LLUUID::isNull(1007) | Andrey Kleshchev | |
Crash at getNormalID().isNull() | |||
2021-04-29 | DRTVWR-520 Safety check; remove temporary zip file | Andrey Lihatskiy | |
2021-04-29 | buildfix (chmod a+x) | Andrey Lihatskiy | |
2021-04-29 | DRTVWR-520 Notarize the viewer on TeamCity | Andrey Lihatskiy | |
2021-04-29 | SL-15183 Crash at LLModel::matchMaterialOrder | Andrey Kleshchev | |
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-27 | SL-14664 Added zoomout and sizeall | Andrey Kleshchev | |
Remade code to use getCursorFromString | |||
2021-04-27 | SL-14664 Added 'alias' | Andrey Kleshchev | |
2021-04-27 | SL-15079 Fix odd group chat messages | Andrey Kleshchev | |
For god mode isInGroup was returning 'true' regardles of session id being group or agent id | |||
2021-04-27 | DRTVWR-520 Sign greenlet.so | Andrey Lihatskiy | |
2021-04-27 | typo fix | Andrey Lihatskiy | |