Commit graph

84937 commits

Author SHA1 Message Date
Dale Glass
cf75200231 Have cmake be verbose about whether NPM has been detected 2021-07-11 19:26:51 +02:00
Dale Glass
96ad5e971b Remove redundant cmake code 2021-07-11 19:26:51 +02:00
Dale Glass
6a62dc10e6 Fix resources and jsdoc dependencies 2021-07-11 19:26:51 +02:00
Dale Glass
c95de72174 Fix copying jsdoc to interface
Take the jsdoc from tools/jsdoc and copy it to interface.

A subtle issue was found: It turns out that for cmake it matters
what gets parsed first, especially if you rely on setting a variable
in one project and reading it in another.

This can result in things like builds that fail the first time, then
work after re-running cmake.

Generation of jsdoc and screenshare were moved above interface,
because they're a dependency of it.
2021-07-11 19:26:51 +02:00
daleglass
60164dbf08 Whitespace review fixes
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-07-11 19:26:51 +02:00
Dale Glass
70895df49e Generate nitpick resources with qt5_add_binary_resources
Also, it appears there was a bug where nitpick depended on interface's
resources rather than its own.
2021-07-11 19:26:51 +02:00
Dale Glass
7546be2e8a Use qt5_add_binary_resources instead of custom command.
Also move find_package for Qt to the top, so that it finds the
rcc binary before it's needed
2021-07-11 19:26:51 +02:00
Dale Glass
f7f01c2acc Don't copy RCC, it's generated where it's needed 2021-07-11 19:26:51 +02:00
Dale Glass
3f20f6ec66 Generate all files in the build dir, don't touch source dir
This makes it so that RCC files and jsdoc are both generated into
the build directory.
2021-07-11 19:26:51 +02:00
daleglass
45f2b672b5
Merge pull request #365 from daleglass/linux_crash_handler
Linux crash handler
2021-07-10 20:32:53 +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
52add88273 Undo accidental change that broke reporting on Windows 2021-07-10 01:43:18 +02:00
daleglass
15dfa04c07 Whitespace review fix
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-07-10 01:43:18 +02:00
daleglass
e2eab15469 Whitespace review fix
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-07-10 01:43:18 +02:00
Dale Glass
c4f3e1e263 Fix cmake warning about crashpad name 2021-07-10 01:43:18 +02:00
Dale Glass
186e784d89 Rework crashpad initialization
* Don't abort on startup if we can't find our own path
* Try to locate our own path by looking in /proc in Linux -- should fix AppImage issues
* Add extensive logging
2021-07-10 01:43:18 +02:00
Dale Glass
567b0d84ef Update crash handler to latest build 2021-07-10 01:43:17 +02:00
Dale Glass
9a5c1ac24a Use latest crashpad build.
This one uses libcurl, which may work better.
2021-07-10 01:43:17 +02:00
Dale Glass
86e2da729e Try library built with SSL 2021-07-10 01:43:17 +02:00
Dale Glass
486d961f48 Add support for crashpad on Linux 2021-07-10 01:43:17 +02:00
Kalila
70e3c1769f
Merge pull request #1283 from ctrlaltdavid/dev/rename-hifisockaddr
Rename "HifiSockAddr" to "SockAddr"
2021-07-08 17:27:57 -04:00
Kalila
fc93feef2b
Merge pull request #1285 from vircadia/fix/stale-bot
Reduce stale-bot's aggressiveness.
2021-07-08 17:24:33 -04:00
Kalila
1cdebee9b6
Update stale.yml 2021-07-08 17:21:19 -04:00
Kalila
9191ca7aa3
Reduce stale-bot's aggressiveness.
Stale bot will no longer close issues and the comment has been made more "human".
2021-07-07 20:09:53 -04:00
Kalila
aea24855d9
Merge pull request #1276 from JulianGro/no_submodules
GitHub Actions do not clone submodules
2021-07-07 18:51:46 -04:00
Kalila
e471b1d83f
Update README.md 2021-07-07 05:55:36 -04:00
David Rowe
6a17143df8 Rename "HifiSockAddr" to "SockAddr" 2021-07-06 13:23:57 +12:00
Kalila
cdd2341880
Merge pull request #1278 from ctrlaltdavid/fix/addressmanager-jsdoc
Misc fixes to AddressManager JSDoc
2021-07-05 17:02:20 -04:00
David Rowe
cb89eabf74 Typo 2021-07-06 08:48:43 +12:00
Kalila
1c41ace1cf
Merge pull request #1277 from ctrlaltdavid/fix/doxygen-quiet
Quiet Doxygen output
2021-07-05 14:07:37 -04:00
David Rowe
319f3e7122 Misc fixes to AddressManager JSDoc 2021-07-05 10:43:50 +12:00
Kalila
e1a047f74c
Merge pull request #1275 from daleglass/fix-nvtt-on-macos
Fix for nvtt on MacOS
2021-07-04 18:43:21 -04:00
David Rowe
6ced4384bb Quiet Doxygen output 2021-07-05 10:37:51 +12:00
Julian Groß
965401af31 Do not clone submodules on master builds 2021-07-04 20:42:58 +02:00
Julian Groß
f03aba8106 Do not clone submodules 2021-07-04 20:39:30 +02:00
Dale Glass
d75b2a23bb Fix for nvtt on MacOS 2021-07-04 10:40:43 +02:00
Kalila
88cd4a72d4
Merge pull request #1255 from daleglass/fix-nvtt-on-x86
Fix nvtt on x86
2021-07-02 01:21:29 -04:00
Kalila
b2897c44ae
Merge pull request #1266 from ctrlaltdavid/fix/doxygen-tags
Update Doxygen group tags to use /// format
2021-07-01 17:12:57 -04:00
Kalila
e09dfff108
Merge pull request #1267 from daleglass/fix-cmake-gifcreator-warning
Fix CMake GifCreator name warning
2021-07-01 17:11:46 -04:00
Kalila
4110e9f65b
Merge pull request #1268 from daleglass/do-not-use-leapmotion-by-default
Don't use LeapMotion by default.
2021-07-01 17:10:53 -04:00
Dale Glass
ffac6ac865 Don't use LeapMotion by default.
It doesn't have many users, and causes an annoying 'LEAPMOTIONConfig.cmake' not
found error if the SDK isn't installed.

We now require running cmake with -DUSE_LEAPMOTION=1 to enable using it.
2021-07-01 20:44:45 +02:00
Dale Glass
79eacc98ef Fix CMake GifCreator name warning 2021-07-01 20:29:40 +02:00
David Rowe
87baa0dc8d Remove extraneous Doxygen set-up instruction 2021-07-01 19:12:02 +12:00
David Rowe
89c527f0d8 Update Doxygen group tags to use /// format 2021-07-01 15:59:58 +12:00
Kalila
40f81e4866
Merge pull request #1223 from odysseus654/pr/scripting-docs
Ensuring minimal documentation for classes declared in script-engine
2021-06-29 19:09:26 -04:00
Kalila
b86e4b98a9
Merge pull request #1249 from digisomni/fix/docs-links-dev
Update user docs links "docs.vircadia.dev" -> "docs.vircadia.com".
2021-06-27 05:55:13 -04:00
Kalila
a32dc628d5
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
2021-06-27 03:56:50 -04:00
daleglass
6b0e1884c8
Merge pull request #936 from daleglass/improve-cmake
Improve Qt handling in CMake
2021-06-26 20:42:35 +02:00
Kalila
64a9b32206
Merge pull request #1252 from AleziaKurdis/CreateApp_RenderWithZoneVR
Make Zone Selector for "renderWithZones" in "Create" app HMD Compliant.
2021-06-26 14:31:35 -04:00
Alezia Kurdis
3638b7357a
Fix Zone Selector loading issue
Fix Zone Selector loading issue
when we navigate between tabs (CREATE - PROPERTIES - GRID - ENTITY LIST)
2021-06-22 22:22:39 -04:00