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 17, 2023
-
-
Nat Goodspeed authored
following promotion of DRTVWR-577
-
- 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 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
-
- Mar 13, 2023
-
-
Bennett Goble authored
The viewer currently presents a startling "Grid emergency" warning if an unrecognized error is returned from login. Let's tone this down a bit and present the error as it is: an unrecognized login failure rather than SLearth exploding.
-
- Mar 06, 2023
-
-
Andrey Kleshchev authored
-
- Mar 03, 2023
-
-
akleshchev authored
-
Andrey Kleshchev authored
-
- Mar 02, 2023
-
-
Andrey Kleshchev authored
Disable NvAPI by default
-
akleshchev authored
Win7 is no longer supported and is below minimal requirements
-
Mnikolenko Productengine authored
-
- Mar 01, 2023
-
-
simon authored
added missing app setting
-