Age | Commit message (Collapse) | Author |
|
|
|
|
|
# Conflicts:
# autobuild.xml
# indra/newview/llvoicewebrtc.cpp
|
|
code in PCH (#2361)
|
|
|
|
* #2315 WIP -- Clean up deletion rules in texture list. Incidental decruft.
* Touch up assertions.
* Move mLastReferencedTimer to LLViewerMediaTexture since it's no longer used by LLViewerTexture
|
|
|
|
|
|
* Fix a bunch of XUI errors
* Change TRUE to true
|
|
|
|
(#2352)
|
|
(#2352)
|
|
Various fixes to probe memory usage
|
|
Partial rollback of d00b6e4
QA uses AvatarBakedTextureUploadTimeout and requested restoration.
|
|
|
|
|
|
[WebRTC] Log WebRTC devices on webrtc initialization.
|
|
Fix build error
|
|
Fix various findChild calls causing frame drops and ui stutter
|
|
|
|
Fix tab indentation
|
|
Remove trailing whitespace to pass pre-commit check
|
|
shutting down
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of LLFloaterSidePanelContainer
|
|
to/from mouselook
|
|
|
|
|
|
during various ui callbacks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LLInventoryGallery::buildGalleryPanel does the creation, not postBuild()
same for LLOutfitGallery. Either don't create mGalleryPanel or remove it
before creating again.
|
|
|
|
release/2024.06-atlasaurus
# Conflicts:
# indra/newview/llpanelpeople.cpp
|
|
|
|
|
|
luaL_checkstack() accepts a third parameter which is included in the stack
overflow error message. We've been passing nullptr, leading to messages of the
form "stack overflow ((null))". lluau_checkstack() implicitly passes
__FUNCTION__, so we can distinguish which underlying luaL_checkstack() call
encountered the stack overflow condition.
Also, when calling each atexit() function, pass Luau's debug.traceback()
function as the lua_pcall() error handler. This should help diagnose errors in
atexit() functions.
|
|
|
|
|