f04af62fd2
Prefer libnode.so.108 to prevent wrong system libnode being used over vcpkg libnode.
2023-05-22 20:43:16 +02:00
f241ede316
Initial fixes for building on Windows
2023-05-19 00:17:39 +02:00
b42a949d03
Find VCPKG libnode
2023-05-19 00:17:39 +02:00
b650da7fc9
Initial VCPKG Node/v8 packaging
2023-05-19 00:17:39 +02:00
acc658ee80
Fixed deadlock in Create App
2023-05-19 00:17:38 +02:00
ae7d229d0e
Fix copyright headers
2023-05-19 00:17:38 +02:00
Dale Glass
0022038772
Fix tabulation
2023-05-19 00:17:36 +02:00
Dale Glass
f093d8155c
Use sampler library if present
2023-05-19 00:17:36 +02:00
Dale Glass
e5e1d9b2a8
Remove requirement for sampler library
...
Library is not present on some distributions, like Fedora, and not used in the code currently
2023-05-19 00:17:36 +02:00
df507a741b
Initial cmake files for V8
2023-05-19 00:17:36 +02:00
Dale Glass
133f7349c9
Add FindJournald cmake module
...
From https://github.com/fluent/fluent-bit/blob/master/cmake/FindJournald.cmake
2022-06-28 00:34:43 +02:00
Dale Glass
c4f3e1e263
Fix cmake warning about crashpad name
2021-07-10 01:43:18 +02:00
Dale Glass
79eacc98ef
Fix CMake GifCreator name warning
2021-07-01 20:29:40 +02:00
Seth Alves
8875453585
remove old/unused eyetracker code
2019-09-17 09:43:32 -07:00
Ken Cooke
27ced8a217
Add NSMicrophoneUsageDescription to Info.plist to allow microphone when debugging on Mac
2019-06-03 12:32:00 -07:00
Brad Davis
8c4f0ec774
Vcpkg migration
2018-11-08 12:28:06 -08:00
Roxanne Skelly
113ad3d917
Fixes for OSX
...
App Translocation makes it nearly impossible to find the interface
executable from the running server-console, specifically in downloaded
builds launched from the Finder. To enable OSX detection and and
launch of the interface, the code has been changed to:
* Assume interface is installed on OSX as we don't produce a server-only
build.
* Launch the interface by using 'open' with the appid.
NOTE: This may launch the wrong version of the app if
multiple instances of the app are installed, but this
is the best we can do for now. For most users, the
behavior should be as expected.
Second, polling was happening even if interface couldn't be
detected if it was previously enabled.
2018-09-30 13:11:15 -07:00
Brad Davis
ae8f841912
Shader refactoring for explicit bindings
2018-08-03 14:58:11 -07:00
SamGondelman
07600f2a81
add etc2comp dependency on desktop and android
2018-05-08 17:30:48 -07:00
Ken Cooke
ee6e9ee81e
Remove dead code left over from Gverb
2018-04-13 10:36:13 -07:00
Seth Alves
b7303414f2
unmangle merges
2018-01-26 11:57:30 -08:00
Seth Alves
47f44eb21f
extirpate bugsplat
2018-01-26 09:20:23 -08:00
Atlante45
ced5aad1d1
backtrace for rc-63
2018-01-26 09:20:07 -08:00
Brad Davis
56b1c7d0ee
Fix finding the SSL binary path
2017-11-02 14:51:40 -07:00
Ryan Huffman
395c9283dc
Merge remote-tracking branch 'upstream/feat/auto-bake' into feat/auto-bake-fbxwriter
2017-09-12 14:09:59 -07:00
Stephen Birarda
09d18b5ba9
handle special include path for Draco on WIN
2017-09-08 09:47:16 -07:00
Stephen Birarda
91f4551598
add draco to the oven tool
2017-09-08 09:46:55 -07:00
Stephen Birarda
3cf77f377c
remove FBX SDK from CMake files
2017-09-07 18:46:44 -07:00
Stephen Birarda
5e1decb02b
Merge branch 'master' of github.com:highfidelity/hifi into feat/auto-bake
2017-09-07 12:06:53 -07:00
Bradley Austin Davis
fb79ba2c6c
Migrate to vcpkg version of OpenSSL
2017-08-31 10:49:49 -07:00
Stephen Birarda
81fdc27ca8
use 2017.1 FBX SDK on all platforms, change linux location
2017-08-30 16:46:43 -07:00
Ryan Huffman
39f04adc8d
Improve baking interface and add automatic baking to asset server
2017-08-24 16:15:28 -07:00
Stephen Birarda
feef7dfec3
compare MSVC version numerically with greater_equal
2017-08-10 09:46:58 -07:00
Stephen Birarda
5b072b591e
remove commas breaking MSVC dir setting
2017-08-09 18:41:34 -07:00
Stephen Birarda
57fe5ae802
use tbb binaries more and update for vc14
2017-08-09 17:55:15 -07:00
Ryan Huffman
5f92c1adc0
Update FindFBX to use newer MSVC_VERSION
2017-06-26 09:40:07 -07:00
Ryan Huffman
7298cd6940
Add support for vs2015 and vs2017 FBX libs
2017-06-23 10:54:31 -07:00
Seth Alves
0d9aa8182e
have cmake find fbx library on Linux
2017-06-21 17:10:19 -04:00
Brad Hefta-Gaub
a88f72024d
Merge pull request #10243 from birarda/bake-textures
...
Add an internal tool for domain/model/skybox KTX texture baking
2017-05-12 12:26:33 -07:00
Brad Davis
5e1bc0d908
Remove faceshift
2017-04-28 16:34:54 -07:00
Stephen Birarda
4863c924d1
don't link or include missing FBX library
2017-04-26 18:37:36 -07:00
Stephen Birarda
6519a9c45b
bump FBX SDK version back to 2017
2017-04-26 18:37:35 -07:00
Stephen Birarda
32c348eb3d
use SDK 2017 with new texture discovery strategy
2017-04-26 18:37:34 -07:00
Stephen Birarda
b04d507090
use correct FBX_VERSION for WIN32
2017-04-26 18:37:34 -07:00
Stephen Birarda
a586a31a93
stub the oven tool and add a find module for FBX SDK
2017-04-26 18:37:34 -07:00
Stephen Birarda
d72e5e5b24
add handling for install_name_tool calls on OS X
2017-04-25 15:56:23 -07:00
Stephen Birarda
3a217f75f4
force release for NVTT on Win32
2017-04-25 15:56:23 -07:00
Stephen Birarda
5c12180b58
use pre-built NVTT on windows
2017-04-25 15:56:23 -07:00
Stephen Birarda
27c6011e6e
change nvtt external to ignore release type
2017-04-25 15:56:23 -07:00
Stephen Birarda
ee62e7dcb8
update nvtt external to build from source
2017-04-25 15:56:22 -07:00