mkrupczak3 / Freedoom-for-Android

Freedoom with GZDoom for Android
GNU General Public License v2.0
88 stars 16 forks source link

IWADs are out of date #36

Closed Blastfrog closed 4 years ago

Blastfrog commented 4 years ago

0.12 was released just recently, perhaps the bundled IWADs should be updated.

mkrupczak3 commented 4 years ago

Do the new iwads break backwards savegame compatibility?

As it stands, I've only kind of hacked in how this app copies and handles iwads. I'm not sure if I have a good way yet of managing versions. So, a decision would have to be made to make it so:

1: forced update for everyone 2: choice to upgrade (hard) 3: new installs use later version (easy)

I'm opting for option 3.

mkrupczak3 commented 4 years ago

Still need to fix armv8 support before I can push out any kind of update though (Google play requirements ugh). Procrastinating on that because I'm expecting it to be pretty hairy.

I'd welcome pull requests though

mkrupczak3 commented 4 years ago

Fixed in 286389de67ed1c4406fbe914ad5aae048515b2e1, now need to build a release

mkrupczak3 commented 4 years ago

Published update to Google play blocked by #41, in the mean time please check out the release page on this github for a version with the updated wads.

Closing