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.
- May 15, 2023
-
-
David Parks authored
SL-19674 Disable "Blinn-Phong" when a PBR material is applied to make it clear that those buttons are inoperable until you remove the PBR material.
-
David Parks authored
SL-19709 Fix for fullbright shiny not factoring out exposure and flickering fullbright alpha. Incidental decruft.
-
- May 12, 2023
-
-
David Parks authored
SL-19710 Fix for deadlock in LLPerfStats. Move General thread initialization to earlier in session (unrelated).
-
- May 11, 2023
-
-
Brad Linden authored
-
cosmic-linden authored
SL-19236: Fix HUDs not rendering when transparent water graphics setting is off
-
Cosmic Linden authored
-
David Parks authored
-
David Parks authored
SL-19656 Remove LLPerfStats thread and fold into General thread. Hook avatar GPU time into LLPerfStats. Incidental decruft.
-
- May 10, 2023
-
-
nat-goodspeed authored
SL-19690: Follow up on Rye Mutt's fix for shutdown crashes.
-
- May 08, 2023
-
-
David Parks authored
-
David Parks authored
-
cosmic-linden authored
SL-19644: De-virtualize pushBatch
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
Rather than continuing to propagate try/catch (Closed) (aka LLThreadSafeQueueInterrupt) constructs through the code base, make WorkQueueBase::post() return bool indicating success (i.e. ! isClosed()). This obviates postIfOpen(), which no one was using anyway. In effect, postIfOpen() is renamed post(), bypassing the exception when isClosed(). Review existing try/catch blocks of that sort, changing to test for post() returning false.
-
Andrey Kleshchev authored
-
akleshchev authored
Fix exceptions during shutdown causing early program termination
-
- May 05, 2023
-
-
Rye Mutt authored
Fix LLThreadSafeQueueInterrupt in WorkQueueBase::postTo during shutdown by catching and returning false
-
Rye Mutt authored
-
Cosmic Linden authored
Bump still uses its own pushBumpBatch function - OK, works the same as before.
-
Nat Goodspeed authored
-
- May 04, 2023
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Brad Linden authored
enable github actions mac nightly builds
-
Brad Linden authored
-
Brad Linden authored
-
Brad Linden authored
-
nat-goodspeed authored
DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS().
-
Brad Linden authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
- May 03, 2023
-
-
Brad Linden authored
-
David Parks authored
-
David Parks authored
-
Brad Linden authored
-
Brad Linden authored
-
Nat Goodspeed authored
Newer C++ compilers have different semantics around LLSDArray's special copy constructor, which was essential to proper LLSD nesting. In short, we can no longer trust LLSDArray to behave correctly. Now that we have variadic functions, get rid of LLSDArray and replace every reference with llsd::array().
-
Brad Linden authored
Fix SL-19675 crash due to thread unsafe LLRefCount usage possibly related to SL-19648
-
Brad Linden authored
Cleanup with SL-19675 fix. lifted empty check outside the workqueue post and cleaned up indentation
-