Age | Commit message (Collapse) | Author |
|
SL-19676 - more IL control, added Reset Interest List Debug menu command
|
|
Alt zoom was pointing near ground instead of agent's actual position
|
|
|
|
Initial attachments usually are not 'expected', shutdown is expected to detach everything
|
|
clear that those buttons are inoperable until you remove the PBR material.
|
|
fullbright alpha. Incidental decruft.
|
|
sl-19676 - more loading stats and 360 Interest List mode work
|
|
future expansion instead of a bool toggle
|
|
initialization to earlier in session (unrelated).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DRTVWR-583
|
|
|
|
SL-19236: Fix HUDs not rendering when transparent water graphics setting is off
|
|
|
|
|
|
avatar GPU time into LLPerfStats. Incidental decruft.
|
|
Single folder
|
|
|
|
|
|
SL-19690: Follow up on Rye Mutt's fix for shutdown crashes.
|
|
panel
|
|
item in gallery view
|
|
|
|
sl-19676 - Stats on updates and scene loading
|
|
count
|
|
|
|
BUG-233797/233798 - fix blackout when u/w fog_density < 0
|
|
|
|
|
|
SL-19644: De-virtualize pushBatch
|
|
|
|
|
|
Rather than continuing to propagate try/catch (Closed)
(aka LLThreadSafeQueueInterrupt) constructs through the code base, make
WorkQueueBase::post() return bool indicating success (i.e. ! isClosed()).
This obviates postIfOpen(), which no one was using anyway.
In effect, postIfOpen() is renamed post(), bypassing the exception when
isClosed().
Review existing try/catch blocks of that sort, changing to test for post()
returning false.
|
|
|
|
Fix exceptions during shutdown causing early program termination
|
|
|
|
|
|
catching and returning false
|
|
|
|
Bump still uses its own pushBumpBatch function - OK, works the same as
before.
|
|
|
|
|
|
|
|
|