rampa3
f8aec05332
Converted indentations from tabs to spaces
2023-09-10 11:43:07 +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
rampa3
8ed70d5d84
Added missing mouse look enabled check
2023-08-29 15:57:47 +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
025f530db6
Added an API function to check if an overlay has keyboard focus
2023-08-27 22:06:03 +02:00
3d4a993476
API changes for detecting active Window
2023-08-25 23:28:15 +02: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
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
Dale Glass
1efd8d27b9
Put require() in the global scope
2023-08-21 01:08:37 +02: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
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
Edgar
8d75d88f94
✨ "Update Existing Avatar" now loads last exported fst file
2023-08-10 10:55:58 +02:00
Edgar
fe4e4b70fd
🐛 Fixed exporter creating a mangled materialMap
2023-08-10 10:55:17 +02:00
Edgar
0e3ef6c7ae
📝 Updated readme
2023-08-10 10:55:13 +02:00
Edgar
c1101e1b8b
🔧 Updated AvatarExporter to work with newer Unity versions
2023-08-10 10:55:06 +02:00
Edgar
c28208dfa3
🎨 Reformatted code
2023-08-10 10:51:15 +02:00
817526188b
Update incorrect statement in README.md
2023-08-07 13:10:11 +02:00
Dale Glass
47ec27ff4d
Merge pull request #535 from overte-org/node_update
...
Build node from source on aarch64
2023-08-05 22:22:02 +02:00
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