Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
updater. Add probe update debug display.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SL-20062: Fix near clip on reflection probes being clamped to at or below 10
|
|
|
|
This includes this week's CEF 118.
|
|
|
|
Cleanup. Caused by a merge of main(D567) into D559
|
|
|
|
|
|
The header file documents that no llrand function should ever return a value
equal to the passed extent, so the one test in llrand_test.cpp that checked
less than or equal to the high end of the range was anomalous.
But changing that to an exclusive range means that we no longer need separate
exclusive range and inclusive range functions. Replace
ensure_in_range_using(), ensure_in_exc_range() and ensure_in_inc_range() with
a grand unified (simplified) ensure_in_range() function.
|
|
search queries in the navigation bar
|
|
|
|
|
|
|
|
|
|
Add python 3.12 to FindPython search path
|
|
|
|
|
|
|
|
SL-20450: Fix missing LSL keyword INVENTORY_MATERIAL
|
|
|
|
|
|
with legacy spotlight
|
|
|
|
|
|
longstanding bug with hard line in projector ambiance lighting. Incidental decruft of legacy_adjust and LOCAL_LIGHT_KILL, etc.
|
|
recent to my inventory tab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|