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 19, 2023
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
Not colladadom: a GHA build of something upstream of it produced Mac link errors seemingly related to zst. Not xxhash: 3p-xxhash is a private repo, needing the 'public: false' switch in its build.yaml.
-
- May 17, 2023
-
-
Nat Goodspeed authored
following promotion of DRTVWR-577
-
- May 15, 2023
-
-
Nat Goodspeed authored
Update llphysicsextensions_source to release v1.0.d3192c1. Update fmodstudio to release v2.02.06.8f8fce1. Update kdu to release v7.10.4.9e770ae. Update slvoice to release v4.10.0000.32327.5fc3fe7c.399bd0e.
-
Nat Goodspeed authored
Update fmodstudio to release v2.02.06.c0dea14. Update kdu to release v7.10.4.2dc3b89. Update slvoice to release v4.10.0000.32327.5fc3fe7c.db0dc68.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
- May 09, 2023
-
-
Andrey Kleshchev authored
-
akleshchev authored
BUG-233797/233798 - fix blackout when u/w fog_density < 0
-
- May 04, 2023
-
-
Andrey Lihatskiy authored
-
- May 03, 2023
-
-
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().
-
Nat Goodspeed authored
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! (cherry picked from commit bb718155)
-
- May 02, 2023
-
-
Beq authored
-
Andrey Lihatskiy authored
-
Vir Linden authored
following promotion of DRTVWR-539
-
- Apr 30, 2023
-
-
Beq authored
-
- Apr 19, 2023
-
-
Andrey Lihatskiy authored
-
Nat Goodspeed authored
-
- Apr 17, 2023
-
-
Andrey Lihatskiy authored
-
- Apr 03, 2023
-
-
Andrey Kleshchev authored
-
- Mar 31, 2023
-
-
Andrey Kleshchev authored
-
Mnikolenko Productengine authored
# Conflicts: # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/llfloateravatarrendersettings.cpp
-
Mnikolenko Productengine authored
-
- Mar 30, 2023
-
-
Andrey Kleshchev authored
This reverts part of commit 0c2b00ef.
-
- Mar 29, 2023
-
-
Andrey Lihatskiy authored
# Conflicts: # indra/cmake/CMakeLists.txt # indra/newview/skins/default/xui/es/floater_tools.xml
-
Nat Goodspeed authored
following promotion of DRTVWR-573
-
- Mar 27, 2023
-
-
Brad Linden authored
-
Andrey Lihatskiy authored
-
- Mar 24, 2023
-
-
Nat Goodspeed authored
-
- Mar 23, 2023
-
-
Andrey Lihatskiy authored
to make it accessible after updating the viewer
-
- Mar 22, 2023
-
-
Andrey Kleshchev authored
Should fix "Radio/Stream hiccups at a regular rate during playback"
-
Andrey Lihatskiy authored
-
Ansariel authored
-
- Mar 20, 2023
-
-
Andrey Lihatskiy authored
-
Brad Payne (Vir Linden) authored
-
Mnikolenko Productengine authored
-
- Mar 19, 2023
-
-
Andrey Lihatskiy authored
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt
-
Mnikolenko Productengine authored
-
Mnikolenko Productengine authored
-