Commit graph

86484 commits

Author SHA1 Message Date
HifiExperiments
d4112f455b also fix zone stack 2023-11-18 00:29:52 -08:00
HifiExperiments
e5e3c1bc08 fix luci errors + updated config paths 2023-11-15 22:54:26 -08: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
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
ed58d6f34e Disable Oculus plugin by default and add a setting to enable it 2023-11-05 10:49:49 +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
8b1b40273b
Merge pull request #686 from JulianGro/discord-rpc
Discord rich presence support
2023-11-02 08:54:12 +01:00
5f0635ed51
Merge pull request #691 from overte-org/fix/file_api
Remove File API and limit audio recording file location
2023-11-01 20:21:02 +01:00
bf8ad07b60 Moved archive download interface files and converted documetnation to doxygen 2023-11-01 19:51:21 +01:00
8332e41989 Remove File API and limit audio recording file location 2023-11-01 00:29:15 +01:00
894f8cec2b
Merge pull request #690 from overte-org/fix/entity_server_mem_leak
Fix entity server memory leak and improve performance
2023-10-31 19:04:34 +01:00
6645763117 Replaced mutex locking with lock guard 2023-10-31 18:37:05 +01:00
5ba3b2b4ba
Update copyright year in TabletAboutDialog.qml 2023-10-30 21:43:41 +01:00
7481130e61 Add a mutex to entity server script engine 2023-10-30 20:41:08 +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
7930bd86cc Place names with underscores are used and should be considered valid. 2023-10-30 19:02:15 +01:00
33bdd841c1 Fix entity server memory leak and improve performance 2023-10-30 18:40:04 +01:00
75784c418d
Merge pull request #683 from overte-org/fix/remove_inactive_region
Remove inactive region from federation.json
2023-10-29 19:26:38 +01:00
deaf51bfcd Remove inactive region from federation.json 2023-10-29 19:25:44 +01:00
2ac5257a1d
Merge pull request #681 from daleglass-overte/fix-build-win-typo
Fix repository URL in windows build documentation
2023-10-28 15:16:32 +02:00
Dale Glass
3d1b0950d8 Fix repository URL in windows build documentation 2023-10-28 12:14:48 +02:00
79cf24d30f
Merge pull request #645 from keeshii/feature/qml_entities
Added support for QML inside web-entities.
2023-10-19 22:46:07 +02:00
fde4e1f26f
Merge pull request #671 from overte-org/fix/vr_local_entity_grab
Fix local entity grab in VR
2023-10-17 19:34:10 +02:00
77e1e174a6 Prevent the chat bar from popping up when VR headset is on 2023-10-17 18:15:30 +02:00
39a0ee960c Fix local entity grab in VR 2023-10-17 17:30:55 +02:00
b6f148576a
Merge pull request #663 from overte-org/feature/new_LOD
Added distance-based LOD
2023-10-16 22:59:10 +02:00
6ea4cdb434
Update interface/src/LODManager.h 2023-10-16 22:02:10 +02:00
254b55c187
Merge pull request #669 from overte-org/fix/mic_log_spam
Fix MicBar to not spam thousands of TypeError messages on Windows
2023-10-16 21:58:49 +02:00
f04c3b5840
Make comment more coherent 2023-10-16 21:24:26 +02:00
61e9ee6ce0 Fix MicBar to not spam thousands of TypeError messages on Windows 2023-10-16 19:53:51 +02:00
68f6e466bf Default to higher LOD framerate target on High graphics setting 2023-10-15 20:38:17 +02:00
f74725042e Better name for LOD options and clearer documentation 2023-10-15 19:29:14 +02:00
c6e9772def
Update comment in interface/src/LODManager.cpp
Co-authored-by: Julian Groß  <julian.g@posteo.de>
2023-10-13 22:12:06 +02:00
8b648408fd Added distance-based LOD 2023-10-13 19:28:05 +02:00
keeshii
10bb866654 Added support for QML inside web-entities.
- removed file protocol from the default QML whitelist
- adjusted dpi of the wizard to more standard value
2023-10-10 18:48:39 +02:00
keeshii
d3f652686e Added support for QML inside web-entities. 2023-10-10 18:48:39 +02:00
a681a16406
Merge pull request #662 from Armored-Dragon/Mouselook-hotfix
Mouselook hotfix
2023-10-10 14:01:43 +02:00
Armored-Dragon
e38d5e6647 Does not allow mouse capture if disabled. 2023-10-10 06:53:22 -05:00
Dale Glass
4ccefd0471
Merge pull request #659 from overte-org/dependabot/npm_and_yarn/screenshare/got-and-electron-packager-11.8.6
Bump got and electron-packager in /screenshare
2023-10-06 21:34:22 +02:00