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.
- Jun 24, 2020
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
- Jun 23, 2020
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
following release of D512.
-
Nat Goodspeed authored
following promotion of DRTVWR-512
-
- Jun 19, 2020
-
-
Nat Goodspeed authored
There are duplicate LLTrace::BlockTimerStatHandle key strings declared in llsettingsdaycycle.cpp and llsettingswater.cpp -- the only instances of duplicate BlockTimerStatHandle keys in the viewer code base. SL-13467 tracks intentional crashes due to duplicate LLInstanceTracker subclass instances with one of those keys. The simplest experiment to try to eliminate those crashes is to ensure that every BlockTimerStatHandle in the code base is unique.
-
- Jun 02, 2020
-
-
Callum Prentice authored
Pull in new version of Dullahan that has a (trivial) fix for SL-13139 chat field on Youtube live is empty.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
following promotion of DRTVWR-508
-
- May 28, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- May 27, 2020
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
The observed failure is that SLVoice, on relaunch, produces an error that bind() returned EADDRINUSE and terminates. Using a different port every time we relaunch avoids that collision.
-
Nat Goodspeed authored
Enable the body of the existing ll_debug_socket() function (on Mac as well as Linux), but using tag "Socket" so you can turn on its log messages without emitting *all* debug messages.
-
Nat Goodspeed authored
It can happen that we arrive at logoutOfVivox() with some other message queued on the LLEventMailDrop in question. If logoutOfVivox() assumes that other message is logout and exits, then subsequent code gets confused. Introduce a loop to wait (with the existing timeout) for the real logout message.
-
- May 26, 2020
-
-
Andrey Kleshchev authored
-
- May 22, 2020
-
-
Callum Prentice authored
-
Callum Prentice authored
Pull in a new version of Dullahan that was built using the first version of CEF built entirely in TeamCity on all platform
-
- May 21, 2020
-
-
Callum Prentice authored
Investigating a fix/abatement for SL-13095 Windows Defender Firewall for dullahan_host.exe pops up late in the session - not clear this will remove the popup but it might and it will hopefully have our publisher info on it vs 'Unknown'
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
- May 20, 2020
-
-
Callum Prentice authored
-
Callum Prentice authored
-
Nicky Dasmijn authored
-
Nicky Dasmijn authored
rely on the SDK setup. Remove old dinput8 import library as it is not needed
-
Nicky Dasmijn authored
-
Nicky Dasmijn authored
and the 8.1 SDK) DirectX is included in the SDK and does not need any special detection logic.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
tryPushFrontFor() is pushFront() with a std::chrono::duration timeout.
-
Nicky Dasmijn authored
Make sure coproc gets destroyed after each iteration. Making coproc scoped to the for loop will make sure the destructor gets called every loop iteration. Keeping it's scope outside the for loop means the pointer keeps valid till the next assigment that h Approved-by:
Nat Linden <nat@lindenlab.com>
-
- May 19, 2020
-
-
Nicky Dasmijn authored
Making coproc scoped to the for loop will make sure the destructor gets called every loop iteration. Keeping it's scope outside the for loop means the pointer keeps valid till the next assigment that happens inside pop_wait_for when it gets assigned a new value. Triggering the dtor inside pop_wait_for can lead to deadlock when inside the dtor a coroutine tries to call enqueueCoprocedure (this happens). enqueueCoprocedure then will try to grab the lock for try_push but this lock is still held by pop_wait_for.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
This reverts commit bf8aea50. Try boost::fibers::buffered_channel again with Boost 1.72.
-
Nat Goodspeed authored
-