Commit graph

86330 commits

Author SHA1 Message Date
Dale Glass
7a91b74c94
Merge pull request #540 from overte-org/fix/entity_script_deadlock
Fixed deadlock when entity script engines are being reset.
2023-08-05 22:19:24 +02:00
77ec716363
Merge pull request #542 from overte-org/fix/contols_inertia
Lower inertia for more precise controls
2023-08-03 11:47:34 +02:00
53843e8d2b Fixed control delays that were caused by a filter 2023-08-03 09:42:54 +02:00
74c5b6038f Lower inertia for more precise controls 2023-08-02 22:00:12 +02:00
4091557388 Fixed deadlock when entity script engines are being reset.
Co-authored-by: Julian Groß julian.g@posteo.de
2023-08-01 16:33:41 +02:00
Dale Glass
55c070d731
Merge pull request #526 from overte-org/linux-server-packaging
Update Linux server packaging
2023-07-30 14:12:58 +02:00
e6e214d1e6 Add comment to VCPKG_INSTALL_ROOT path extraction. 2023-07-29 20:21:52 +02:00
246a2a9a54
Merge pull request #525 from overte-org/JulianGro-patch-1
Remove redundant policy from CMakeLists.txt
2023-07-29 20:17:20 +02:00
27e60ca27d Remove EOL Fedora 36 packaging and add Fedora 38 packaging. 2023-07-25 10:06:12 +02:00
c6ba2b0ef2 Update RPM server packaging to include libnode. 2023-07-25 10:04:21 +02:00
1304129fa2 Don't try to build with crashpad on aarch64 Linux.
Google currently doesn't support building crashpad on or for aarch64 Linux.
2023-07-23 19:12:25 +02:00
89f94e567c Remove Qt Script dependency from Docker build environments 2023-07-23 18:03:23 +02:00
185efd9177 Package libnode with Debian server 2023-07-23 18:01:59 +02:00
533d6c1a37 Add Debian 12 server package building 2023-07-23 18:01:25 +02:00
15ef70dc8c
Remove redundant policy from CMakeLists.txt
It is already defined through cmake/init.cmake
2023-07-23 14:56:06 +02:00
012098b7d6
Merge pull request #521 from overte-org/fix/script_shutdown
Fixed interface scripts failing to shutdown
2023-07-22 14:01:08 +02:00
f3732aaa62
Clarified comment on controller endpoint cleanup 2023-07-22 12:47:15 +02:00
17ceda8843
Merge pull request #522 from AleziaKurdis/PlacesApp-fixFor514
Fix the link on the place name to use the right hifiurl
2023-07-22 12:43:33 +02:00
6c1dfc8c15 Update CHANGELOG.md 2023-07-22 11:57:34 +02:00
Alezia Kurdis
6669dc9d86
Fix the link on the place name to use the right hifiurl
On the place list, the link to a place uses the placename for a local place or the address for a federated or external place
the link on the name was still using directly the address while the other parts (cell background and description) were using the variable.
2023-07-19 21:54:10 -04:00
790a55d093 Fixed interface scripts failing to shutdown and removed deprecated API signal 2023-07-20 00:15:00 +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