Age | Commit message (Collapse) | Author |
|
|
|
script error comes from a HUD
|
|
presented in linkset list
|
|
focus on click
|
|
|
|
|
|
Display Names" viewer setting.
|
|
|
|
|
|
|
|
|
|
|
|
disabled
|
|
|
|
|
|
cannot be clicked
|
|
|
|
|
|
|
|
|
|
|
|
|
|
certain actions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When LL_BUILD is not in the environment at autobuild configure time, important
macros such as LL_WINDOWS aren't set. That means that platform-dependent
macros such as LL_TYPEOF() aren't defined, which can produce obscure errors
like this:
indra\llcommon\llunittype.h(51): error C2226: syntax error :
unexpected type 'S' (packages\llphysicsextensions\stub\LLPhysicsExtensionsStubImpl.cpp)
10> indra\llcommon\llunittype.h(52) :
see reference to class template instantiation 'LLResultTypeAdd<S,T>' being compiled
Make the CMake logic fail with a more readily-understood error in that case.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the only use of a variable is within llassert(), have to make the
declaration conditional on SHOW_ASSERT rather than guesswork about release
builds.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
builds
|
|
|
|
Without that symlink, the helper app can't find CEF and we get no web content.
|
|
|