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
Dale Glass
2babda5263
Review fix
2023-07-03 01:14:56 +02:00
Dale Glass
14e0a8220b
Load settings on start, missed during refactoring
2023-07-03 00:27:36 +02:00
Dale Glass
37d5734f28
Undo some weird formatting
...
It seems I accidentally ran some sort of auto-format, undoing.
2023-07-03 00:23:40 +02:00
Dale Glass
441413020e
Move crash handler to networking library.
...
Turns out dependencies just don't work out well otherwise.
2023-07-02 22:10:27 +02:00
Dale Glass
25755f9c88
Many improvements:
...
* Get crash settings in assignment clients
* Allow custom crash reporting URL and token
* Fix setting system -- the client's one doesn't belong in the server
* Lots more documentation
Commit just before moving things around.
2023-07-02 21:18:09 +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
Dale Glass
f218e54eac
Add crash settings to web UI
2023-06-27 00:33:18 +02:00
Dale Glass
e7fb5049ec
Add crash reporting to assignment client
2023-06-27 00:08:04 +02:00
Dale Glass
2cfac3a896
Make crash reporting work on domain-server
2023-06-26 23:12:32 +02:00
Dale Glass
4dcc2882fd
Crash reporter moved to separate library
...
UAL moved back to networking
2023-06-26 23:12:32 +02:00
Dale Glass
6ec276c818
Initial reorganization
2023-06-26 23:12:32 +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