overte-JulianGro/scripts/system
Alezia Kurdis e6d092aefe
Code Adjustment
Code Adjustment

{
    ...
    listExistingZones.sort(zoneSortOrder());
    return listExistingZones;
}

function zoneSortOrder() {
    return function(a, b) {
        if (a.name > b.name) {
            return 1;    
        } else if (a.name < b.name) {
            return -1;
        }
        return 0;
    }
}
2020-05-21 22:13:33 -04:00
..
+android_interface
assets Merge branch 'master' of github.com:highfidelity/hifi into create 2019-06-25 09:28:43 -07:00
commerce
controllers Resurrect gamepad Y teleport button 2019-12-08 12:38:48 +13:00
create Code Adjustment 2020-05-21 22:13:33 -04:00
html Reconvert EOL to Unix style. 2020-05-08 23:36:05 -04:00
keyboardShortcuts remembered that macs exist 2019-07-12 12:39:58 -07:00
libraries Merge remote-tracking branch 'hifi/master' into merge-hifi-master 2020-04-09 16:46:27 +12:00
marketplaces Fixed bad path to gridControls 2019-06-25 16:31:21 -07:00
more Do not cache newly installed scripts in the more app. 2020-04-13 00:24:35 -04:00
tablet-ui
attachedEntitiesManager.js
audio.js
audioMuteOverlay.js moving text position higher 2019-03-29 10:41:16 -07:00
audioScope.js
avatarapp.js
avatarFinderBeacon.js Remove redundant parentheses 2016-12-10 00:21:20 +01:00
away.js Put away animation into resource and update script to use local resource path. 2019-11-21 14:50:05 -08:00
bubble.js
chat.js
clickToAvatarApp.js Whitespace changes per code review 2019-07-22 10:36:57 -07:00
dialTone.js Removed special sound for Mute and replace it with hover and click sounds 2017-10-12 19:15:09 +02:00
directory.js
emote.js
fingerPaint.js
firstPersonHMD.js Restate legacy first person camera mode 2019-10-17 13:26:42 -07:00
generalSettings.js
goto.js
help.js
hmd.js remove view/Independent-Mode and view/Entity-Mode menu items and related code. Leave the modes available for scripts. 2019-04-12 09:21:48 -07:00
inspect.js Fix inspect not working after change camera mode 2020-01-14 11:34:16 +13:00
interstitialPage.js Remove the BodyMart tip from the interstitial page 2019-11-19 10:33:30 +13:00
makeUserConnection.js
menu.js
miniTablet.js Restate legacy first person camera mode 2019-10-17 13:26:42 -07:00
mod.js
nameTag.js
notifications.js
pal.js Case 20617 - People app filter bar breaks when deleting connections 2019-03-21 12:08:42 -07:00
progress.js
quickGoto.js
redirectOverlays.js
request-service.js add request-services to default scripts. 2018-06-04 12:59:08 -07:00
run.js
snapshot.js fix fix-snap-html-issue 2019-09-19 18:20:08 -07:00
tablet-goto.js Relabel "GOTO" app's button to "OLD GOTO" 2020-03-29 13:34:26 +13:00
tablet-users.js Handle tablet entities and overlays not being available 2018-02-08 09:51:48 +13:00
voxels.js