From 84a2fe061f113b24cf83917e928742fa866ba777 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 23 Jun 2020 20:27:08 +1200 Subject: [PATCH 1/3] Update More app from community apps repo --- scripts/system/more/app-more.js | 2 +- scripts/system/more/css/styles.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/system/more/app-more.js b/scripts/system/more/app-more.js index 8dc0603385..1077db70ba 100644 --- a/scripts/system/more/app-more.js +++ b/scripts/system/more/app-more.js @@ -6,7 +6,7 @@ // Created by Keb Helion, February 2020. // Copyright 2020 Vircadia contributors. // -// This script adds a "More Apps" selector to "Vircadia" to allow the user to add optional functionalities to the tablet. +// This script adds a "More Apps" selector to Vircadia to allow the user to add optional functionalities to the tablet. // This application has been designed to work directly from the Github repository. // // Distributed under the Apache License, Version 2.0. diff --git a/scripts/system/more/css/styles.css b/scripts/system/more/css/styles.css index e4e6bfba24..c1f0f5d6ae 100644 --- a/scripts/system/more/css/styles.css +++ b/scripts/system/more/css/styles.css @@ -42,6 +42,10 @@ p a { color: SteelBlue; } +.appdesc a { + color: LightBlue; +} + font.appname { font-family: 'Merriweather', sans-serif; font-size: 18px; From 69b407f001d9169924b9066a8d86cb0071d9fb5c Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Sat, 27 Jun 2020 20:26:35 -0400 Subject: [PATCH 2/3] Update BUILD.md I removed a build variable that does not exist and added one that does after doing a codebase search. --- BUILD.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.md b/BUILD.md index b30160e7e4..e17e52a76f 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,13 +1,13 @@ # General Build Information -*Last Updated on May 17, 2020* +*Last Updated on June 27, 2020* ### OS Specific Build Guides * [Build Windows](BUILD_WIN.md) - complete instructions for Windows. * [Build Linux](BUILD_LINUX.md) - additional instructions for Linux. * [Build OSX](BUILD_OSX.md) - additional instructions for OS X. -* [Build Android](BUILD_ANDROID.md) - additional instructions for Android +* [Build Android](BUILD_ANDROID.md) - additional instructions for Android. ### Dependencies - [git](https://git-scm.com/downloads): >= 1.6 @@ -79,10 +79,10 @@ Where /path/to/directory is the path to a directory where you wish the build fil // The type of release. RELEASE_TYPE=PRODUCTION|PR - RELEASE_BUILD=PRODUCTION|PR // TODO: What do these do? PRODUCTION_BUILD=0|1 + PR_BUILD=0|1 STABLE_BUILD=0|1 // TODO: What do these do? @@ -150,4 +150,4 @@ The following build options can be used when running CMake #### Devices You can support external input/output devices such as Leap Motion, MIDI, and more by adding each individual SDK in the visible building path. Refer to the readme file available in each device folder in [interface/external/](interface/external) for the detailed explanation of the requirements to use the device. - \ No newline at end of file + From 6a159fd34f3d8636a93de641ac25982b912dea1c Mon Sep 17 00:00:00 2001 From: kasenvr <52365539+kasenvr@users.noreply.github.com> Date: Sat, 27 Jun 2020 20:39:19 -0400 Subject: [PATCH 3/3] Add missing release_type --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index e17e52a76f..c8d4785d08 100644 --- a/BUILD.md +++ b/BUILD.md @@ -78,7 +78,7 @@ Where /path/to/directory is the path to a directory where you wish the build fil BUILD_NUMBER // The type of release. - RELEASE_TYPE=PRODUCTION|PR + RELEASE_TYPE=PRODUCTION|PR|DEV // TODO: What do these do? PRODUCTION_BUILD=0|1