Age | Commit message (Collapse) | Author |
|
SL-20392
|
|
SL-20392
|
|
DRTVWR-559
|
|
|
|
|
|
clang has gotten smart enough to recognize an inline attempt to store to
address zero. Fool it by storing to an address passed as a parameter, and pass
nullptr from a different source file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Just in case, this is not fully in use yet, mostly because requests
for avatar icons will become very heavy due all that additional info
|
|
|
|
Even though LLVersionInfo::getBuild() already returns a 64-bit int, various
consumers assumed it could fit into 32 bits. It was especially bad to pass it
to a classic C style varargs function. Only on a little-endian CPU, and only
because it was the last argument, the damage was limited to truncation --
instead of arbitrary undefined behavior.
Where the consumer doesn't support 64-bit ints, pass as string instead.
|
|
|
|
|
|
loss and log spam noise when visiting GLTF enabled regions.
|
|
loss and log spam noise when visiting GLTF enabled regions.
|
|
|
|
updater. Add probe update debug display.
|
|
|
|
|
|
DRTVWR-583
|
|
We now support masking mirrors in the GBuffer.
We also now support the concept of one arbitrary clip plane.
DRTVWR-583
|
|
|
|
|
|
|
|
|
|
At runtime it hasn't worked anyway. And now we can get an ARM build
without having to build libvlc for ARM first.
|
|
|
|
|
|
|
|
|
|
|
|
disabled
|
|
|
|
|
|
|
|
which version is faster
|
|
|
|
Not yet used.
|
|
|
|
mapping using wrong mix, causing bright spots
|
|
material sampling. Use slightly different alpha ramp to hide unused materials
|
|
|
|
to be more expensive than triplanar in some cases, and UVs are already trivial
|
|
whitespace
|