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
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
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
dependabot[bot]
8e844218a9
Bump got and electron-packager in /screenshare
...
Bumps [got](https://github.com/sindresorhus/got ) to 11.8.6 and updates ancestor dependency [electron-packager](https://github.com/electron/electron-packager ). These dependencies need to be updated together.
Updates `got` from 9.6.0 to 11.8.6
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.6 )
Updates `electron-packager` from 14.0.6 to 17.1.2
- [Release notes](https://github.com/electron/electron-packager/releases )
- [Changelog](https://github.com/electron/electron-packager/blob/main/NEWS.md )
- [Commits](https://github.com/electron/electron-packager/compare/v14.0.6...v17.1.2 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
- dependency-name: electron-packager
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 19:33:55 +00:00
Dale Glass
5429f536db
Merge pull request #658 from overte-org/dependabot/npm_and_yarn/screenshare/plist-3.1.0
...
Bump plist from 3.0.1 to 3.1.0 in /screenshare
2023-10-06 21:32:49 +02:00
dependabot[bot]
8092cf70f3
Bump plist from 3.0.1 to 3.1.0 in /screenshare
...
Bumps [plist](https://github.com/TooTallNate/node-plist ) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/TooTallNate/node-plist/releases )
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md )
- [Commits](https://github.com/TooTallNate/node-plist/commits )
---
updated-dependencies:
- dependency-name: plist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 19:32:22 +00:00
Dale Glass
9df3de1a7c
Merge pull request #657 from overte-org/dependabot/npm_and_yarn/screenshare/minimist-and-mkdirp-1.2.8
...
Bump minimist and mkdirp in /screenshare
2023-10-06 21:31:14 +02:00
dependabot[bot]
bb862c0f90
Bump minimist and mkdirp in /screenshare
...
Bumps [minimist](https://github.com/minimistjs/minimist ) and [mkdirp](https://github.com/isaacs/node-mkdirp ). These dependencies needed to be updated together.
Updates `minimist` from 1.2.0 to 1.2.8
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8 )
Updates `mkdirp` from 0.5.1 to 0.5.6
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
- dependency-name: mkdirp
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 19:30:45 +00:00
Dale Glass
d81f340212
Merge pull request #656 from overte-org/dependabot/npm_and_yarn/screenshare/ansi-regex-4.1.1
...
Bump ansi-regex from 4.1.0 to 4.1.1 in /screenshare
2023-10-06 21:28:37 +02:00
dependabot[bot]
757add1aa7
Bump ansi-regex from 4.1.0 to 4.1.1 in /screenshare
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-06 19:27:59 +00:00