Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crashes in Android builds #27840

Merged
merged 2 commits into from
Jan 25, 2019

Conversation

ZhilkinSerg
Copy link
Contributor

Summary

SUMMARY: Build "Fix crashes in Android builds"

Purpose of change

Fix crashes in Android builds related to invalid option selection (see be1b069#commitcomment-32046261).

Describe the solution

  • guarded checking of RENDERER option for non-Android builds;
  • guarded checking of SOFTWARE_RENDERING option for Android builds.

Describe alternatives you've considered

Put renderer selection to pre-game Java UI. I will probably proceed with this later.

- guarded checking of `RENDERER` option for non-Android builds;
- guarded checking of `SOFTWARE_RENDERING` option for Android builds.
@ZhilkinSerg ZhilkinSerg added SDL: Tiles / Sound Tiles visual interface and sounds. [C++] Changes (can be) made in C++. Previously named `Code` <Bugfix> This is a fix for a bug (or closes open issue) OS: Android Issues related to Android operating system labels Jan 24, 2019
@kevingranade kevingranade added this to the 0.D milestone Jan 24, 2019
@Epictyphlosion
Copy link
Contributor

I thought the Android port was dead, lol

@kevingranade
Copy link
Member

No we're trying to get it included in the main development tree so we can keep maintaining it.

@kevingranade kevingranade merged commit 28c87d1 into CleverRaven:master Jan 25, 2019
@ZhilkinSerg ZhilkinSerg deleted the android-graphics-options branch January 25, 2019 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` OS: Android Issues related to Android operating system SDL: Tiles / Sound Tiles visual interface and sounds.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants