Commit graph

86517 commits

Author SHA1 Message Date
HifiExperiments
5159367b4c fix paramsOffset and view flipping 2023-12-18 15:42:17 -08:00
HifiExperiments
e0f3657032 promising 2023-12-13 21:58:48 -08:00
HifiExperiments
4e5ded0ba9 plz 2023-12-12 15:18:04 -08:00
HifiExperiments
16341312fa let's try this?? 2023-12-06 15:59:36 -08:00
HifiExperiments
3e0c50e077 wild guess to handle view correction, hide portalExitID in create when mirrorMode != portal 2023-12-04 14:49:35 -08:00
HifiExperiments
6af7b9f772 cleanup 2023-11-19 15:17:18 -08:00
HifiExperiments
3336efb6ee portals use exit as ignoreItem 2023-11-19 14:57:02 -08:00
HifiExperiments
a630a6f9c9 mirrors on models + text 2023-11-19 14:57:02 -08:00
HifiExperiments
093cf29778 fix mirrors in deferred 2023-11-19 14:57:02 -08:00
HifiExperiments
56860bea99 fix cpu frustum culling (hacky?) 2023-11-19 14:57:01 -08:00
HifiExperiments
4806f901b4 wip 2023-11-19 14:57:01 -08:00
HifiExperiments
97c4184db1 wip portals 2023-11-13 15:27:36 -08:00
HifiExperiments
10de1288c2 fix view + projection, texture flipping, billboarding 2023-11-13 14:40:56 -08:00
HifiExperiments
89e6cbbfa4 mirrors wip 2023-11-13 14:40:56 -08: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
1f2a9872c2
Merge pull request #696 from overte-org/fixwin
Fix Windows GitHub Actions workflows
2023-11-04 20:43:39 +01:00
733a1e66f2
Create SECURITY.md 2023-11-04 13:49:51 +01:00
4b3d7c3f17 Specifically allow downgrading NSIS in workflows. 2023-11-04 13:28:24 +01:00