Commit graph

86640 commits

Author SHA1 Message Date
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
Edgar
1082e05d89
📄 Added license to FST.cs 2023-08-24 13:50:53 +02:00
Edgar
f747c3bdd8
🐛 Fixed shader warnings 2023-08-24 13:43:18 +02:00
Edgar
d7fdc00bfe
🐛 Some small bug fixes 2023-08-24 12:59:41 +02:00
Edgar
13f1cfb4e2
🔧 Skip joints with the same name 2023-08-24 12:58:16 +02:00
Edgar
b537ae779d
🔧 Parse joints and freeJoints 2023-08-24 12:57:07 +02:00
Edgar
9fe14a4396
🐛 Fixed exporter not bailing out when failing to parse fst 2023-08-24 12:54:29 +02:00
Edgar
1e3457cfd4
"Update Existing Avatar" now properly updates the fst file
It will now keep any previous edits instead of creating a brand-new file
2023-08-24 12:42:40 +02: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
e8c1e691ad Align functions to avoid V8 asserts in debug builds 2023-08-14 11:08:20 +02:00
484c65f899
Merge pull request #552 from AnotherFoxGuy/unity-avatar-exporter-update
🔧 Updated AvatarExporter to work with newer Unity versions
2023-08-13 18:33:19 +02:00
Dale Glass
e20434aec9
Merge pull request #564 from overte-org/feature/js_profiling
Add JS profiling API
2023-08-12 21:41:29 +02:00
Dale Glass
f5b6b2c874
Merge pull request #561 from AleziaKurdis/PlaceApp-CommentPrint
Places App: Remove noisy print.
2023-08-12 21:41:08 +02:00
Dale Glass
31cf77dc5e
Merge pull request #553 from overte-org/fix/README_world_volume
Update incorrect statement in README.md
2023-08-12 21:37:39 +02:00
db1680c1ca Change profiling output file extension to CSV 2023-08-12 16:48:05 +02:00
a84c68f4ff Add JS profiling API 2023-08-12 16:18:40 +02:00
71bb32032c
Merge pull request #563 from AleziaKurdis/AppreciateAppRemoval
Appreciate app removal
2023-08-12 10:11:14 +02:00
Alezia Kurdis
ae1e2bd643
Delete scripts/system/appreciate directory 2023-08-11 22:43:50 -04:00
Alezia Kurdis
85030cd0f6
Removal of Appreciate from Interface scripts
Removal of Appreciate from Interface scripts
It will be in More App where it should have been.
2023-08-11 22:40:33 -04:00
Alezia Kurdis
e2b6b3fe8c
Remove debugging prints
This removes the 2 noisy print left behind in the code that were logging all the json of the transaction fetched on the directory server.
2023-08-10 21:53:02 -04:00
art0007i
dc3f1fbd48
remove jquery from EmoteApp.html
this script is too trivial to use jquery
2023-08-10 21:14:11 +02:00