Commit graph

86452 commits

Author SHA1 Message Date
9d6f08b908
Merge pull request #607 from rampa3/feature/mouse_look
Add mouse look script - continuation
2023-09-10 15:15:13 +02:00
rampa3
f8aec05332 Converted indentations from tabs to spaces 2023-09-10 11:43:07 +02:00
79a58da068
Merge pull request #611 from overte-org/feature/hdr_lightmaps
Initial support for HDR lightmaps
2023-09-04 23:19:08 +02:00
87cb04d79e Added debug message for uncomressed texture on GLES 2023-09-04 23:16:11 +02:00
0f59059490 Initial support for HDR lightmaps 2023-09-03 17:03:20 +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
1c71825953
Merge pull request #604 from overte-org/fix/flow
Fix issues with flow bones
2023-08-30 22:21:23 +02:00
6dc9c1a3f2
Merge pull request #574 from overte-org/fix/script_reload2
Fix most of the crash causes on script engine reload/shutdown
2023-08-29 23:48:32 +02:00
rampa3
8ed70d5d84 Added missing mouse look enabled check 2023-08-29 15:57:47 +02:00
1ab46f68e3 Fixed entity script reloads 2023-08-28 23:34:19 +02:00
rampa3
831ef9a3bb Updated mouse look script to use added API endpoints for preventing softlocks with overlays. (Needs testing.) 2023-08-28 22:19:54 +02:00
38d44d079c Fixed flow assignment operators 2023-08-27 23:06:53 +02:00
0c2fe4c81f Fixed flow on curved bones 2023-08-27 22:48:39 +02:00
025f530db6 Added an API function to check if an overlay has keyboard focus 2023-08-27 22:06:03 +02:00
19710d283a
Merge pull request #590 from vegaslon/AddAssets
Add Assets and update path to them
2023-08-27 22:02:37 +02:00
8c87d6f835 Fixed flow bone scaling issue 2023-08-27 20:41:48 +02:00
3d4a993476 API changes for detecting active Window 2023-08-25 23:28:15 +02:00
0590c37375
Merge pull request #598 from Zetaphor/master
jsDoc updates/fixes
2023-08-25 21:02:13 +02:00
e88ddc31aa Fix typos in MyAvatar set and get skeleton offset 2023-08-25 14:06:12 -03:00
13242611ea Fix jsDoc references to Vircadia platform/CDN 2023-08-25 13:58:45 -03:00
ef0fb6ce94 Add example animation and sound for API docs 2023-08-25 13:57:39 -03:00
ArmoredDragon
e4c453eba2
Recreated exponentialFilter and accelerationFilter.
Moved them to script-archive
2023-08-22 16:03:59 -05:00
89f826fa5c Fix disabling mouse look when switching to VR mode 2023-08-22 20:31:45 +02:00
rampa3
3fe3284258 Fixed missing brackets on setting getter. 2023-08-22 20:31:26 +02:00
rampa3
042e7293b9 Updated mouse look script to get setting value for enable/disable and tydied up some text formatting in the status notifications. 2023-08-22 20:31:06 +02:00
Vegaslon
3f73c7ba6d Add Assets and update path to them 2023-08-22 14:01:52 -04:00
98282d1255 Add mouse look preference setting 2023-08-22 19:05:09 +02:00
rampa3
e6f2ba65fd Updated the script to enable usage of mouselook with other camera modes. 2023-08-22 19:05:09 +02:00
rampa3
5d7c9c1cbb Added check for if user is in VR and made temporary mouse look disable persist over opening tablet. It will stay disabled until re-enabled manually, or will self reset after cycling away state or taking off VR headset. 2023-08-22 19:05:09 +02:00
rampa3
a824fe01e0 Minor rewrite to make script clean up properly on exit, and added conditions to fix misbehavior in situation of going away with open tablet. 2023-08-22 19:05:09 +02:00
rampa3
3daab28245 Added before forgotten condition to check if mouse look is enabled by default before auto-starting it. 2023-08-22 19:05:09 +02:00
rampa3
5f34d04596 Added initial mouse look script
Added initial WIP implementation of mouse look script.
2023-08-22 19:05:05 +02:00
c0dfbc8e4d
Merge pull request #585 from daleglass-overte/global-require
Put require() in the global scope
2023-08-22 18:03:12 +02:00
ArmoredDragon
2572ce5f01
Finalization
Refactored everything
New UI
2023-08-22 04:42:22 -05:00
Dale Glass
1efd8d27b9 Put require() in the global scope 2023-08-21 01:08:37 +02:00
ArmoredDragon
d0226a3b05
beta
Uses valid track points
Relocated to /developer
Better UI
Settings persistance
2023-08-19 13:54:25 -05:00
ArmoredDragon
6ba8d1ef72
Init POC 2023-08-19 00:22:45 -05:00
9c78c8fb3a
Merge pull request #520 from overte-org/fix/script_crash
Added null pointer check for asQuickItem()
2023-08-18 20:50:47 +02:00
c6f9f16ca5
Merge pull request #566 from overte-org/fix/align_functions
Align functions to avoid V8 asserts in debug builds
2023-08-18 20:42:23 +02:00
0cecaa3e54
Merge pull request #577 from AleziaKurdis/PlacesAppHomeFallback
Home button fallbacking to Tutorial
2023-08-18 20:41:19 +02:00
Alezia Kurdis
158de9125a
Home button fallback to Tutorial
Previously, the Home button, in the case where there is no home bookmark defined, was redirecting to localhost. But some peopl emight not have a localhost domain server running. This PR change the fallback to the Tutorial instead of localhost,

In addition, the tutorial place card wasn't work correctly. (it was trying to use the name instead of the address. I added an exception case for this.
2023-08-18 14:30:48 -04:00
ae36233ff9 Fix QQuickItem pointers 2023-08-18 16:49:14 +02:00
70833f6591 Chenged -falign-functions to use architecture-specific value 2023-08-18 13:17:45 +02:00
d42b7fdbf4
Merge pull request #569 from HeadClot/master-1
Update AvatarExporter.cs with updated year with Copyright info for 2023.
2023-08-18 12:58:41 +02:00
fc7d12a61e
Merge pull request #560 from art0007i/master
remove jquery from EmoteApp.html
2023-08-18 12:57:34 +02:00
166f7223d1 Fix most of the crash causes on script engine reload/shutdown 2023-08-18 12:12:17 +02:00
d62a40de63
Merge pull request #573 from darbdarb/fix/leavefloofchat
Fixed leave messages in floofchat
2023-08-17 13:18:05 +02:00
darbdarb
dc23b482f6 Fixed leave messages in floofchat 2023-08-17 21:14:13 +10:00
Benjamin Stanley
67517e67d8
Update AvatarExporter.cs with updated years for Copyright info.
Updated lines 5 and 381 with updated years for copyright.
2023-08-14 15:32:29 -06:00