From 53d1824d3b158b7b5793a033bf6790a81355bc8c Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Sat, 22 Jan 2022 22:54:52 -0500 Subject: [PATCH] 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. --- scripts/defaultScripts.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/defaultScripts.js b/scripts/defaultScripts.js index 82b228008f..836f99fbc7 100644 --- a/scripts/defaultScripts.js +++ b/scripts/defaultScripts.js @@ -7,6 +7,7 @@ // // Copyright 2014 High Fidelity, Inc. // Copyright 2020 Vircadia contributors. +// Copyright 2022 Overte contributors. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -38,14 +39,14 @@ var DEFAULT_SCRIPTS_COMBINED = [ "system/checkForUpdates.js", "system/onEscape.js", "system/onFirstRun.js", - "system/appreciate/appreciate_app.js" + "system/appreciate/appreciate_app.js", + "system/places/places.js" ]; var DEFAULT_SCRIPTS_SEPARATE = [ "system/controllers/controllerScripts.js", "communityScripts/notificationCore/notificationCore.js", "simplifiedUI/ui/simplifiedNametag/simplifiedNametag.js", {"stable": "system/more/app-more.js", "beta": "https://cdn.vircadia.com/community-apps/more/app-more.js"}, - {"stable": "communityScripts/explore/explore.js", "beta": "https://metaverse.vircadia.com/interim/d-goto/app/explore.js"}, {"stable": "communityScripts/chat/FloofChat.js", "beta": "https://content.fluffy.ws/scripts/chat/FloofChat.js"} //"system/chat.js" ];