Edgar
f4ad5cafb4
🐛 Fixed shadergen unable to find tools
2025-05-14 17:21:29 +02:00
Edgar
559d3712dd
🚧 WIP build with conan
...
Currently can only build the interface
2025-05-14 17:21:29 +02:00
HifiExperiments
d17c384ed7
fix src_folder
2025-04-12 23:16:13 -07:00
HifiExperiments
6d37a37b71
automated render pipelines
2025-04-08 22:53:04 -07:00
HifiExperiments
e4ecb43094
better comment handling from dale
2024-11-23 22:14:40 -08:00
HifiExperiments
4c4cbc1e39
fix noNetwork and add documentation for automated entity property files
2024-11-17 14:00:22 -08: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
Dale Glass
474cd6b1c7
Improve Qt handling in CMake
...
Support 3 options:
* VIRCADIA_USE_SYSTEM_QT is set -- use system's Qt
* VIRCADIA_QT_PATH is set -- use Qt found in that dir
* Otherwise -- use downloaded Qt package
This removes these variables:
* VIRCADIA_USE_QT_VERSION
* VIRCADIA_USE_PREBUILT_QT
* HIFI_QT_BASE
2021-06-20 14:22:28 +02:00
Kalila
5ec026255c
Merge pull request #938 from vircadia/feature/qt-update
...
Update to Qt 5.15.2
2021-04-22 17:36:53 -04:00
Kalila
bb9460f6d9
Merge pull request #1162 from ctrlaltdavid/fix/osx-dmgs
...
Revise OSX DMGs
2021-04-19 17:01:05 -04:00
Kalila
9463f8be0f
Merge pull request #1171 from daleglass/windows_memory_debugging
...
Implement VIRCADIA_MEMORY_DEBUGGING for Windows
2021-04-18 16:22:25 -04:00
Julian Groß
1cadfcc284
Merge branch 'master' into feature/qt-update
2021-04-16 01:55:51 +02:00
Kalila
d0d9d4b30b
Merge pull request #1163 from JulianGro/initial_linux_aarch64
...
Initial partial linux aarch64 support
2021-04-15 19:07:44 -04:00
Dale Glass
b42162b831
Implement VIRCADIA_MEMORY_DEBUGGING for Windows
...
Only supported starting from VS2019 v16.9.
Only the address sanitizer is supported, as MS has not implemented any
others yet.
2021-04-10 19:48:40 +02:00
David Rowe
c8632f8613
Merge branch 'master' into feature/qt-update-misc
2021-04-10 09:10:26 +12:00
Julian Groß
69a3f21e5d
Initial partial linux aarch64 support
2021-04-06 03:50:36 +02:00
David Rowe
1ddbf15f14
Name OSX Interface target as Vircadia
2021-04-06 12:21:19 +12:00
David Rowe
c45a02036a
Fix nitpick icon
2021-04-06 11:51:07 +12:00
David Rowe
a4787bcf29
Move OSX items into root directory of DMG
2021-04-06 11:46:13 +12:00
Dale Glass
e070a21bf4
Review fixes
2021-04-06 00:54:59 +02:00
Dale Glass
43f6fd82f4
Implement thread debugging with tsan
...
This is enabled with the VIRCADIA_THREAD_DEBUGGING environment variable.
It's incompatible with VIRCADIA_MEMORY_DEBUGGING, so only one of those
can be enabled for a build.
2021-04-02 20:41:23 +02:00
daleglass
7e91479614
Update cmake/macros/MemoryDebugger.cmake
...
Co-authored-by: Julian Groß <firedefender1@googlemail.com>
2021-04-01 23:16:49 +02:00
Dale Glass
c02c38bf4a
Emit error if memory debugging isn't implemented on the platform
2021-03-30 00:38:23 +02:00
Dale Glass
029e602075
Remove incorrect argument from clang memory debugger args, add leak detection.
2021-03-30 00:37:33 +02:00
Dale Glass
65c74986ee
Rename variable to VIRCADIA_MEMORY_DEBUGGING
...
This is to make it consistent with an upcoming addition of VIRCADIA_THREAD_DEBUGGING.
Also, check if the variable contains anything and isn't just defined to avoid hard
to figure out bugs and confusion.
2021-03-30 00:35:54 +02:00
Dale Glass
5ffc05f7a7
Fix HIFI_MEMORY_DEBUGGING on Linux/gcc
...
It seems that libasan was running into some sort of trouble due to static linking.
Additionally, -fstack-protector-strong has been enabled by disabling the usage of
the FIR_1x4_AVX512 function under memory debugging.
2021-03-28 18:42:35 +02:00
David Rowe
c3b7d65617
Merge branch 'master' into feature/qt-update-master
...
# Conflicts:
# BUILD.md
2021-03-25 10:18:38 +13:00
Kalila
6c223be3f4
Merge pull request #1081 from digisomni/feature/pkg-updates
...
Rename to "Vircadia Server" and disable server shortcuts with Express install on Windows
2021-03-14 17:35:03 -04:00
Kalila L
b5d89c44bf
Rename "INITIAL_STARTUP_LOCATION" -> "PRELOADED_STARTUP_LOCATION".
2021-03-08 02:01:53 -05:00
Kalila L
3ed98d0f3e
Add "ScriptGatekeeper" class and "PRELOADED_SCRIPT_WHITELIST" variable.
2021-03-08 02:00:34 -05:00
Kalila
fe3f006953
Update SetPackagingParameters.cmake
...
Try to fix Apple builds.
2021-03-08 00:14:50 -05:00
Kalila L
6ad9113bcc
Rename "Vircadia Sandbox" -> "Vircadia Server"
2021-03-07 20:57:04 -05:00
Kalila L
357aa9a08b
Update GenerateInstallers.cmake
...
Add release name to end of installers.
2021-02-22 23:28:27 -05:00
David Rowe
f69e0402aa
Merge branch 'master' into feature/qt-update-master
...
# Conflicts:
# BUILD.md
# BUILD_WIN.md
2021-02-23 16:08:55 +13:00
Kalila L
2287aba7fa
Update installer names and images "Alpha" -> ""
2021-02-01 05:10:45 -05:00
Kalila L
a0747b2912
Add "RELEASE_NAME" env variable.
2021-01-20 01:17:45 -05:00
David Rowe
d5530f180b
Update Windows builds to Qt 5.15.2
2020-12-28 15:54:38 +13:00
David Rowe
71cee734ec
Merge branch 'master' into fix/interface-console
...
# Conflicts:
# README.md
2020-12-18 19:44:20 +13:00
David Rowe
fd1ea3cf04
Update Windows builds to OpenSSL 1.1.1h
2020-12-18 10:05:21 +13:00
ArcadeFever
65fb1320cc
Upgraded Oculus SDKs to latest
2020-12-15 00:04:59 -08:00
David Rowe
c33fb5df84
Fix cmake warning when bypassing signing
2020-10-18 16:35:17 +13:00
David Rowe
5f283e45b5
Fix use of the BYPASS_SIGNING flag
2020-10-18 15:55:59 +13:00
Kalila L
5e43b3a550
Fix sandbox and console names on PR builds.
2020-10-02 20:52:03 -04:00
Kalila L
aa20fbb0d9
Fix double application of "Vircadia"
2020-10-02 16:48:54 -04:00
Kalila L
11d847b74b
Merge branch 'master' into feature/update-shortcut-names
2020-10-02 15:24:18 -04:00
Dale Glass
125841afc9
Remove the HiFiAC codec
...
This is a proprietary codec and it's uncertain who can use it, and
under what conditions. At this point, Opus is stable and a suitable
replacement.
2020-09-27 20:17:15 +02:00
Kalila L
bb3ea1014a
Update shortcut names to include "Vircadia"
2020-08-24 23:47:36 -04:00
Kalila L
a2bd06993f
Add option to build an Interface to go to specified address by default.
2020-08-23 01:49:32 -04:00
Kasen IO
cefda3f7f2
Update packaging parameters for Vircadia.
2020-06-01 22:48:38 -04:00
Thijs Wenker
eb1bf12494
Fix linux PR builds
2020-05-18 14:07:38 +02:00
Thijs Wenker
48ee437c00
cmake -D VCPKG_BUILD_TYPE could be set to either release debug or release in order to build vcpkg in a specific build type, otherwise it will build with debug and release
2020-04-19 22:50:49 +02:00
David Rowe
1254557814
Fix Linux cmake problem
...
Credit: Dale Glass <dale@daleglass.net>
2020-04-12 13:24:35 +12:00
David Rowe
b92bd1773a
Fix copying PolyVox libraries to cmake binary directory
2020-04-11 20:24:10 +12:00
David Rowe
ffeb37e7aa
Merge remote-tracking branch 'hifi/master' into merge-hifi-master
...
# Conflicts:
# CMakeLists.txt
# README.md
# cmake/externals/glad32es/CMakeLists.txt
# cmake/externals/glad41/CMakeLists.txt
# cmake/externals/glad45/CMakeLists.txt
# cmake/externals/polyvox/CMakeLists.txt
# cmake/externals/quazip/CMakeLists.txt
# cmake/externals/vhacd/CMakeLists.txt
# cmake/init.cmake
# cmake/ports/hifi-deps/CONTROL
# cmake/ports/sdl2/CONTROL
# cmake/ports/sdl2/disable-hidapi-for-uwp.patch
# cmake/ports/sdl2/enable-winrt-cmake.patch
# cmake/ports/sdl2/fix-arm64-headers.patch
# cmake/ports/sdl2/fix-x86-windows.patch
# cmake/ports/sdl2/portfile.cmake
# cmake/ports/sdl2/vcpkg-cmake-wrapper.cmake
# cmake/ports/tbb/portfile.cmake
# hifi_vcpkg.py
# interface/src/avatar/MyAvatar.h
# libraries/avatars-renderer/src/avatars-renderer/Avatar.h
# libraries/avatars/src/AvatarData.h
# libraries/entities-renderer/src/RenderableEntityItem.h
# libraries/entities/src/EntityItem.cpp
# libraries/entities/src/EntityItem.h
# libraries/fbx/src/GLTFSerializer.cpp
# libraries/graphics-scripting/src/graphics-scripting/Forward.h
# libraries/networking/src/AddressManager.cpp
# libraries/networking/src/DomainHandler.h
# libraries/procedural/src/procedural/ProceduralMaterialCache.cpp
# libraries/render-utils/src/HighlightEffect.cpp
# libraries/render-utils/src/MeshPartPayload.cpp
# libraries/render-utils/src/Model.cpp
# libraries/render-utils/src/RenderShadowTask.cpp
# libraries/script-engine/src/WebSocketClass.cpp
2020-04-09 16:46:27 +12:00
Thijs Wenker
dcb575a178
Merge pull request #86 from MarcusLlewellyn/opus-plugin
...
Add support for the Opus audio plugin.
2020-01-31 01:04:47 +01:00
a0fd53ae24
Change installer name from Beta to Alpha
2020-01-17 14:58:40 -06:00
Thijs Wenker
26bebba8dd
fix opus library linking in cmake
...
Signed-off-by: Marcus Llewellyn <marcus.llewellyn@gmail.com>
2020-01-13 12:27:24 -06:00
d030d82355
Cosmetic change for TargetOpus.cmake
2020-01-10 12:17:22 -06:00
3d8d359c35
Initial work on Opus audio plugin
...
This commit is made up of changes to VCPKG and CMake to include the Opus libraries, as well as a skeleton project for an Opus audio plugin.
2020-01-09 16:43:11 +01:00
986cb05f7b
Fix typo
...
Tomato, Tohmahto, Athena, Athenay
2019-12-29 17:40:51 -06:00
f614f6f290
Stuff I forgot in last commit for NSIS
2019-12-22 15:44:25 -06:00
Simon Walton
16b6c6305b
Fix formatting issues in cmake file
2019-12-10 09:46:35 -08:00
Simon Walton
82ed358323
Merge remote-tracking branch 'upstream/master' into linux-actions-builds
...
Also merge in Linux PR build
2019-12-05 16:19:12 -08:00
Brad Davis
f39088fb0b
Github Actions master builds
2019-12-03 10:56:04 -08:00
Brad Davis
0240a6e3d9
Update prebuilt dependencies
2019-11-25 11:42:09 -08:00
Simon Walton
167dfab539
Copy PolyVox libs to build directory; don't try to upload docker image
2019-11-22 15:17:23 -08:00