Commit graph

290 commits

Author SHA1 Message Date
Alezia Kurdis
e342fecd45
'Domain Mapper' Application
This adds the "Domain Mapper" application.

Generate a 3D miniature representation of your domain's zones. Useful if you have many 'Places' in your domain and are trying to visualize where you can add new ones. The domain overview  can also be used in parallel with the 'Create' application to help you adjust kilometers wide zones. (It refreshes every 5 seconds.)

I finally decided to add it since it happened to be useful to adjust huge zones entities (too big to efficiently view in edition directly.)
2024-03-06 21:29:15 -05:00
Armored Dragon
e11a30274e
Minor fixes.
Clean up unused code

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-03-04 15:18:09 -06:00
Armored Dragon
9ac9d432bc
Entities no longer cast shadows.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-25 18:47:09 -06:00
Armored Dragon
6bc445d12d
Embed adjustments.
Changed how embeds work to further prevent XSS possibilities.
Window rename to simply "Chat".
Small adjustments.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-25 16:50:43 -06:00
Armored Dragon
4394044646
Fix Logspam.
Channel check moved to first check to prevent parsing messages not for us.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-25 14:23:08 -06:00
Armored Dragon
21180144a6
Message saving
Now saves messages and reloads existing messages even when the window is not open.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-25 14:14:08 -06:00
Alezia Kurdis
98248d9876
Fix when the Fly Avatar is present at closure
If we quit or crash or reload, if the fly avatar was used, the system keep it in its setting.
So when we start, it bring the fly avatar when it was supposed to be the original.
This fix addresses that.
2024-02-24 22:22:41 -05:00
63a894f996
Merge pull request #68 from Armored-Dragon/armored-chat
Chat-ng
2024-02-24 21:29:18 +01:00
Armored Dragon
14766a792b
Rewrite
Fixes rotation glitch (hopefully).
Fixes nametag flashing on update.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-23 10:49:40 -06:00
Alezia Kurdis
9b8b0aa5c7
Change the vircadia's url and references
Change the vircadia's hardcoded URL and replace it runtime generated one. (No more url to change ever)
Remove the references to Vircadia in the UI, 
replace the "Sandbox" designation by "Domain" / "Domain server"
2024-02-22 22:15:12 -05:00
Alezia Kurdis
27d256b85d
Removal of 3d Overlays
Removal of 3d Overlays
2024-02-22 22:10:33 -05:00
Alezia Kurdis
e5b6352c0c
Delete applications/record/README.md
Content was Vircadia based and no more relevant.
2024-02-22 22:09:04 -05:00
Armored Dragon
c4a05f976f
Cleanup
Changed branding from Armored Dragon to Overte.
Added to metadata.js.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-22 16:56:14 -06:00
Armored Dragon
d99ce00b5b
External Window Setting + Settings persistance
Adds the ability to have the chat window open in a different window. Also allows settings to be saved and loaded.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-21 14:00:51 -06:00
Armored Dragon
551117950e
Sync
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-02-21 08:54:13 -06:00
Armored Dragon
721075b34b
Reset script on user disconnect.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
2024-01-28 10:11:49 -06:00
Alezia Kurdis
287b8d1481
Add files via upload 2024-01-03 15:22:18 -05:00
64f71cab65
Merge pull request #63 from AleziaKurdis/replica-app
"Replica" application.
2023-12-30 10:45:02 +01:00
Alezia Kurdis
37fc8a4693
Fix possible UI Issues
Fix possible UI Issues
2023-12-27 13:20:25 -05:00
657c4faa2b
Merge branch 'master' into Calibrate-app 2023-12-23 20:06:45 +01:00
Alezia Kurdis
dbaca8686d
Add "Replica" application.
Specifically for users who do 'Full Body Tracking', this application generates a double of your avatar that only you can see. This is useful to master your avatar moves. Good to have for dancing.

Basically, it is a modified Dopple-ganger app, but able to do the room scale translations inst5ead to be stationary. This is really for 'Full Body Tracking'.
2023-12-22 22:53:36 -05:00
Alezia Kurdis
546f9296c3
fix typo
fix typo
2023-12-22 19:06:32 -05:00
f8fa26fae9
Merge branch 'master' into RoomScaleMarkerApp 2023-12-23 00:30:17 +01:00
206d62b26b
Merge branch 'master' into FlyAvatar-app 2023-12-23 00:24:53 +01:00
Alezia Kurdis
eef774d71c
Add "Room Scale Marker" app
Room Scale Marker

Designed for enthusiasts of 'Full Body Tracking,' this application prioritizes safety and performance precision by generating a central marker (local entity). Unlike the standard chaperone system in VR, which tends to signal boundaries reactively, this central marker enhances real-world reference awareness, enabling users to plan their moves more effectively to never reach those boundaries. Perfect for dancing. This marker self-delete as soon it stop matching the reality.
2023-12-21 23:00:53 -05:00
Alezia Kurdis
b5067e4296
Add "Calibration - Full Body Tracking" app
This application adds a shortcut button in your tablet to open directly the Full Body Tracking 'Calibration' settings. This is mainly for people doing Full Body Tracking for whom it is a frequent use to do the calibration.
2023-12-17 22:48:14 -05:00
Alezia Kurdis
e5f91da546
Add the "Fly Avatar" app
Fly Avatar
This application replaces your avatar for a specific one when you are flying. It reverts automatically the original avatar as soon as you land.
2023-12-17 22:29:13 -05:00
Alezia Kurdis
ea8c546b99
Add "Action Camera" app
This adds a new applications  "Action Camera",
(Yes another camera)
This one is linked to the avatar to capture the avatar in action as it move or fly.
2023-12-14 21:24:48 -05:00
d24d5db3c4
Merge pull request #56 from Colorfingers/facelift
Added video select
2023-12-04 21:52:32 +01:00
colorfingers
625be7dcf7 Remove erroneous MyAvatar calls and fix indents 2023-12-03 20:52:21 +00:00
colorfingers
8b248c186b Added video select, changed video button text 2023-11-25 13:28:51 +00:00
Armored-Dragon
350103e5ac Fixed nametags appearing when disabled.
Removed unreferenced function.
2023-11-24 02:50:36 -06:00
488a1dec42 Restore previous state for procedural eye blinking 2023-11-19 17:21:37 +01:00
49fadc5634 Disable procedural eye blinking when face tracking is running 2023-11-19 14:50:20 +01:00
fab88f5524 External window for emocam 2023-11-17 00:46:21 +01:00
72b22a8063 Disabled debug draw in emocam 2023-10-29 01:28:27 +02:00
c5e69f4cdc Added camera rotation to head orientation in emocam 2023-10-29 00:06:41 +02:00
d35459dd5a Reformatted tabulation in emocam index.html 2023-10-27 19:30:08 +02:00
4019835df9 IK based head movement for emocam app 2023-10-26 00:04:09 +02:00
97b0d33a08 Disable emocam logging 2023-10-21 21:04:59 +02:00
Alezia Kurdis
53a20eef83
Cleanup of emocam & metadata entry
Cleanup of emocam & metadata entry
2023-10-21 14:04:10 -04:00
e013150075 Face tracking app 2023-10-21 17:21:17 +02:00
Alezia Kurdis
565eb71887
Fix the height positioning issue.
Fix the height positioning issue.
2023-09-23 22:27:51 -04:00
520440e8ca Add zDebugger and scriptManager to metadata 2023-09-22 17:29:22 -03:00
9b18c3f542 Update filename in license headers 2023-09-22 17:28:57 -03:00
aa1baa37e6
Merge pull request #37 from Armored-Dragon/Nametags.js-Overhaul
New nametag.js
2023-09-22 21:53:33 +02:00
Armored-Dragon
a6ca392d1b Fix panel size on name change 2023-09-22 13:37:09 -05:00
Armored-Dragon
7a4ef33127 Cleaned interval use.
Checks first person mode when adjusting Nametag height
2023-09-21 15:12:49 -05:00
Armored-Dragon
7bf79ce08c Nametag height adjustment.
Automatic height adjustment.
2023-09-21 15:05:19 -05:00
Armored-Dragon
083aa311f6 Added Apache License header 2023-09-21 14:39:24 -05:00
c751b4331c Update license headers 2023-09-21 16:31:47 -03:00
ce45f48bcf Remove debug 2023-09-21 16:22:08 -03:00
f22f925573 Add license to zDebugger and scriptManager 2023-09-21 16:22:00 -03:00
Armored-Dragon
4e6da69354 VR fix.
No longer creates own name tag in First person or in VR.
2023-09-19 17:04:58 -05:00
Armored-Dragon
39e6dcb07b Anonymous user fix 2023-09-19 15:09:54 -05:00
6e5b0ca8f8 Add missing colors to css 2023-09-19 09:54:13 -03:00
Armored-Dragon
0ad32d83c1 New nametag.js 2023-09-18 14:12:55 -05:00
39d76788d5 Add scriptManager and zDebugger 2023-09-18 15:12:15 -03:00
190cd0ec17
Merge branch 'master' into master 2023-08-22 19:29:01 +02:00
alizardguy
1e077fd86a Added copyright 2023-08-22 10:26:16 -07:00
alizardguy
95d0900e24 Removed unused variable and added "use strict" 2023-08-22 10:22:08 -07:00
be540fb43a
Merge pull request #32 from AleziaKurdis/HomeAppFallbacktoTutorial
Home App: Change the fallback to tutorial rather than localhost
2023-08-22 18:32:24 +02:00
alizardguy
32439432d5 removed unneeded vars 2023-08-21 18:22:06 -07:00
alizardguy
bce4ea24d2 Added ScaleMe applet
Added the app "SCALEME"
2023-08-21 17:59:57 -07:00
Alezia Kurdis
f0823de933
Change the fallback to tutorial
When there is no home bookmark already set, the Home app was redirecting to localhost. But since there is a possibility that no localhost could be up and running, we will instead redirect to tutorial rather than to localhost. (tutorial being always present.)
2023-08-18 14:41:17 -04:00
Alezia Kurdis
4c8dd0dc34
Text fix
Text fix
2023-08-12 23:14:02 -04:00
Alezia Kurdis
4bb43d3443
Several reworks
v1.6 (By Alezia Kurdis for Overte, August 12th, 2023)

    Replace the Color Picker Component (sadly GPLv3) by a simple hue selector.
    Add an "uninstall" button
    Keep the icon active if the switch is on.
    The appreciation dodecahedron is now emissive, and glows as the intensity grows.
2023-08-12 23:12:25 -04:00
Alezia Kurdis
fbfda48090
Delete jscolor.js
Getting rid of the GPLv3 color picker component (it will be replaced by a simple hue selector)
2023-08-12 23:08:54 -04:00
Alezia Kurdis
dde537c99e
Adds APPRECIATE Application
Adds APPRECIATE Application
2023-08-11 22:25:28 -04:00
8bd82fc431
Merge pull request #28 from overte-org/fix/spectator_qml
Fix for the Spectator Camera app
2023-07-30 14:09:55 +02:00
76f00dff9d Fix for the Spectator Camera app 2023-07-30 13:24:19 +02:00
Alezia Kurdis
8b5b343602
Add the "Expozer" app
This add the "expozer" app to the community -apps repository.
2023-07-09 22:27:03 -04:00
Alezia Kurdis
adb6d20b19
Fix undeclared variable 2023-05-30 21:52:10 -04:00
Alezia Kurdis
f00043613d
Add files via upload 2023-05-30 21:51:32 -04:00
Alezia Kurdis
d0dfa7306f
Fix undeclared variable 2023-05-30 21:50:52 -04:00
Alezia Kurdis
cb7e2dae4a
Fix undeclared variable 2023-05-30 21:50:22 -04:00
060ca36745
Merge pull request #10 from overte-org/fix/doppelganger
Fix doppelganger app to work with new scripting engine PR
2023-05-18 23:05:55 +02:00
6c45031498
Remove trailing whitespaces 2023-02-27 23:21:36 +01:00
611047cfdc
Merge branch 'master' into app-survivalKit 2023-02-27 23:20:14 +01:00
1c9c8d23ab
Merge branch 'master' into App_audioZones 2023-02-27 23:18:05 +01:00
Basinsky
5d93e3af7e
Add files via upload 2023-02-26 16:57:37 +01:00
Alezia Kurdis
4791943c15
Fix missing default value for radius
This fixes the missing default value for radius, when the setting was not already used.
2023-02-21 21:03:48 -05:00
Alezia Kurdis
e212a746d3
Add "Audio Zones Helper" application
Add "Audio Zones Helper" application.
and fix the metadata.js for the dance app.
2023-02-20 22:51:26 -05:00
Alezia Kurdis
991c7a9a09
Bug fix
There was a disconnection happening at opening of any app.
Now it disconnect only for that specific app.
2023-01-14 15:11:38 -05:00
Dale Glass
a6a6a3e4ed
Merge branch 'master' into master 2023-01-14 11:33:04 -08:00
Dale Glass
14440c5331
Merge branch 'master' into app-survivalKit 2023-01-14 11:29:41 -08:00
4f2ed969d5
Merge branch 'master' into master 2023-01-14 20:27:17 +01:00
Dale Glass
9136d0b011
Merge branch 'master' into master 2023-01-14 11:25:30 -08:00
eb19f5e576
Merge branch 'master' into App-CAM360 2023-01-14 20:21:31 +01:00
Basinsky
8b1444c265
Add files via upload 2023-01-13 21:19:07 +01:00
Basinsky
91ef9e59a8
Delete cameras 2023-01-13 21:12:29 +01:00
Basinsky
a946ce3dde
Add files via upload 2023-01-13 21:12:01 +01:00
Basinsky
0785f077b4
camerasp 2023-01-13 21:11:05 +01:00
Basinsky
222aab0d19
Delete cameras 2023-01-13 21:08:03 +01:00
Basinsky
0177635ab5
Create cameras 2023-01-13 21:07:20 +01:00
Alezia Kurdis
77beb02935
Change Vircadia for Overte in desc.
Change Vircadia for Overte in description of the inventory app.
2023-01-05 21:12:23 -05:00
SilverfishVR
ad37ff3534 fix spelling mistakes 2023-01-02 17:44:36 +01:00
Alezia Kurdis
e3468d3258
Add "Exploration Survival Kit" application
The kit includes Compass and a rezzable flashlight for VR exploration.
2023-01-01 22:39:10 -05:00
SilverfishVR
12ddbb0da9 spelling mistake
is this some kind of  French 😄
2022-12-31 00:38:01 +01:00
SilverfishVR
0bfdc55b8d Add Dance app
Add the dance app by HiFi.
As far as I can see it works , atleast as good as did back then.
Bugs that I know of (but can't fix):
* On some avatars, the preview doubleganger is horribly mangled.
* it is possible to grab images in the UI and drag them inworld.
2022-12-30 20:45:41 +01:00
8e5edf4218
Fix BodyPaint4 filename 2022-09-28 22:20:21 +02:00
a02541b475
Merge branch 'master' into master 2022-09-25 13:21:21 +02:00
Alezia Kurdis
af66e256ce
Ajust the channel string.
now using: "org.overte.applications.cam360"
2022-09-17 21:36:33 -04:00
Alezia Kurdis
7a044447c9
Bug Fix
Finally, using local entity wasn't a good move.
Now it all used avatar entity and I make the client entity script not executing for other users.
2022-09-04 23:33:44 -04:00
Alezia Kurdis
b8da54c053
Add the application CAM360
Add the application CAM360
(Formerly known as RPO360, but with significant modifications)
2022-09-04 19:18:17 -04:00
SilverfishVR
6407bd7dff made Brush width edit field narrower
the "trigger sensitive Width" checkBox text was cut off
2022-08-25 00:12:02 +02:00
SilverfishVR
4429fd17c5 fix continuous line mode and minor tweaks 2022-08-24 23:16:11 +02:00
Alezia Kurdis
9dac050630
typo 2022-08-22 23:10:31 -04:00
Alezia Kurdis
36bc6d75d2
Add the "Camera Snap-Pro" (tabletCam) application.
Add the "Camera Snap-Pro" (tabletCam) application.
2022-08-22 22:54:39 -04:00
eb4c63f155
Update applications/doppelganger-mirror/doppleganger.js
Co-authored-by: Julian Groß  <julian.g@posteo.de>
2022-08-20 18:14:46 +02:00
SilverfishVR
c2d6595db9 Update metadata.js 2022-08-20 02:29:20 +02:00
SilverfishVR
373d1175b5 Add Body Paint app
also testing if line breaks are allowed in app description
2022-08-20 00:37:58 +02:00
dcb9def8be Fix doppelganger app to work with new scripting engine PR 2022-08-18 13:30:16 +02:00
Dale Glass
dc23098ae3
Merge branch 'master' into app-lightBulb 2022-07-23 22:23:54 +02:00
Dale Glass
9f57c9d9f7
Merge branch 'master' into App---AAswitch 2022-07-23 22:22:47 +02:00
Dale Glass
34ecab463c
Merge branch 'master' into app-Note 2022-07-23 22:21:11 +02:00
Alezia Kurdis
800199291f
Code adjustments 2022-07-14 21:28:04 -04:00
Alezia Kurdis
8897e0ed4f
Code adjustments 2022-07-14 21:24:35 -04:00
Alezia Kurdis
28c9792c4f
Code Adjustments 2022-07-14 21:21:57 -04:00
Alezia Kurdis
62b79e6fc8
Add the "Light Bulb Generator" app
This adds the "Light Bulb Generator" application:
To generate rapidly a visible glowing light source with its light beam.
2022-07-13 22:24:54 -04:00
Alezia Kurdis
115c89710f
Add the "Home" app
This PR adds the "Home" app: 
It adds a shortcut on your tablet to teleport home.
2022-07-13 22:15:15 -04:00
Alezia Kurdis
8d76dbdf1f
Add "Anti-Aliasing Switcher" application
Add "Anti-Aliasing Switcher" application
2022-07-13 22:06:12 -04:00
Alezia Kurdis
f692c4bda3
Add the Notes Application
A simple note pad that can be used in-world, mainly usefull in HMD
2022-07-13 21:53:50 -04:00
33809475d5
Merge pull request #2 from AleziaKurdis/materialDataCreator_OverteRebranding
Application: Material data creator:  rebranding for Overte
2022-03-22 20:49:16 +01:00
Alezia Kurdis
64aafac5fe
Delete VIRCADIA_LOGO_NIGHT.fbx
Replaced by BRAND_LOGO_NIGHT.fbx
(Overte brand model)
2022-02-07 22:58:58 -05:00
Alezia Kurdis
0e5240ac2e
Delete vircadia.fbx
Replace by brand.fbx
(Overte Logo model)
2022-02-07 22:58:17 -05:00
Alezia Kurdis
889516dc80
Delete demo_vircadia.png
replaced by "demo_brand.png"
generic name and Overte branded icon.
2022-02-07 22:57:15 -05:00
Alezia Kurdis
e0f9ee048d
Rebranding for Overte
Rebranding for Overte
Addition of a new feature to copy .fst formated material data.
2022-02-07 22:54:45 -05:00
Alezia Kurdis
a7ed9b9a2c
Add Odometer application
Add Odometer application
2022-02-02 22:23:58 -05:00
Basinsky
5ee48797ec
Initial commit (#31)
* Create blocks

* Delete blocks

* Create Blocks.js

* Add files via upload

* Update Blocks.js

* Update metadata.js
2021-09-12 16:20:22 -04:00
Alezia Kurdis
b98eeed698
Fix indentations
Fix indentations
2021-03-10 23:00:21 -05:00
Alezia Kurdis
33e5f4ed05
Minor text adjustment
Minor text adjustment
2021-03-10 21:51:02 -05:00
Alezia Kurdis
15a6bf00b2
Add opacityMapMode and opacityCutOff
This support now:

 opacityMapMode and opacityCutOff
2021-03-10 00:23:22 -05:00
Alezia Kurdis
4dbf9779e9
Added support for cullFaceMode
Added support for cullFaceMode
2021-03-08 22:57:15 -05:00
Alezia Kurdis
0a661e4f7c
Minor adjustments 2021-03-08 21:49:16 -05:00
Alezia Kurdis
666611a275
Minor Adjustments 2021-03-08 21:45:28 -05:00
Alezia Kurdis
3b316e0e34
Minor adjustments 2021-03-08 21:42:22 -05:00
Alezia Kurdis
a7d306acda
Material Data Creator: description adjustments
Material Data Creator: description adjustments
2021-03-08 21:32:38 -05:00
Alezia Kurdis
2807b90710
Add: Material Data Creator 2021-03-07 22:36:59 -05:00
Alezia Kurdis
4924aa83d6
Add "Material Data Creator" 2021-03-07 22:16:21 -05:00
Alezia Kurdis
c72c5a874c
Add a New App: "Material Data Creator" 2021-03-07 22:14:49 -05:00
Kasen IO
858dddb1ff Update built files. 2020-07-25 13:37:57 -04:00
Kasen IO
d61edd9399 Remove source and update README.md. 2020-07-08 14:37:00 -04:00
Kasen IO
1fe8c9752a Add initial eslint config. 2020-07-08 01:50:29 -04:00
Kasen IO
2228d48bb0 Code review suggestions committed. 2020-07-08 01:48:09 -04:00
Kasen IO
be0e00d56f Add source and compiled. 2020-06-30 17:31:28 -04:00
Kasen IO
2076334315 Inventory app initial release (v2.0.2) 2020-06-30 13:54:28 -04:00
David Rowe
81ebb6e236 Add Nametags app 2020-06-23 20:39:58 +12:00
kasenvr
190b251fcf
Merge pull request #18 from kasenvr/feature/add-refresh-app
Feature/add refresh app
2020-06-18 21:40:02 -04:00
Kasen IO
7fdb82ad5b Code review, logging enhanced. 2020-06-18 16:49:00 -04:00