ae36233ff9
Fix QQuickItem pointers
2023-08-18 16:49:14 +02:00
1e8d032ea3
Added null pointer check for asQuickItem()
2023-07-17 20:23:06 +02:00
Dale Glass
72137f52f7
Merge pull request #519 from overte-org/fix/script_debug
...
Fix script error logging
2023-07-16 23:21:26 +02:00
7b39475ce9
Merge pull request #518 from daleglass-overte/store-annotations-before-crash-init
...
Store annotations before the crash handler initializes
2023-07-16 23:20:52 +02:00
8dc776a73c
Fix script error logging
2023-07-16 23:09:45 +02:00
Dale Glass
273d4a35a9
Store annotations before the crash handler initializes
...
The crash handler only accepts annotations after it's initializes, but
we may do that late and lose some possibly valuable information, or need
to structure things in an awkward manner.
Add a simple system to store annotations in memory until the crash handler
is running.
2023-07-16 21:51:36 +02:00
Dale Glass
3164e71736
Merge pull request #515 from AleziaKurdis/exploreAppRefReplacement
...
Replace reference to "Explore" app in connection error messages
2023-07-15 21:55:57 +02:00
Alezia Kurdis
8fd000e705
Replace reference to EXPLORE app
...
Replace reference to EXPLORE app to PLACES app in Connection error message.
2023-07-10 21:50:03 -04:00
Alezia Kurdis
9aaa05da79
Replace reference to EXPLORE app
...
Replace reference to EXPLORE app for "PLACES" app in Connection error message.
2023-07-10 21:46:47 -04:00
9d999c56ff
Update CHANGELOG.md
2023-07-10 22:41:29 +02:00
Dale Glass
c05fde3db4
Merge pull request #482 from daleglass-overte/crash-handler-on-server
...
Crash handler on server
2023-07-09 21:50:43 +02:00
2972c8919f
Merge pull request #513 from overte-org/log_trunc
...
Truncate logs read by FileLogger
2023-07-09 21:14:56 +02:00
2860650859
Truncate logs read by FileLogger
2023-07-09 21:01:23 +02:00
Dale Glass
0de10029f3
Review fix, change pointer to reference
2023-07-09 20:19:36 +02:00
010e14dfc9
Merge pull request #512 from overte-org/thumbsticks
...
Fix Valve Index Controller trackpad regression
2023-07-09 18:37:24 +02:00
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
Dale Glass
69f1ddcec0
Add crash reporting to Oven
2023-07-04 01:20:30 +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
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