Age | Commit message (Collapse) | Author |
|
iostream array adapters
|
|
|
|
|
|
|
|
vovolume
|
|
|
|
|
|
materialmgr
|
|
|
|
Water texture should load only after having caps.
Prefetch textures should load only after having caps.
Prefetch list is now per grid
|
|
|
|
|
|
|
|
|
|
|
|
Implied 'branch' is now two different version-control systems behind
|
|
|
|
|
|
|
|
|
|
|
|
Ansariel Hiller.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DRTVWR-568_cmake
|
|
Part of his change was omly taking Release builds into account, the other
part from me made the same mistake.
Use a generator expression with a custom command to get the symlink the way
we want.
|
|
|
|
DRTVWR-568_cmake
|
|
one genex that needed changing.
Interstingly add_custom_target will not complain about a file
that would never be declared as OUTPUT and thus is not really a
valid cmake build target.``
|
|
The include was preveiously declared for all platforms, but the Mac
package does not even ship this include directory. With the new way
cmake works this will lead to an error (which is good, so we don't
end with bogus include dirs).
|
|
|
|
|
|
Only after this directory is added the target will be known and can be manipulated.
|
|
|
|
DRTVWR-568_cmake
|
|
|
|
|
|
It might be safe to merge mSeedCapAttempts with mHttpResponderID, but for now leaving them separated, if only for making this mechanic clearer.
|
|
|
|
|
|
|
|
# Conflicts:
# indra/newview/llmodelpreview.h
|
|
|
|
following promotion of DRTVWR-544
|
|
|
|
Viewer part of the fix for this JIRA - pulls in the updated Dullahan that exposes the user_gesture/is_redirect flags and uses them to determine what type of 'nav_type' is exchanged with viewer/plugin
|