- Sep 08, 2020
-
-
Andrey Lihatskiy authored
This reverts commit 25fd4c2b.
-
- Sep 04, 2020
-
-
Andrey Lihatskiy authored
-
Andrey Lihatskiy authored
-
- Sep 02, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Aug 27, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Aug 26, 2020
-
-
Andrey Kleshchev authored
-
- Aug 22, 2020
-
-
Andrey Kleshchev authored
LLWorld is supposed to first remove region from list, then delete the region, but in case of this crash region was returned by handle from llworld yet was mDead and cleaned up, all in main thread.
-
- Aug 21, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Lihatskiy authored
-
- Aug 18, 2020
-
-
Nat Goodspeed authored
following promotion of DRTVWR-501
-
Andrey Kleshchev authored
-
- Aug 17, 2020
-
-
Andrey Kleshchev authored
-
- Aug 10, 2020
-
-
Andrey Kleshchev authored
to reflect previous commit and use correct pool size
-
Nat Goodspeed authored
following promotion of DRTVWR-476
-
- Aug 06, 2020
-
-
Andrey Kleshchev authored
This reverts commit bf999f2f due to revert of updater, this will be moved to separate 'epic' instead
-
Andrey Kleshchev authored
-
- Aug 05, 2020
-
-
Andrey Kleshchev authored
This fails at teamcity due to missing LLTrans, but builds locally without issues. Reverting to not hold D501
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
- Jul 30, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
This reverts commit 31d9930a.
-
- Jul 28, 2020
-
-
Andrey Kleshchev authored
-
- Jul 21, 2020
-
-
Nicky Dasmijn authored
-
Nicky Dasmijn authored
LLExtStat had been a S32, this wasn't right, as some of the constants lead to integer overflow: const LLExtStat LL_EXSTAT_RES_RESULT = 2L<<30; const LLExtStat LL_EXSTAT_VFS_RESULT = 3L<<30; This shifts into the sign bit and clang gets (rightfully) upset about this. LLExtStatus needs to be at least of type U32 to remedy this problem, but while at it it makes sense to turn it into what it is: An enum. Turning it into a class enum has the added benefit we get type safety for mostly free. Which incidentally turned up a problem right away: A call to removeAndCallbackPendingDownloads had status and extstatus reversed and thus was wrong.
-
- Jul 20, 2020
-
-
Nat Goodspeed authored
following promotion of DRTVWR-476
-
- Jul 14, 2020
-
-
Brad Kittenbrink authored
-
- Jul 10, 2020
-
-
Andrey Kleshchev authored
-
Andrey Kleshchev authored
Change was moved to DRTVWR-514
-
- Jul 09, 2020
-
-
Mnikolenko Productengine authored
SL-12554 FIXED The value of the 'Avatar Maximum Complexity' is not synchronized after closing Advanced settings via Close btn
-
Andrey Kleshchev authored
According to revised behavior names should always fit into single line
-
- Jul 08, 2020
-
-
Andrey Kleshchev authored
-
- Jul 06, 2020
-
-
Andrey Kleshchev authored
-
- Jul 02, 2020
-
-
Andrey Lihatskiy authored
-
Andrey Kleshchev authored
-