Commit graph

86520 commits

Author SHA1 Message Date
39df2c975d
Merge pull request #711 from HifiExperiments/deprecatedRedirect
Fix QNetworkRequest::FollowRedirectsAttribute deprecated warning
2023-11-24 07:40:13 +01:00
476cf0bbf9
Merge pull request #736 from overte-org/fix/controller_performance
Improve game rate by moving squeezeHands.js to a separate thread
2023-11-23 19:05:46 +01:00
fadfdab52a
Merge pull request #737 from keeshii/fix/wizard_refresh_rate
Corrected refresh rate values in wizard.
2023-11-23 19:04:08 +01:00
keeshii
eba935a55f Corrected refresh rate values in wizard. 2023-11-23 15:48:12 +01:00
e8143a8e40
Merge pull request #729 from overte-org/fix/gravity
Changed gravity constant to a more realistic one
2023-11-23 08:18:19 +01:00
4933a2916b
Update some links in README.md
Fixes https://github.com/overte-org/overte/issues/718
2023-11-22 02:25:55 +01:00
e05c79ca96 Improve game rate by moving squeezeHands.js to a separate thread 2023-11-21 23:40:16 +01:00
ec72a79b39
Merge pull request #730 from JulianGro/vcpkg_update_windows
Update VCPKG on Windows to version 2023.10.19
2023-11-20 06:54:38 +01:00
2aab5ba519 Update VCPKG on Windows to version 2023.10.19 2023-11-19 21:28:48 +01:00
825c398e54 Changed gravity constant 2023-11-19 17:39:10 +01:00
HifiExperiments
d9ee3791e6 fix deprecated warning 2023-11-18 23:12:28 -08:00
d2e0e2f41b
Merge pull request #723 from JulianGro/drpc2
Discord Rich Presence v2
2023-11-15 20:20:42 +01:00
4cd16437f4 Expand message that shows when Interface exists because another instance is already running. 2023-11-15 13:46:52 +01:00
9e19f9fc58 Display desktop or VR mode in Discord Rich Presence.
Don't show worldName if it is unknown; Fixes the name of the last world being used when switching to Serverless.
2023-11-15 13:45:52 +01:00
54ad2b31d5
Merge pull request #722 from OfficialR3ido101/feature/ice_commandline
[ICE] Added command line arguments
2023-11-15 00:18:05 +01:00
OfficialR3ido101
955f4dbc3e Added logging to ice server and ice testing script. 2023-11-14 20:52:27 +00:00
OfficialR3ido101
6722d31a12 Added command line and setting address and port 2023-11-14 19:50:55 +00:00
fb5b0779a4
Merge pull request #714 from overte-org/fix/oculus_disable_3
Disabled Oculus plugin in additional place
2023-11-10 18:34:19 +01:00
241fe61373 Disabled Oculus plugin in additional place 2023-11-09 20:45:15 +01:00
85a9987af5
Merge pull request #701 from JulianGro/ghaamd64self
Switch to self-hosted Linux amd64 GitHub Actions Runner
2023-11-09 10:23:11 +01:00
b81bc25ea0
Add more missing dependencies 2023-11-08 21:05:04 +01:00
8dfc9a951d
Merge pull request #712 from overte-org/fix/no_vr
Revert Merge pull request #705
2023-11-08 20:19:16 +01:00
438893ad58 Revert "Merge pull request #705 from daleglass-overte/fix-plugin-crash"
This reverts commit d1cbfa8838, reversing
changes made to 665d21210a.
2023-11-08 18:49:34 +01:00
f431bfc468
Add missing libpcre2-16-0 dependency 2023-11-08 14:44:57 +01:00
Dale Glass
95b6e037ba
Merge pull request #709 from daleglass-overte/script-test-infinite-require
Script test infinite require
2023-11-07 18:48:42 +01:00
5ecc176d99
Add missing libdouble-conversion-dev dependency 2023-11-07 18:18:39 +01:00
478a0bbeaa
Merge pull request #708 from HifiExperiments/renderUpdate
Call somethingChangedNotification() from setLocalJointXXXX
2023-11-07 17:51:47 +01:00
d1cbfa8838
Merge pull request #705 from daleglass-overte/fix-plugin-crash
Fix crash when starting with --display, --disable-displays or --disable-inputs
2023-11-06 22:16:30 +01:00
665d21210a
Merge pull request #697 from overte-org/fix/script_require
Fixed incorrect Script.require behavior
2023-11-06 20:18:19 +01:00
Dale Glass
0c5726ce07 Fix test verification 2023-11-06 18:50:29 +01:00
Dale Glass
91f59a96ab Test a require() loop, for testing whether the engine can deal with it 2023-11-06 18:36:27 +01:00
32ab47a0a3
Add missing libxext-dev dependency 2023-11-06 17:44:34 +01:00
HifiExperiments
0a08f11d7e fix #650: call something somethingChangedNotification() from setLocalJointXXXX 2023-11-06 00:36:34 -08:00
7264585451
Don't try to build servers on Ubuntu 18.04 as we stopped supporting it. 2023-11-06 09:35:46 +01:00
f9710a6fbb
Add missing pkg-config dependency 2023-11-06 09:02:02 +01:00
3abd98b642
Merge pull request #706 from overte-org/fix/graphics_settings
Fix for custom graphics setting
2023-11-06 00:17:11 +01:00
8f416ef505 Fix for custom graphics setting 2023-11-05 23:58:26 +01:00
e08aa2f1a0
Merge pull request #700 from overte-org/fix/oculus_plugin
Disable Oculus plugin by default and add a setting to enable it
2023-11-05 22:41:29 +01:00
9d5da27101 Added logging to Oculus Plugin setting 2023-11-05 21:04:45 +01:00
Dale Glass
8fa46e2be3 Fix crash when starting with --display, --disable-displays or --disable-inputs
This happens because the PluginManager doesn't exist yet at the time when these
options are handled. Fix this by moving PluginManager initialization to an
earlier stage of the code.
2023-11-05 19:34:13 +01:00
Dale Glass
77af9f2c3e
Merge pull request #704 from daleglass-overte/fix-memory-debugging
Fix memory debugging.
2023-11-05 19:15:39 +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
2ad99f91ff Add missing include 2023-11-05 17:29:23 +01:00
720c0269e6
Merge pull request #672 from overte-org/fix/chat_bar_vr
Prevent the chat bar from popping up when VR headset is on
2023-11-05 16:36:10 +01:00
Dale Glass
5467396b88
Merge pull request #702 from daleglass-overte/add-script-require-test
Add a test for bug #587
2023-11-05 16:03:02 +01:00
Dale Glass
0cb86caa3a Remove unneeded line 2023-11-05 16:01:21 +01:00
Dale Glass
d23a17daa5 Add a test for bug #587
This will fail against the current master, since the current behavior is not correct.
2023-11-05 14:02:46 +01:00
511fbf6c0d Build on our own GitHub Actions Runners, since we require more space. 2023-11-05 13:49:04 +01:00
ed58d6f34e Disable Oculus plugin by default and add a setting to enable it 2023-11-05 10:49:49 +01:00
209f1d59f0 Fixed incorrect Script.require behavior 2023-11-04 20:45:33 +01:00