Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
SL-19690: Follow up on Rye Mutt's fix for shutdown crashes.
|
|
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.
|
|
|
|
|
|
|
|
enable github actions mac nightly builds
|
|
|
|
|
|
|
|
DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# indra/llcommon/tests/llsdserialize_test.cpp
|
|
|
|
|
|
|
|
|
|
|