HifiExperiments
24ed76a5db
alezia's fixes
2024-08-14 15:42:01 -07:00
HifiExperiments
3e617d003a
fix AA in mirrors
2024-07-30 16:02:24 -07:00
HifiExperiments
259458394e
fix AO setting + effects in mirrors
2024-07-28 23:32:19 -07:00
HifiExperiments
d4ca3d5dc1
more graphics options
2024-07-28 23:32:19 -07:00
HifiExperiments
c72f22e4ee
Merge branch 'protocol_changes' into zoneProps
2024-07-22 17:33:30 -07:00
HifiExperiments
55907acd70
remove attachments
2024-07-06 16:39:46 -07:00
HifiExperiments
b5da8e7d5c
wip ambient occlusion
2024-06-28 13:25:12 -07:00
HifiExperiments
ee705d285e
Merge branch master into protocol_changes
2024-06-18 21:08:21 -07:00
HifiExperiments
a6491d6225
add default particle props
2024-04-17 15:43:20 -07:00
Dale Glass
e7591d6794
Revert "Revert "Mirrors + Portals""
2024-01-13 11:23:36 +01:00
c6e4e5de37
Revert "Mirrors + Portals"
2024-01-13 11:18:08 +01:00
c73566d7f2
Merge pull request #721 from HifiExperiments/mirror
...
Mirrors + Portals
2024-01-13 11:18:00 +01:00
39df2c975d
Merge pull request #711 from HifiExperiments/deprecatedRedirect
...
Fix QNetworkRequest::FollowRedirectsAttribute deprecated warning
2023-11-24 07:40:13 +01:00
keeshii
eba935a55f
Corrected refresh rate values in wizard.
2023-11-23 15:48:12 +01:00
HifiExperiments
a630a6f9c9
mirrors on models + text
2023-11-19 14:57:02 -08: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
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
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
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
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
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
ed58d6f34e
Disable Oculus plugin by default and add a setting to enable it
2023-11-05 10:49:49 +01:00
8b1b40273b
Merge pull request #686 from JulianGro/discord-rpc
...
Discord rich presence support
2023-11-02 08:54:12 +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
5ba3b2b4ba
Update copyright year in TabletAboutDialog.qml
2023-10-30 21:43:41 +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
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
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
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
99e91be35c
Fix invisible cursor when no config is present
2023-09-16 12:21:53 +02:00
9d6f08b908
Merge pull request #607 from rampa3/feature/mouse_look
...
Add mouse look script - continuation
2023-09-10 15:15:13 +02:00
c49c947984
Fixed llack of precision in mouse look mode
2023-09-01 23:43:22 +02:00
51a26522b9
Fixed reticle setting
2023-09-01 20:52:07 +02:00
6dc9c1a3f2
Merge pull request #574 from overte-org/fix/script_reload2
...
Fix most of the crash causes on script engine reload/shutdown
2023-08-29 23:48:32 +02:00
025f530db6
Added an API function to check if an overlay has keyboard focus
2023-08-27 22:06:03 +02:00
3d4a993476
API changes for detecting active Window
2023-08-25 23:28:15 +02:00