HifiExperiments
206d1c0157
shader error fallback
2024-06-29 21:50:33 -07:00
Dale Glass
a91ae5aea4
Merge pull request #1046 from overte-org/fix/offscreen_ui_keyboard
...
Allow events from VR keyboard to overlay UI
2024-06-29 21:16:25 +02:00
HifiExperiments
b5da8e7d5c
wip ambient occlusion
2024-06-28 13:25:12 -07:00
HifiExperiments
4d927b1440
Merge pull request #1014 from HifiExperiments/lasers
...
Wiggly lasers
2024-06-28 01:51:25 -07:00
26de05ad1b
Add QML API function to show VR keyboard
2024-06-25 21:13:49 +02:00
7b625ab83b
Allow events from VR keyboard to overlay UI
2024-06-23 23:18:47 +02:00
HifiExperiments
ee705d285e
Merge branch master into protocol_changes
2024-06-18 21:08:21 -07:00
HifiExperiments
d3111011d8
set default to 0.35, change steps
2024-06-18 17:20:16 -07:00
Kalila L
c2382e2e91
Revert "Add releaseName property to About namespace."
...
This reverts commit 8abfe2ead0
.
2024-06-18 15:09:03 +02:00
2617711cf9
Revert "Add "RELEASE_NAME" env variable."
...
This reverts commit a0747b2912
.
Conflicts:
cmake/templates/BuildInfo.h.in
interface/src/Application.cpp
2024-06-18 15:08:48 +02:00
HifiExperiments
a5b32a6406
allow configurable delay
2024-06-14 20:15:24 -07:00
HifiExperiments
3064647d05
wiggly lasers
2024-06-09 20:00:44 -07:00
HifiExperiments
bc45c17a19
debug warning fix
2024-06-08 14:12:45 -07:00
HifiExperiments
93276a901d
one more warning
2024-06-07 14:22:02 -07:00
HifiExperiments
e6f462e04a
fix some warnings
2024-06-05 13:35:16 -07:00
Armored Dragon
dd01944bbf
Fixed Settings UI in simplifiedUi.
...
Keepmenus by default.
Update HiFi links to Overte.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-05-16 16:31:59 -05:00
Dale Glass
84b16f44aa
Fix ignored return value warning
...
warning: ignoring return value of ‘std::lock_guard<_Mutex>::lock_guard(mutex_type&) [with _Mutex = std::mutex; mutex_type = std::mutex]’, declared with attribute ‘nodiscard’ [-Wunused-result]
This may mean the lock wasn't actually being taken.
2024-05-04 16:15:09 +02:00
HifiExperiments
268de192f7
Merge branch 'master' into fix/script_deadlocks
2024-04-30 13:29:17 -07:00
9f80c9de58
Added HelperScriptEngine class
2024-04-30 00:27:19 +02:00
HifiExperiments
ed88ab5ecb
Merge pull request #936 from HifiExperiments/mtoon2
...
support VRMC_materials_mtoon and KHR_materials_unlit
2024-04-19 23:01:41 -07:00
HifiExperiments
edb8cc55b4
Merge pull request #887 from overte-org/feature/script_security
...
Added simple protection for avatar URL
2024-04-18 15:16:27 -07:00
HifiExperiments
a6491d6225
add default particle props
2024-04-17 15:43:20 -07:00
HifiExperiments
8f27a4bf2b
support VRMC_materials_mtoon and KHR_materials_unlit
2024-04-14 16:23:45 -07:00
95406c44c6
Simplified ScriptSecurity.qml
2024-04-14 21:56:41 +02:00
1887a82b4b
Script security fixes and cleanups
2024-04-14 20:22:22 +02:00
HifiExperiments
750c5f20f6
cleanup, fixes, update QML
2024-03-29 21:37:57 -07:00
latex
a6646d8dff
Custom refresh rate profile WIP
...
This adds a Custom refresh rate profile with configurable refresh rate regimes.
Unfortunately this commit does not work yet. The SpinBoxes inside GraphicsSettings are on top of each other, and changing the values for the Custom profile through e.g. the JS API does not actually affect the refresh rate cap at all for some reason.
2024-03-29 21:37:50 -07:00
5f0f03af0a
Fixed private settings bug
2024-03-26 00:27:58 +01:00
076bd2dbee
Added permissions to avatar bookmarks
2024-03-24 22:36:26 +01:00
16530b2334
Moved avatar URL to fully private settings
2024-03-23 20:41:22 +01:00
225578febe
Added simple protection for avatar URL
2024-03-23 01:19:05 +01:00
9106746bc9
Add Oculus to fullbody-enabled headsets list
2024-03-19 22:13:39 +01:00
93a243d095
Move helper script engines to their own threads
2024-03-04 23:06:26 +01:00
HifiExperiments
214c9c4ef7
fix Developer > UI > Show Overlays + snap UI not hiding
2024-02-28 15:24:18 -08:00
9a00edd371
Fix entity density not setting and not updating for motion states
2024-02-17 20:55:02 +01:00
1fd3f80210
Merge pull request #673 from overte-org/feature/entity_script_logging
...
Entity script logging for script editor
2024-02-17 16:32:05 +01:00
c311d3cbfc
Script API for subscribing to entity server messages
2024-01-29 00:19:14 +01: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
Alezia Kurdis
360e43e006
fix the doppleganger position in the tutorial
...
This try to fix the doppleganger position in the Avatar Viewer in the tutorial.
2023-12-30 21:42:31 -05:00
7010f242b3
Fix a bug in Entities.getEntityProperties
2023-12-10 11:23:06 +01:00
OfficialR3ido101
cb1dccbe50
Fixed a typo
2023-12-08 21:17:46 +00:00
OfficialR3ido101
5a313bac53
Fixed MB issue
2023-12-08 21:04:47 +00:00
OfficialR3ido101
36b8fb7090
Merge remote-tracking branch 'origin/fix/add_more_GPU_mem_options' into fix/add_more_GPU_mem_options
2023-12-08 21:04:07 +00:00
OfficialR3ido101
b53b3d19da
Added following GPU ram options
...
10GB
12GB
16GB
20GB
2023-12-08 21:03:46 +00:00
OfficialR3ido101
be5ec341da
Added following GPU ram options
...
10GB
12GB
16GB
20GB
2023-12-08 20:57:10 +00:00
4c7b6bb609
Merge pull request #744 from overte-org/feature/script_perfomance_improvements
...
Script performance improvements
2023-12-08 11:38:39 +01:00
Dale Glass
36c700d175
Merge pull request #716 from daleglass-overte/reorganize-startup
...
Reorganize startup to allow more control over plugins
2023-12-08 00:26:05 +01:00
d387ea840b
Add a warnning about Controller.Standard property
2023-12-01 23:59:05 +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
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
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
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
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