Skip to content

Commit

Permalink
Revert "Removed obsolete default scripts + more branding changes."
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLlewellyn authored Jan 17, 2020
1 parent 3eef6e8 commit f5fcb90
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions interface/src/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3185,7 +3185,7 @@ void Application::showLoginScreen() {
QJsonObject loginData = {};
loginData["action"] = "login dialog popped up";
UserActivityLogger::getInstance().logAction("encourageLoginDialog", loginData);
_window->setWindowTitle("Project Athena");
_window->setWindowTitle("High Fidelity");
} else {
resumeAfterLoginDialogActionTaken();
}
Expand Down Expand Up @@ -7067,7 +7067,7 @@ void Application::updateWindowTitle() const {
auto accountManager = DependencyManager::get<AccountManager>();
auto isInErrorState = nodeList->getDomainHandler().isInErrorState();

QString buildVersion = " - Project Athena Interface v0.86.0 K2 - "
QString buildVersion = " - Project Athena v0.86.0 K2 - "
+ (BuildInfo::BUILD_TYPE == BuildInfo::BuildType::Stable ? QString("Version") : QString("Build"))
+ " " + applicationVersion();

Expand Down
2 changes: 1 addition & 1 deletion libraries/entities/src/EntityItemProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const {
* var METERS_TO_INCHES = 39.3701;
* var entity = Entities.addEntity({
* type: "Web",
* sourceUrl: "https://projectathena.io/",
* sourceUrl: "https://highfidelity.com/",
* position: Vec3.sum(MyAvatar.position, Vec3.multiplyQbyV(MyAvatar.orientation, { x: 0, y: 0.75, z: -4 })),
* rotation: MyAvatar.orientation,
* dimensions: {
Expand Down
2 changes: 2 additions & 0 deletions scripts/defaultScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ var DEFAULT_SCRIPTS_COMBINED = [
"system/avatarapp.js",
"system/makeUserConnection.js",
"system/tablet-goto.js",
"system/marketplaces/marketplaces.js",
"system/notifications.js",
"system/commerce/wallet.js",
"system/create/edit.js",
"system/dialTone.js",
"system/firstPersonHMD.js",
Expand Down
2 changes: 1 addition & 1 deletion scripts/system/create/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ const DEFAULT_ENTITY_PROPERTIES = {
y: 0.9,
z: 0.01
},
sourceUrl: "https://projectathena.io/",
sourceUrl: "https://highfidelity.com/",
dpi: 30,
},
ParticleEffect: {
Expand Down

0 comments on commit f5fcb90

Please sign in to comment.