Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-04 | SL-18904 Remove unused translation files | Andrey Kleshchev | |
2023-01-04 | SL-18904 Merge pull request #40 from PanteraPolnocy | akleshchev | |
A small batch of changes in Polish translation subdirectory | |||
2023-01-04 | SL-18893 Update list of contributors | Andrey Kleshchev | |
2023-01-03 | Polish translation: Leftovers cleanup (files not present in /en/) | PanteraPolnocy | |
2023-01-03 | Widgets cleanup in Polish translation (up to 6.6.9), fix translatability for ↵ | PanteraPolnocy | |
density_ctrl.xml file | |||
2023-01-03 | SL-18893 Clean up for loops in llappearance to use C++11 range based for ↵ | Fawrsk | |
loops (#38) | |||
2023-01-03 | SL-18891 Remove duplicate entry in settings file | Pantera Północy | |
2023-01-03 | SL-18874 Rigged mesh upload crash when using Bounding Box physics | Andrey Kleshchev | |
2022-12-14 | SL-18384 Fix NSException for keyboard handling | Andrey Kleshchev | |
Affects accent keys for diacritical marks | |||
2022-12-13 | SL-15175 Updates for TP states while the viewer is minimized | Andrey Kleshchev | |
2022-12-13 | SL-15175 Merge pull request #26 from sldevel/contribute | akleshchev | |
Fix failures to update the TP states while the viewer is minimized. | |||
2022-12-12 | DRTVWR-565: Merge branch 'main' into contribute | Nat Goodspeed | |
2022-12-12 | DRTVWR-565: Merge branch 'master' into contribute | Nat Goodspeed | |
2022-12-12 | Increment viewer version to 6.6.9 | Nat Goodspeed | |
following promotion of DRTVWR-565 | |||
2022-12-12 | DRTVWR-565: Merge branch 'origin/contribute' into DRTVWR-565 | Nat Goodspeed | |
2022-12-12 | Merge branch 'xcode-14.1' into contribute | Andrey Kleshchev | |
2022-12-12 | SL-8839 Make About Land resizable | Andrey Kleshchev | |
2022-12-08 | Merge pull request #28 from secondlife/sl-14399 | nat-goodspeed | |
SL-14399: Ditch overflow queue LLViewerAssetStorage::mCoroWaitList. | |||
2022-12-07 | SL-14399 Remove obsolete code | Andrey Kleshchev | |
mCoroWaitList covers all assets not just landmarks | |||
2022-12-07 | SL-14399: Ditch overflow queue LLViewerAssetStorage::mCoroWaitList. | Nat Goodspeed | |
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. | |||
2022-12-07 | Fix failures to update the TP states while the viewer is minimized. | Henri Beauchamp | |
This is a fix for: https://jira.secondlife.com/browse/BUG-230616 | |||
2022-12-06 | DRTVWR-575: Try to avoid comparison warnings in llclamp() | Nat Goodspeed | |
2022-12-06 | DRTVWR-575: Defend unescape_string() against empty line. | Nat Goodspeed | |
The unsigned index arithmetic was problematic in that case. | |||
2022-12-06 | DRTVWR-575: Update a few more int lengths in llsdserialize.{h,cpp}. | Nat Goodspeed | |
2022-12-06 | DRTVWR-575: Use llssize (signed size_t) for max_bytes parameters. | Nat Goodspeed | |
Since LLSDSerialize::SIZE_UNLIMITED is negative, passing that through unsigned size_t parameters could result in peculiar behavior. | |||
2022-12-06 | DRTVWR-575: Introduce LLKeyBind::endNonEmpty() | Nat Goodspeed | |
and use it to replace dubious loops in asLLSD() and trimEmpty(). | |||
2022-12-06 | DRTVWR-575: Keep BufferArray::findBlock() in int domain. | Nat Goodspeed | |
2022-11-28 | SL-18718 Crash at LLEventPump::listen and connection issues | Andrey Kleshchev | |
Cleaner reinit and termination. | |||
2022-11-23 | Merge branch 'main' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-11-21 | Merge pull request #4 from secondlife/signal/stale | Signal Linden | |
Close stale PRs | |||
2022-11-21 | Fix a thread safety issue in the GL image worker. | Henri Beauchamp | |
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 | |||
2022-11-21 | Merge pull request #6 from sldevel/master | RunitaiLinden | |
Fix a thread safety issue in the GL image worker. | |||
2022-11-22 | SL-18565 Prevent texture fetch crash on second login attempt | Andrey Kleshchev | |
2022-11-21 | Merge pull request #8 from Ansariel/master | Signal Linden | |
Update message template URL after move to GitHub | |||
2022-11-21 | Update default URL for message template in template_verifier.py as well | Ansariel | |
2022-11-21 | SL-18218: Switch canonical_repo to GitHub URL | Bennett Goble | |
2022-11-21 | Update message template URL after move to GitHub | Ansariel | |
2022-11-21 | Merge branch master into DRTVWR-565-maint-P | Andrey Kleshchev | |
2022-11-21 | SL-18565 restoreGL should re-add bumpmaps | Andrey Kleshchev | |
2022-11-19 | Fix a thread safety issue in the GL image worker. | Henri Beauchamp | |
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 | |||
2022-11-18 | Merge pull request #1 from FelixWolf/CZ-1 | Signal Linden | |
Various repo fixes | |||
2022-11-18 | Renamed LICENSE.txt to follow naming scheme of other repos | Kyler Eastridge | |
2022-11-18 | Merge pull request #3 from secondlife/signal/label | Signal Linden | |
Add automatic PR labels | |||
2022-11-18 | Merge pull request #2 from secondlife/signal/cla | Signal Linden | |
Add CLA bot | |||
2022-11-18 | Mark PRs as stale after 60 days, close them automatically if no response | Bennett Goble | |
after 7 days. | |||
2022-11-18 | Add automatic PR labels | Bennett Goble | |
2022-11-18 | Add CLA bot | Bennett Goble | |
2022-11-18 | Add copy of license to root directory so it is recognized by gh | Kyler Eastridge | |
2022-11-18 | Fix spelling error on license file name | Kyler Eastridge | |
2022-11-18 | Fix readme logo for dark theme sites | Kyler Eastridge | |