a4c341c293
Merge pull request #8 from AleziaKurdis/overte_more_app
...
Migrate the more app URL to Overte
2022-03-25 14:46:06 +01:00
steve hocktail
35194b0f44
fixed deprecated qml implicitly defined onFoo properties in connections
2022-02-28 22:09:43 -05:00
96932a6946
Update metaverse server URL
2022-02-21 23:17:33 +01:00
55dac33035
Merge remote-tracking branch 'origin/master' into overte_rebranding
2022-02-10 16:42:32 +01:00
1ab6f171fe
Replaced the rest of metaverse addresses
2022-02-10 16:41:05 +01:00
c6f1e6410e
Updated some URLs, rebranded documentation and changed default metaverse server address
2022-02-09 23:57:24 +01:00
Alezia Kurdis
bb6872222e
Migrate the more app URL to Overte
...
Migrate the more app URL to Overte
2022-02-02 22:36:46 -05:00
Alezia Kurdis
0e69da9393
update teh MS for Overte
...
set the new MS url for Overte: https://overte.org/mvs
2022-01-30 21:49:36 -05:00
8ff6e9a997
Merge pull request #3 from AleziaKurdis/feature/Places-app
...
Adding "Places" application
2022-01-28 07:51:56 +01:00
Alezia Kurdis
3bda3afd89
typo on function name filterSearchField
...
Replace "filterSearchField" by "filterSearchField"
2022-01-27 21:13:08 -05:00
Alezia Kurdis
f8083eef91
Copyright adjustment
2022-01-23 15:18:13 -05:00
Alezia Kurdis
a91e026460
Copyright Adjustment
2022-01-23 15:14:17 -05:00
Alezia Kurdis
53d1824d3b
Replace "Explore" by "Places" application.
...
This adds "Places" application as a default application.
This removes the "Explore" application from default application.
However, the "Explore" application is still available in "Edit > Running Scripts..."
under "communityScripts" directory, for people that would like to create "beacons".
Note that the beacon's placenames are listed in the "Places" application,
but the feature to create new ones has been left behind because that solution had serious flaws.
2022-01-22 22:54:52 -05:00
Alezia Kurdis
7db3017490
Adding "Places" application
...
Adding "Places" application since the Explore app is supporting only a single MS and only Vircadia.
2022-01-22 22:28:07 -05:00
Kalila
05d4949075
Merge pull request #1568 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/shelljs-0.8.5
...
Bump shelljs from 0.8.4 to 0.8.5 in /scripts/system/inventory
2022-01-20 16:44:17 -05:00
dependabot[bot]
688d01279c
Bump follow-redirects from 1.12.1 to 1.14.7 in /scripts/system/inventory
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.12.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.12.1...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 19:45:54 +00:00
dependabot[bot]
9872a69afa
Bump shelljs from 0.8.4 to 0.8.5 in /scripts/system/inventory
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 07:23:56 +00:00
Dale Glass
4641652899
Merge pull request #1523 from AleziaKurdis/CreateApp_BUGFIX-1517
...
Create App: Prevent locked entities and their children from being duplicated.
2021-12-18 20:27:36 +01:00
Dale Glass
293af1aea8
Merge pull request #1519 from AleziaKurdis/CreateApp-Bundle_December_2021
...
Create App - "Add All Zones" on renderWithZones selector.
2021-12-18 20:27:14 +01:00
Alezia Kurdis
c6041712b7
Use the placename instead of address (ip)
...
Simple change that is using the placename instead of the "address" feild from the place api to build the url to connect.
For those where the placename = the domain name, Interface will be able to resolve path correctly.
using the address, this makes interface using 100% of the time the ip:/port information.
2021-12-12 13:31:36 -05:00
Alezia Kurdis
92f7997603
Fix for Issue #1517
...
Fix for Issue #1517
Locked entities were simply ignored and it was still processing their children.
Now it's no more possible to duplicate if the selection and their children contains a locked entities.
It was also unable to add the new parent if the duplicated child entity was locked. Which was causing some other issues.
2021-12-08 23:01:21 -05:00
Alezia Kurdis
13897a3864
Reduce redundant code.
...
Reduce redundant code.
2021-12-07 21:34:04 -05:00
Alezia Kurdis
43bf840b94
"Add All Zones" button
...
This adds a "Add All Zones" button to the multiple zones selector used for RenderWithZones.
This addresses the Issue # 775
2021-12-06 23:11:30 -05:00
Alezia Kurdis
005869f414
Css for Add All Zones button
...
Complementary CSS for the "Add All Zones" button.
2021-12-06 23:05:33 -05:00
Alezia Kurdis
15214949be
Adjust text for Error 0
...
Error 0 was previously: "URL not well formed"
But actually , this wasn't the exact reason why an error 0 can be returned.
Error 0 means that no server are reachable to even respond.
So I have replaced it by "Server not found".
2021-12-06 22:13:16 -05:00
Dale Glass
92af5374cf
Merge pull request #1480 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/highlight.js-9.18.5
...
Bump highlight.js from 9.18.1 to 9.18.5 in /scripts/system/inventory
2021-11-25 19:30:25 +01:00
Dale Glass
3a65940282
Merge pull request #1479 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/elliptic-6.5.4
...
Bump elliptic from 6.5.3 to 6.5.4 in /scripts/system/inventory
2021-11-25 19:30:18 +01:00
dependabot[bot]
e40fd116f5
Bump highlight.js from 9.18.1 to 9.18.5 in /scripts/system/inventory
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 9.18.1 to 9.18.5.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...9.18.5 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 18:22:05 +00:00
dependabot[bot]
96d43f9489
Bump elliptic from 6.5.3 to 6.5.4 in /scripts/system/inventory
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 18:21:30 +00:00
Dale Glass
95676e68bb
Merge pull request #1478 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/y18n-4.0.3
...
Bump y18n from 4.0.0 to 4.0.3 in /scripts/system/inventory
2021-11-25 19:20:20 +01:00
dependabot[bot]
303369a38a
Bump y18n from 4.0.0 to 4.0.3 in /scripts/system/inventory
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/compare/v4.0.0...y18n-v4.0.3 )
---
updated-dependencies:
- dependency-name: y18n
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 18:20:00 +00:00
dependabot[bot]
fcdbd244c5
Bump lodash from 4.17.15 to 4.17.21 in /scripts/system/inventory
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 18:19:02 +00:00
Dale Glass
75c6443f66
Merge pull request #1476 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/ssri-6.0.2
...
Bump ssri from 6.0.1 to 6.0.2 in /scripts/system/inventory
2021-11-25 19:17:21 +01:00
Dale Glass
174e16f129
Merge pull request #1450 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/browserslist-4.17.6
...
Bump browserslist from 4.13.0 to 4.17.6 in /scripts/system/inventory
2021-11-25 19:17:11 +01:00
Dale Glass
bdb487ec27
Merge pull request #1449 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/ws-6.2.2
...
Bump ws from 6.2.1 to 6.2.2 in /scripts/system/inventory
2021-11-25 19:16:50 +01:00
Dale Glass
f7ad7ad18a
Merge pull request #1448 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/url-parse-1.5.3
...
Bump url-parse from 1.4.7 to 1.5.3 in /scripts/system/inventory
2021-11-25 19:16:12 +01:00
Dale Glass
75e8c6607b
Merge pull request #1446 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/color-string-1.6.0
...
Bump color-string from 1.5.3 to 1.6.0 in /scripts/system/inventory
2021-11-25 19:15:56 +01:00
Dale Glass
97da6e3299
Merge pull request #1445 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/path-parse-1.0.7
...
Bump path-parse from 1.0.6 to 1.0.7 in /scripts/system/inventory
2021-11-25 19:15:38 +01:00
dependabot[bot]
34186b8d65
Bump ssri from 6.0.1 to 6.0.2 in /scripts/system/inventory
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: ssri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 18:15:08 +00:00
Dale Glass
937b7068cf
Merge pull request #1447 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/dns-packet-1.3.4
...
Bump dns-packet from 1.3.1 to 1.3.4 in /scripts/system/inventory
2021-11-25 19:12:03 +01:00
Dale Glass
72095dd46f
Merge pull request #1452 from vircadia/dependabot/npm_and_yarn/scripts/system/inventory/hosted-git-info-2.8.9
...
Bump hosted-git-info from 2.8.8 to 2.8.9 in /scripts/system/inventory
2021-11-25 19:11:38 +01:00
Kalila
bfbbb2f528
Merge pull request #1444 from AleziaKurdis/CreateApp-ServerAndClientScriptIndicator
...
Create app: Script indicator toggles for both entity client & server scripts.
2021-11-14 11:31:53 -05:00
dependabot[bot]
4e248b265e
Bump browserslist from 4.13.0 to 4.17.6 in /scripts/system/inventory
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.13.0 to 4.17.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.13.0...4.17.6 )
---
updated-dependencies:
- dependency-name: browserslist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:59:33 +00:00
dependabot[bot]
5305554dae
Bump hosted-git-info from 2.8.8 to 2.8.9 in /scripts/system/inventory
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
---
updated-dependencies:
- dependency-name: hosted-git-info
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:59:31 +00:00
dependabot[bot]
36f922dfc9
Bump postcss from 7.0.32 to 7.0.39 in /scripts/system/inventory
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.32 to 7.0.39.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.32...7.0.39 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:54:16 +00:00
dependabot[bot]
293ec42cdb
Bump ws from 6.2.1 to 6.2.2 in /scripts/system/inventory
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/6.2.1...6.2.2 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:54:15 +00:00
dependabot[bot]
db535d90af
Bump url-parse from 1.4.7 to 1.5.3 in /scripts/system/inventory
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:54:15 +00:00
dependabot[bot]
c513a4fd17
Bump color-string from 1.5.3 to 1.6.0 in /scripts/system/inventory
...
Bumps [color-string](https://github.com/Qix-/color-string ) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/Qix-/color-string/releases )
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Qix-/color-string/commits/1.6.0 )
---
updated-dependencies:
- dependency-name: color-string
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:54:14 +00:00
dependabot[bot]
03d01d8210
Bump dns-packet from 1.3.1 to 1.3.4 in /scripts/system/inventory
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dns-packet
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:54:14 +00:00
dependabot[bot]
f6f1a6f1c5
Bump path-parse from 1.0.6 to 1.0.7 in /scripts/system/inventory
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13 19:54:13 +00:00