Age | Commit message (Collapse) | Author |
|
It seems newer compilers have a different interpretation of exactly when to
engage LLSDArray's copy constructor. In particular, this assignment:
some_LLSD_map[key] = LLSDArray(...)(...)...;
used to convert the LLSDArray object directly to LLSD; now it first calls the
custom copy constructor, which embeds the intended array within an outer array
before assigning it into the containing map.
The newer llsd::array() function avoids that problem because what it returns
is already an LLSD object.
Taking inventory of LLSDArray assignments of that form turned up a number of
workarounds like LLSD(LLSDArray(...)). Replacing those with llsd::array() is
both simpler and more readable.
Tip of the hat to Chorazinallen for surfacing this issue!
|
|
|
|
density_ctrl.xml file
|
|
loops (#38)
|
|
|
|
|
|
|
|
Fixes SL-18484.
|
|
Server sends updates in bulk now, so notify per agent instead of per update
|
|
|
|
|
|
|
|
|
|
legacy behavior of cloud coverage brightening ambient lighting without destroying the ability to have good probe driven ambiance.
|
|
|
|
|
|
|
|
other types. Hook GLTF alpha masking up to highlight transparent.
|
|
|
|
|
|
Affects accent keys for diacritical marks
|
|
|
|
|
|
|
|
Affects accent keys for diacritical marks
|
|
|
|
|
|
|
|
|
|
Apparently Visual Studio and Xcode disagree on the intended lifespan of a
certain temporary expression. Capturing it in a named variable works.
|
|
|
|
controls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# doc/contributions.txt
# indra/newview/llappviewer.cpp
# indra/newview/skins/default/colors.xml
|
|
Fix failures to update the TP states while the viewer is minimized.
|
|
work removed the getDecodePriority() method.
|
|
|
|
Was a placeholder when there was no other way to bring it up
|
|
|
|
|
|
|
|
|
|
|
|
being removed when the object is killed.
|
|
|