Commit graph

759 commits

Author SHA1 Message Date
ef3d73cd06
Remove more remnants of VCPKG. 2025-02-27 12:32:02 +01:00
df8045d1d7
Target only TBB, not the conan specific meta target onetbb:onetbb. 2025-02-27 12:31:59 +01:00
Edgar
f752ea779f
🔧 Added artery-font-format 2025-02-27 12:31:57 +01:00
Edgar
8a281e481f
🔧 Simplify FixupBundlePostBuild 2025-02-27 12:31:30 +01:00
Edgar
f650977438
🐛 Fixed missing libraries on Linux 2025-02-27 12:31:30 +01:00
Edgar
edd4332d1e
📦 Added cgltf Conan package 2025-02-27 12:31:30 +01:00
Edgar
564b7510c7
🔧 Use conan packages instead of cmake external projects 2025-02-27 12:31:28 +01:00
Edgar
7006a1de41
🔧 Reenabled build with WebRTC
This uses a temporary prebuild package to build, it would be better to build WebRTC from sources
2025-02-27 12:31:27 +01:00
Edgar
b7131197aa
🐛 Fixed missing discord-rpc package 2025-02-27 12:31:26 +01:00
Edgar
679f2fe5d6
🔧 Let cmake find the python3 executable 2025-02-27 12:31:25 +01:00
Edgar
ba1ce8fa83
🐛 Fixed build failing when using Ninja 2025-02-27 12:31:24 +01:00
Edgar
238c291dfd
🐛 Fixed FixupBundlePostBuild failing to find QT dlls 2025-02-27 12:31:22 +01:00
Edgar
b7dc2b7e3f
🐛 Fixed package_libraries_for_deployment() 2025-02-27 12:31:20 +01:00
Edgar
e8c50c87cf
🐛 Fixed shadergen unable to find tools 2025-02-27 12:31:20 +01:00
Edgar
8d37f2b7d1
🚧 WIP build with conan
Currently can only build the interface
2025-02-27 12:31:19 +01:00
Maki
5e35f76668 Remove hifi-screenshare
Cherry picked and updated from Tivoli dd5b6ea6ee5597a06603e16509640e7ed18106bb

Co-authored-by: Julian Groß <julian.g@posteo.de>
2024-10-18 18:59:18 -07:00
HifiExperiments
0ab050ff3b
Merge pull request #1111 from HifiExperiments/textSize
Text verticalAlignment, send entity property enums as uint8_t, fix text recalculating too often, fix textSize
2024-10-02 10:15:56 -07:00
HifiExperiments
4e97090f96 comment cmake script 2024-09-29 15:38:59 -07:00
HifiExperiments
6a3a47bfc4 fix ADD_GROUP_PROPERTY_TO_MAP 2024-09-29 14:50:46 -07:00
HifiExperiments
74fa1d1291 text vertical alignment, use uint8_t for entity property enums, fix text recalculating too often 2024-09-08 21:12:25 -07:00
HifiExperiments
926cbef606 cleanup + automate EntityPropertyFlags 2024-09-08 21:09:08 -07:00
HifiExperiments
ff50d6c2cc automated entity property serialization 2024-09-08 21:09:00 -07:00
HifiExperiments
f2d8fa2fe4 whitelist -> allowlist 2024-08-13 17:29:53 -07:00
6d3d90f6a2 Remove remnants of RELEASE_NAME. 2024-07-08 12:31:25 +02:00
2617711cf9 Revert "Add "RELEASE_NAME" env variable."
This reverts commit a0747b2912.

Conflicts:
	cmake/templates/BuildInfo.h.in
	interface/src/Application.cpp
2024-06-18 15:08:48 +02:00
dfd397ebfc Remove broken ccache makro.
This threw a whole bunch of errors when being used, and made use of questionable settings, some of which I couldn't find documentation for.
It has also become really easy to use ccache with cmake through the following environment variables; CMAKE_CXX_COMPILER_LAUNCHER=ccache CMAKE_C_COMPILER_LAUNCHER=ccache
2024-06-12 20:29:53 +02:00
Dale Glass
5358a888e3 Fix OpenEXR on Windows
Prevents:
LNK2001	unresolved external symbol imath_half_to_float_table
2023-12-06 03:31:56 -08:00
Dale Glass
c655a8573d Upgrade OpenEXR from 2.3.0 to 3.1.8 2023-12-04 23:30:49 +01:00
Dale Glass
bb1331c0cb Fix memory debugging.
* Disables WebRTC (build fails)
* Recommends disabling optimization
* Recommends enabling debugging
* Remove forced optimization from plugins
2023-11-05 19:05:09 +01:00
77c24ed7c3 Initial version of Discord rich presence support.
Co-authored-by: Maki <mxmcube@gmail.com>
Co-authored-by: Dale Glass <dale@daleglass.net>
2023-10-30 19:03:49 +01:00
1304129fa2 Don't try to build with crashpad on aarch64 Linux.
Google currently doesn't support building crashpad on or for aarch64 Linux.
2023-07-23 19:12:25 +02:00
141bd20850 Windows installer fix after OpenSSL upgrade 2023-06-17 21:26:22 +02:00
ae7d229d0e Fix copyright headers 2023-05-19 00:17:38 +02:00
de91769e2f Fixed some V8 crashes 2023-05-19 00:17:37 +02:00
df507a741b Initial cmake files for V8 2023-05-19 00:17:36 +02:00
8b973bdfa3 Remove executable permission from a bunch of files 2023-03-14 00:02:33 +01:00
90b0b1eb45 Change identifier to org.overte 2022-09-08 22:18:53 +02:00
d2a768c2f0 Renamed environment variables 2022-09-08 22:18:50 +02:00
9b6d202a21 Rebranding and fixing URLs 2022-09-08 22:10:13 +02:00
Julian Groß
2e219b6eef Change installer naming.
Also change Windows installer compression to save space.
2022-03-21 19:08:25 +01:00
c6f1e6410e Updated some URLs, rebranded documentation and changed default metaverse server address 2022-02-09 23:57:24 +01:00
df68f5c8eb Merge branch 'master' into remove-hifiac 2022-01-23 14:03:02 +01:00
4e399edaa7 Merge remote-tracking branch 'origin/master' into remove-hifiac 2022-01-18 21:29:33 +01:00
Dale Glass
732b32b68e Require OpenSSL 1.1.0 in all other parts of the build 2021-11-04 18:54:35 +01:00
Julian Groß
f03606ee60 Disable WebRTC on aarch64 Linux 2021-09-16 06:09:11 +02:00
Dale Glass
e3004af61a More logging for crash reporting
* Make it clear in cmake if crash reporting is going to be used
* Log warning on startup if there's no crash reporting
2021-07-10 01:43:18 +02:00
Dale Glass
486d961f48 Add support for crashpad on Linux 2021-07-10 01:43:17 +02:00
Dale Glass
1b999acb2f Add more explanatory comments 2021-06-20 14:22:28 +02:00
Dale Glass
1e63916940 Disable almost all the code in SetupQt.cmake for system qt
We're already using the standard find_package method to setup Qt
for the most part, so none of the manipulations of SetupQt should
be needed for system Qt.
2021-06-20 14:22:28 +02:00
Dale Glass
6cd8eca159 Take into account that Windows executables have an extension 2021-06-20 14:22:28 +02:00