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.
- Jan 04, 2023
-
-
Andrey Kleshchev authored
-
akleshchev authored
A small batch of changes in Polish translation subdirectory
-
Andrey Kleshchev authored
-
- Jan 03, 2023
-
-
PanteraPolnocy authored
-
PanteraPolnocy authored
-
Fawrsk authored
-
Pantera Północy authored
-
Andrey Kleshchev authored
-
- Dec 14, 2022
-
-
Andrey Kleshchev authored
Affects accent keys for diacritical marks
-
- Dec 13, 2022
-
-
Andrey Kleshchev authored
-
- Dec 12, 2022
-
-
akleshchev authored
Fix failures to update the TP states while the viewer is minimized.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
-
Nat Goodspeed authored
following promotion of DRTVWR-565
-
Nat Goodspeed authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Dec 08, 2022
-
-
nat-goodspeed authored
SL-14399: Ditch overflow queue LLViewerAssetStorage::mCoroWaitList.
-
- Dec 07, 2022
-
-
Andrey Kleshchev authored
mCoroWaitList covers all assets not just landmarks
-
Nat Goodspeed authored
mCoroWaitList was introduced to prevent an assertion failure crash: LLCoprocedureManager never expects to fill LLCoprocedurePool::mPendingCoprocs queue. The queue limit was arbitrarily set to 4096 some years ago, but in practice LLViewerAssetStorage can post way more requests than that. LLViewerAssetStorage checked whether the target LLCoprocedureManager pool's queue looked close to full, and if so posted the pending request to its mCoroWaitList instead. But then it had to override the base LLAssetStorage method checkForTimeouts() to continually check whether pending tasks could be moved from mCoroWaitList to LLCoprocedureManager. A simpler solution is to enlarge LLCorpocedureManager::DEFAULT_QUEUE_SIZE, the upper limit on mPendingCoprocs. Since mCoroWaitList was an unlimited queue, making DEFAULT_QUEUE_SIZE "very large" does not increase the risk of runaway memory consumption.
-
- Dec 06, 2022
-
-
Henri Beauchamp authored
This is a fix for: https://jira.secondlife.com/browse/BUG-230616
-
Nat Goodspeed authored
-
Nat Goodspeed authored
The unsigned index arithmetic was problematic in that case.
-
Nat Goodspeed authored
-
Nat Goodspeed authored
Since LLSDSerialize::SIZE_UNLIMITED is negative, passing that through unsigned size_t parameters could result in peculiar behavior.
-
Nat Goodspeed authored
and use it to replace dubious loops in asLLSD() and trimEmpty().
-
Nat Goodspeed authored
-
- Nov 28, 2022
-
-
Andrey Kleshchev authored
Cleaner reinit and termination.
-
- Nov 22, 2022
-
-
Andrey Lihatskiy authored
-
- Nov 21, 2022
-
-
Signal Linden authored
Close stale PRs
-
Henri Beauchamp authored
LLViewerTexture::mNeedsCreateTexture needs to be an attomic bool since it is written both in the main thread and in the GL image worker thread. We can now enable threaded bump maps creation as a result of this fix. I have read the CLA Document and I hereby sign the CLA
-
David Parks authored
Fix a thread safety issue in the GL image worker.
-
Andrey Kleshchev authored
-
Signal Linden authored
Update message template URL after move to GitHub
-
Ansariel authored
-
Bennett Goble authored
-
Ansariel authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Nov 19, 2022
-
-
Henri Beauchamp authored
LLViewerTexture::mNeedsCreateTexture needs to be an attomic bool since it is written both in the main thread and in the GL image worker thread. We can now enable threaded bump maps creation as a result of this fix. I have read the CLA Document and I hereby sign the CLA
-