Commit graph

86639 commits

Author SHA1 Message Date
HifiExperiments
e5e3c1bc08 fix luci errors + updated config paths 2023-11-15 22:54:26 -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
Dale Glass
111cea477d Provide plugin load state 2023-11-12 20:08:47 +01:00
Dale Glass
1de6e6d418 Rename arguments for more clarity 2023-11-12 20:08:29 +01:00
Dale Glass
b05dd3443d Refactor display/input disabling 2023-11-12 18:44:31 +01:00
Dale Glass
ec29cfcd51 Treat Oculus and Steam plugins as display plugins, for disabling purposes 2023-11-12 18:44:00 +01:00
Dale Glass
0bd72f3d54 Fix bug in reporting steam/oculus availability 2023-11-12 18:43:36 +01:00
Dale Glass
59f96cada1 Add explanatory comments 2023-11-12 18:12:05 +01:00
Dale Glass
a7132c4ff6 Remove PluginManager::disableDisplayPlugin
This isn't called anywhere, and I believe the implementation is flawed anyway.
While it tries to remove the plugin from the list, the plugin isn't shut down,
or disconnected from events. This is likely to cause problems if it were to
be used.
2023-11-12 13:41:17 +01:00
Dale Glass
e03768ddc5 Document PluginManager 2023-11-12 13:39:37 +01:00
Dale Glass
aba921502d Improve codec JSON info 2023-11-12 11:41:44 +01:00
Dale Glass
b9662e5af8 Separate plugin initialization, allow dumping plugin info 2023-11-11 21:03:16 +01:00
Dale Glass
57e1c99fff Initialize PathUtils and logging in constructor 2023-11-11 19:34:52 +01:00
Dale Glass
a4e79ff806 Make Application destructor work when terminating early 2023-11-11 19:23:57 +01:00
Dale Glass
c748064d0a Make _applicationOverlay a shared_ptr 2023-11-11 17:59:31 +01:00
Dale Glass
812d043587 Call setupEssentials() in initialize() 2023-11-11 17:59:18 +01:00
Dale Glass
a22b06c3e7 Change _graphicsEngine to a shared_ptr 2023-11-11 17:41:22 +01:00
Dale Glass
3dabf23ff4 Change _octreeProcessor and _entityEditSender to shared_ptr 2023-11-11 17:32:12 +01:00
Dale Glass
35b4c44e9a Delay initializing shared pointers 2023-11-11 16:45:28 +01:00
Dale Glass
059600e8d4 Initial effort to reorganize the startup code.
This is intended to make things like plugin initialization more sane,
and make Qt happier. Qt wants QApplication to start as soon as possible,
but our code's attempt to load the entire world in the Application
constructor doesn't quite mesh with this.

This is an effort to first create Application much earlier, and do as
little as possible in the constructor, moving almost all initialization
to a later init function.

A later stage would be to split the giant mess of init code into more
digestible sections that run in some sort of logical order.
2023-11-11 12:32:17 +01: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
bf7a0c6366 Add initial benchmarks for the script engine 2023-11-06 19:24:47 +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