Age | Commit message (Collapse) | Author |
|
getClientRectInScreenSpace
|
|
DRTVWR-546
|
|
|
|
|
|
|
|
|
|
|
|
support to highlight transparent).
|
|
User opened editor, pressed play, according to logs environment wasn't loaded yet, asset had yet to arrive.
|
|
|
|
|
|
|
|
map render.
|
|
viewer session.
|
|
For better clarity. Also added xmlrpc_type_base64 and xmlrpc_type_mixed support.
|
|
|
|
token input is now handled and message formatting is improved.
Added beginnings of support for saving slmfa_hash value client side.
|
|
|
|
DRTVWR-546
|
|
|
|
|
|
|
|
|
|
|
|
(decruftify settings, compatibility pass).
|
|
|
|
|
|
potentially due to corrupted install, handling just in case
|
|
textures
|
|
|
|
|
|
drawpools.
|
|
DRTVWR-540: Make Sync test failure more informative
* DRTVWR-540: Make Sync test failure more informative
Approved-by: Andrey Kleshchev
Approved-by: Andrey Lihatskiy
|
|
remains from glod
|
|
|
|
remove unused variable
|
|
|
|
|
|
LLPipeline::shadersLoaded()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduce LLAppViewer::onCleanup(), a method that accepts a nullary callable
to execute once viewer shutdown begins. Fire the collected callables in
LLAppViewer::cleanup().
In llstartup.cpp, instead of declaring a static unique_ptr and relying on
static object destruction to clean up the "General" ThreadPool, bind the
pointer to the new ThreadPool into an onCleanup() lambda that will delete it
when called. ~ThreadPool() takes care of orderly shutdown.
|
|
Use hard tabs because most of the existing function uses those.
|
|
Use hard tabs as most of the class declaration already uses those.
|
|
|