Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
permissions
|
|
inventory rather than object inventory
|
|
floater is dragged there
|
|
being phantom
|
|
|
|
|
|
decruft of dead code (thanks, Rye!)
|
|
emojis row after narrowing back the 'Conversations' floater
|
|
search field
|
|
|
|
|
|
failures during login
also added suggested continue statements, and removed obsolete
LLInventoryItem::fromLLSD deserialization codepath.
|
|
|
|
Issue reproed again, restoring.
|
|
|
|
|
|
|
|
|
|
|
|
Update editor in which texture changed to local
|
|
'origin/DRTVWR-559' (#489)
|
|
using for DRTVWR-559
|
|
|
|
ensure inventory skeleton loading doesn't block the message system from processing packets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
multihreaded GL not working on mac (thanks, Rye!)
|
|
SL-20397: Fix material set from script not updating when the GLTF material has non-default texture transforms
|
|
has non-default texture transforms
|
|
|
|
|
|
implicitly enable reflection probes or shadows.
|
|
|
|
This is viewer-manager's DRTVWR-587-actions branch updated from the new master
branch.
|
|
On a Windows CI host, we got the dreaded rc 3221225725 aka c00000fd aka stack
overflow.
|
|
The test was coded to push (what's intended to be) the third entry with
timestamp (now + 200ms), then (what's intended to be) the second entry with
timestamp (now + 100ms).
The trouble is that it was re-querying "now" each time. On a slow CI host, the
clock might have advanced by more than 100ms between the first push and the
second -- meaning that the second push would actually have a _later_
timestamp, and thus, even with the queue sorting properly, fail the test's
order validation.
Capture the timestamp once, then add both time deltas to the same time point
to get the relative order right regardless of elapsed real time.
|
|
|
|
|
|
This reverts commit 9d49edbc48d81f820870d43edb2c975beffa5485.
|
|
|
|
Material
|