Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

environments: add Winter and Underwater; update Meadow; rename Island -> Offworld (for issue #1037) #1038

Merged
merged 7 commits into from
Mar 22, 2019

Conversation

cvan
Copy link
Contributor

@cvan cvan commented Mar 21, 2019

for issue #1037


FYI: blocked on #1037 (comment)

@cvan cvan added enhancement This issue is a new feature or request blocked labels Mar 21, 2019
@cvan cvan added this to the v1.1.4 milestone Mar 21, 2019
@cvan cvan self-assigned this Mar 21, 2019
@ghost ghost added the in progress label Mar 21, 2019
@cvan
Copy link
Contributor Author

cvan commented Mar 22, 2019

per earlier discussion today, I've hidden Meadow from the Environments list until the assets are polished + finished by the artist.

@@ -123,7 +123,7 @@ SurfaceObserver::SurfaceTextureDestroyed(const std::string& aName) {

void
SurfaceObserver::SurfaceTextureCreationError(const std::string& aName, const std::string& aReason) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will remove

@cvan cvan force-pushed the environment-updates branch from 021aa97 to b7df6e0 Compare March 22, 2019 06:19
@cvan
Copy link
Contributor Author

cvan commented Mar 22, 2019

I know it's known, but just so it's clear here. blocked on this: #1037 (comment)

@ghost ghost assigned MortimerGoro Mar 22, 2019
@MortimerGoro MortimerGoro merged commit e14805a into master Mar 22, 2019
@ghost ghost removed the in progress label Mar 22, 2019
mContext.getString(R.string.settings_key_env), ENV_DEFAULT);
String env = mPrefs.getString(mContext.getString(R.string.settings_key_env), ENV_DEFAULT);
// Remove when the meadow is ready
if (env.equalsIgnoreCase("meadow")) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

smart, thanks 👍

@cvan cvan deleted the environment-updates branch March 22, 2019 21:57
@cvan cvan modified the milestones: v1.1.4, v1.1.3 Mar 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked enhancement This issue is a new feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants