Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-11 | DRTVWR-476: Remove /showIncludes from llwindow project. | Nat Goodspeed | |
2020-05-11 | DRTVWR-476: Use find_library(dxguid) rather than find_path(). | Nat Goodspeed | |
2020-05-08 | SL-12963 Additional environment debug output | Andrey Kleshchev | |
2020-05-07 | DRTVWR-476: Whack-A-Mole not working, put switch on ALL llwindow | Nat Goodspeed | |
2020-05-07 | DRTVWR-476: Add /showIncludes to additional source files. | Nat Goodspeed | |
Having it on just one source file was frustrating because the project build failed before it reached the one source file with the switch. | |||
2020-05-07 | DRTVWR-476: Diagnostically /showIncludes for Windows SDK errors | Nat Goodspeed | |
2020-05-08 | SL-13161 Fixed notification | Andrey Kleshchev | |
2020-05-07 | DRTVWR-476: Help DirectX.cmake cope with multiple SDK versions. | Nat Goodspeed | |
First, get rid of ancient cruft in the find_path() calls: on a 64-bit system, "$ENV{PROGRAMFILES}" expands to the 64-bit 'Program Files' directory rather than the 32-bit 'Program Files (x86)' directory, and none of the ancient cruft would be found there anyway. Empirically, find_path(dxdiag.h) is able to find the file using environment variables (INCLUDE from VS variables?), so it doesn't need the specific pathnames coded into that call. Once we find DIRECTX_INCLUDE_DIR, don't immediately insert it into include_directories: we've had troubles with incompatible Windows SDK versions (compile errors in Microsoft header files!) when DIRECTX_INCLUDE_DIR preceded the Windows SDK directory in the include path. The DIRECTX_FIND_QUIETLY logic seemed backwards: the message(STATUS) output was emitted only when DIRECTX_FIND_QUIETLY was false. Reverse that. The ancient cruft in find_path(dxguid.lib) was causing it to find the wrong (very old) DirectX library. Remove ancient cruft. But empirically, without that, even once we've found DIRECTX_INCLUDE_DIR, CMake could not implicitly find dxguid.lib. If the DirectX directory hierarchy were structured as .../version/Include and .../version/Lib, a relative pathname would have been sufficient hint. Unfortunately it's structured as .../Include/version and .../Lib/version, so a relative pathname would have to include the specific version. Instead, replace "/Include/" with "/Lib/". But even then, we have to drill down to the architecture-specific subdirectory based on ADDRESS_SIZE. | |||
2020-05-07 | SL-13119 Fixed label updates | Andrey Kleshchev | |
2020-05-06 | DRTVWR-476: Add llsd::clone(), llsd::shallow() aliases | Nat Goodspeed | |
for new llsd_clone(), llsd_shallow() functions. | |||
2020-05-06 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into DRTVWR-476-boost-1.72 | Nat Goodspeed | |
2020-05-06 | SL-13132 Emphasize parcel name over region name in Landmarks and Place Profiles | Andrey Kleshchev | |
2020-05-06 | Pull in the newest Dullahan built against the latest CEF. The CEF/Dullahan ↵ | Callum Prentice | |
Windows builds are both functionally identical to the last one but the macOS CEF (and hence Dullahan) one is the first to be build entirely from source in TeamCity | |||
2020-05-05 | Pull in a new version of Dullahan that is identical other than a bump in ↵ | Callum Prentice | |
version number | |||
2020-05-05 | Fixed conflict caused by SL-13178 | Andrey Kleshchev | |
2020-05-05 | SL-13178 Improve initial opening time of the landmarks floater | Mnikolenko Productengine | |
2020-05-05 | SL-11445 pulled in fresh fmod studio package | Andrey Kleshchev | |
2020-05-05 | SL-12607 Revert changes to no longer necessary packages | Andrey Kleshchev | |
This packages were needed for icons, but since icons are no longer needed, neither should packages change. | |||
2020-05-05 | SL-12743 Unified code | Andrey Kleshchev | |
Fade out for deferred, fixed distance, reused non-deferred logic, fixed flicker | |||
2020-05-05 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-05-04 | Nonsensical, trivial change to force a build after I ran afoul of a TeamCity ↵ | Callum Prentice | |
buildscripts change | |||
2020-05-04 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
2020-05-04 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-512 | Callum Prentice | |
2020-05-04 | Merged master into DRTVWR-508 | Andrey Kleshchev | |
2020-05-04 | Increment viewer version to 6.4.2 | Nat Goodspeed | |
following promotion of DRTVWR-500 | |||
2020-05-03 | Pick up first version of new Dullahan build autobuild scripts that builds ↵ | Callum Prentice | |
CEF wrapper first before building Dullahan. Change to version headers meant a change to appviewer.cpp too. | |||
2020-05-01 | SL-12678 Removed auto login retry | Andrey Kleshchev | |
2020-04-30 | SL-12898 Added https to allowed audio links | Andrey Kleshchev | |
2020-04-30 | SL-13119 Made control settings cached and fixed potential filtering issue | Andrey Kleshchev | |
2020-04-29 | SL-13119 Moved ineffective function from inventory view creation | Andrey Kleshchev | |
2020-04-29 | SL-13121 fixed typo error | Mnikolenko Productengine | |
2020-04-28 | Fix for SL-13138 - Remove extraneous additon of dullahan_host.exe that crept ↵ | Callum Prentice | |
in trying to make code signing work | |||
2020-04-28 | Remove dullahan_host.exe from signing list - doesn't change anything ↵ | Callum Prentice | |
security wise and leads to an extra copy of dullahan_host.exe because of a code signing bug | |||
2020-04-28 | Pull in the Dullahan package from the DRTVWR-512 branch of the canonical ↵ | Callum Prentice | |
Dullahan repository | |||
2020-04-28 | Pull in this viewers version of Dullanan (and CEF) - identical to DRTVWR-509 ↵ | Callum Prentice | |
(aduly swim) for now but will evolve | |||
2020-04-28 | Initial port of the changes from DRTVWR509 (Adult Swim) minus the volume ↵ | Callum Prentice | |
fall-off settings updates | |||
2020-04-28 | Merged in DRTVWR-460 (pull request #91) | Andrey Lihatskiy | |
SL-13133 Numerical camera preset names sorting order fix Approved-by: Maxim Nikolenko | |||
2020-04-28 | SL-13133 Numerical camera preset names sorting order fix | Andrey Lihatskiy | |
2020-04-28 | SL-13119 Duplicate check was causing slowdowns | Andrey Kleshchev | |
2020-04-28 | SL-13119 Optimize initialization of inventory views | Andrey Kleshchev | |
2020-04-28 | SL-12298 Convert LLSettingsType to an LLSINGLETON variant | Mnikolenko Productengine | |
2020-04-28 | DRTVWR-476: Update to llca build 541101 | Nat Goodspeed | |
2020-04-27 | SL-13018 FIXED Chat Transcripts not showing on right click when encoding of ↵ | Mnikolenko Productengine | |
text file is UTF-8 with BOM | |||
2020-04-27 | SL-12678 Removed auto login retry | Andrey Kleshchev | |
2020-04-27 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-04-26 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
# Conflicts: # indra/llmath/llquaternion.h # indra/newview/lldrawpoolwater.cpp # indra/newview/lljoystickbutton.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/textures/textures.xml | |||
2020-04-23 | SL-12904 Temporarily use LLSD to avoid crashes on older viewers | Mnikolenko Productengine | |
2020-04-21 | AMD CPUs list update | Andrey Lihatskiy | |
2020-04-20 | Restored SL-12732 after merge conflict | Andrey Kleshchev | |
2020-04-20 | SL-13040 Fixed crash at EnvironmentPersistAcrossLogin | Andrey Kleshchev | |