Commit graph

86285 commits

Author SHA1 Message Date
a6c59ad75d Fix Valve Index Controller trackpad regression 2023-07-09 15:06:31 +02:00
3184e9373a
Merge pull request #510 from AleziaKurdis/fixBubbleScript
Restore the original dimensions of the bubble (for the "Shield" app.)
2023-07-09 09:53:52 +02:00
Alezia Kurdis
bd3e2cd725
Restore the original dimensions of the bubble.
There was a "scale" property on the original 3d overlay that was used in this script or scale the dimensions.
But it seems that the "scale" property was not doing anything. 
When I moved this script to Local Entities, I had to multiply the dimensions with their respective scale and the result was badly streched. (clearly, based on the texture deformation, it was not wished. In addition that Hifi release it as functional ignoring that the scale was doing nothing.)
This fix just remove that scaling added assuming that it was working. 
Now it is it was before V8.
2023-07-07 21:42:45 -04:00
0d383c7855 Update CHANGELOG.md 2023-07-06 22:29:51 +02:00
b931e545fe
Merge pull request #507 from overte-org/fix/create_app_search
Fix Create App search and URLs in entity list
2023-07-03 23:51:39 +02:00
a7245a9dbc Switch APIDocs deployment from Tuxfamily to Hetzner
Also update the workflow for building APIDocs
2023-07-03 23:36:46 +02:00
1917ad030d Enable FTPS for Doxygen uploads 2023-07-03 22:30:45 +02:00
43cb6cad86 Switch GHA FTP-Deploy to new versioning scheme. 2023-07-03 22:27:50 +02:00
2fdb9a14e1 Change Doxygen deployment from Tuxfamily to Hetzner 2023-07-03 22:25:05 +02:00
73d76ca296 Fix Create App search and URLs in entity list 2023-07-03 21:48:51 +02:00
9ded209afe
Merge pull request #495 from overte-org/fix/laser_blinking
Fixed laser pointer blinking issue
2023-06-30 23:24:30 +02:00
6b8f460423
Merge pull request #498 from overte-org/fix/create_app_perf
Fixed Create App performance when moving objects
2023-06-30 23:21:01 +02:00
f2e0552565 Fixed angle being occluded sometimes when rotating objects in Create App 2023-06-30 22:02:24 +02:00
f33c270bab Fixed performance issues in Create App 2023-06-30 21:48:24 +02:00
d1df896d83 Fixed Create App VR grab 2023-06-29 18:35:13 +02:00
4254c19cf6 Fixed laser pointer blinking issue 2023-06-29 17:30:49 +02:00
acdeb549f8
Merge pull request #490 from overte-org/fix/lasers_overlays
Laser pointers on overlays fix
2023-06-27 23:21:29 +02:00
ebedfa5a5a
Merge pull request #481 from overte-org/fix/thumbsticks
Fix thumbstick press issue
2023-06-27 21:16:20 +02:00
027deef9d5
Merge pull request #487 from overte-org/fix/vr_click_on_triggerable
Fix bug with clicking on triggerable objects in VR
2023-06-27 21:10:27 +02:00
0ffe05a7c5 Laser pointers on overlays fix
Laser pointers were being rendered below the overlays. Now the behavior is correct.
2023-06-27 20:38:49 +02:00
092cb8a572
Merge pull request #478 from overte-org/fix/ui_jumping
VR overlay recenter now triggers on hasDriveInput rising edge
2023-06-27 19:52:13 +02:00
dfef9680f9 Fixed a typo that could have caused a bug 2023-06-27 19:14:30 +02:00
8f000a9df2 Fix bug with clicking on triggerable objects 2023-06-27 17:47:36 +02:00
4e3bba047e
Merge pull request #463 from JulianGro/fbx_279
FBX: Fall back to old Metallic behaviour on files created with Blender 2.79 or older
2023-06-26 20:14:23 +02:00
d60cce0f2e
Merge pull request #484 from daleglass-overte/fix-backtrace-url-in-recovery-handler
Remove unused variable, causes problems if crash reporting is not used.
2023-06-26 19:44:24 +02:00
Dale Glass
b3fba4d0ab Remove unused variable, causes problems if crash reporting is not used. 2023-06-26 19:41:21 +02:00
7cf9fd83a6 Fix rotation thumbstick press issue 2023-06-26 17:09:23 +02:00
284587913a FBX: Fallback to old behaviour on files created with Blender 2.79 or older 2023-06-25 23:35:08 +02:00
387778aeca
Merge pull request #480 from daleglass-overte/improve-crash-handler
Improve crash handler
2023-06-25 22:42:07 +02:00
474f52a4f3 Fix thumbstick press issue for translation (not rotation yet) 2023-06-25 22:23:49 +02:00
Dale Glass
b2960d5a19 Review fixes 2023-06-25 21:46:57 +02:00
Dale Glass
de706ab458 Rework crash reporting UI
* Encourage users running dev code to submit reports
* Change from "Disable" to "Enable"
* Always initialize Crashpad and just prevent uploads if disabled
* Fix menu not being in sync
* Add documentation
* Keep track of whether Crashpad initialized successfully
2023-06-25 20:14:13 +02:00
4d02e2010f VR overlay recenter now triggers on hasDriveInput rising edge 2023-06-25 16:10:02 +02:00
e5ce854d2a Update CHANGELOG.md 2023-06-25 12:45:32 +02:00
Dale Glass
1e4485e6cf
Merge pull request #477 from overte-org/fix/entity_list
Fix not working entity list in Create App
2023-06-25 03:18:57 -07:00
Dale Glass
179fe79168 Better crash handler 2023-06-25 12:12:28 +02:00
8e83436dfb Fix not working entity list in Create App 2023-06-25 11:52:30 +02:00
da03262084
Merge pull request #465 from overte-org/feature/fov_setting
Added FOV setting to graphics menu
2023-06-25 10:12:54 +02:00
Dale Glass
ba5c9a2911
Merge pull request #473 from Armored-Dragon/ForceHtmlAudioOutputDeviceUpdate-fix
ForceHtmlAudioOutputDeviceUpdate fix
2023-06-24 12:37:38 -07:00
Armored-Dragon
de15b30e2d
Update createGlobalEventBridge.js
Other users seem to be experiencing issues with Audio. Removing it may  not be the correct action, instead exposing the API may be the correct action.
2023-06-24 13:27:21 -05:00
ArmoredDragon
57ab4366d4
Fixed copyright formatting issues. 2023-06-24 12:09:44 -05:00
ArmoredDragon
a986871dec
Remove document event listeners:
No longer needed.
2023-06-24 11:30:19 -05:00
ArmoredDragon
4e7335f149
Attempt 1: Do we need it? 2023-06-24 10:52:41 -05:00
d0fe5b7994 Added FOV setting to graphics menu 2023-06-19 19:10:16 +02:00
3433596330
Merge pull request #448 from overte-org/upgrade/openssl
OpenSSL update
2023-06-19 18:04:18 +02:00
0b53dcc673
Merge pull request #452 from overte-org/fix/node_build
Build libnode from source
2023-06-19 16:55:33 +02:00
df4621b162 Get rid of need for NODE_SOURCE_DIRECTORY_NAME 2023-06-19 12:49:14 +02:00
69ab504349 Libnode portfile cleanup 2023-06-18 23:51:18 +02:00
d6e5b5faf7 Fixed formatting and added a comment 2023-06-18 23:47:59 +02:00
141bd20850 Windows installer fix after OpenSSL upgrade 2023-06-17 21:26:22 +02:00