This project is mirrored from https://git.alchemyviewer.org/alchemy/alchemy-next.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
- Oct 25, 2023
-
-
Brad Linden authored
-
Brad Linden authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
following promotion of DRTVWR-578
-
cosmic-linden authored
SL-20065: Hack to reduce black spots on shiny water
-
David Parks authored
-
- Oct 24, 2023
-
-
Cosmic Linden authored
-
David Parks authored
-
- Oct 23, 2023
-
-
David Parks authored
-
David Parks authored
-
- Oct 18, 2023
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
for new Windows code signing mechanism.
-
David Parks authored
-
David Parks authored
SL-20149 Potential fix for crash when unsitting on a reflection probe. Also fix for assertion in lltexturefetch.
-
- Oct 17, 2023
-
-
Jonathan "Geenz" Goodman authored
SL-20154
-
Jonathan "Geenz" Goodman authored
Prepend the material name to each texture. SL-20392
-
Jonathan "Geenz" Goodman authored
SL-20392
-
Jonathan "Geenz" Goodman authored
SL-20392
-
Jonathan "Geenz" Goodman authored
-
Andrey Kleshchev authored
-
Nat Goodspeed authored
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.
-
Maxim Nikolenko authored
-
Nat Goodspeed authored
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.
- Oct 16, 2023
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
David Parks authored
-
David Parks authored
SL-20258 Fix for LSL spamming new probes into the scene deadlocking probe updater. Add probe update debug display.
-
Andrey Kleshchev authored
-
- Oct 13, 2023
-
-
David Parks authored
-
David Parks authored
-
Nat Goodspeed authored
-
Maxim Nikolenko authored
-
cosmic-linden authored
SL-20062: Fix near clip on reflection probes being clamped to at or below 10
-
Nat Goodspeed authored
This includes this week's CEF 118.
-
- Oct 12, 2023
-
-
Andrey Kleshchev authored
Cleanup. Caused by a merge of main(D567) into D559
-
Nat Goodspeed authored
-
Nat Goodspeed authored
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.
-
Cosmic Linden authored
-