ScummVM 1.8.0-git for iOS 7+ available on GitHub
Moderator: ScummVM Team
The code has been merged. Due to some issues with our buildbot we don't have nightly for it right now. That will hopefully change in the near future.bsauvage wrote:Omg this is the best Christmas/new year/Chinese new year gift ever!
Has this been merged to the main code and the nightlies?
If not, would someone be kind enough to share a compiled version in the meantime?
Thank you so much for the great effort...
Compiled it without any Xcode knowledge using the readme instructions. Everything is working so far. Thank you!
The icon is a bit ugly, but I made some quick and dirty ones that look more like iOS7+ icons.
Will there be some further iOS specific modifications?
Maybe
- Savegame sync via iCloud/Dropbox
- More iOS looking theme/ bigger font/buttons or even replace the ScummVM gui with iOS gui (is this allowed?)
The icon is a bit ugly, but I made some quick and dirty ones that look more like iOS7+ icons.
Will there be some further iOS specific modifications?
Maybe
- Savegame sync via iCloud/Dropbox
- More iOS looking theme/ bigger font/buttons or even replace the ScummVM gui with iOS gui (is this allowed?)
Sorry to bother you again, but do you have a sense when the nightly will be repaired ?LordHoto wrote:The code has been merged. Due to some issues with our buildbot we don't have nightly for it right now. That will hopefully change in the near future.bsauvage wrote:Omg this is the best Christmas/new year/Chinese new year gift ever!
Has this been merged to the main code and the nightlies?
If not, would someone be kind enough to share a compiled version in the meantime?
Thank you so much for the great effort...
There are some builds for thoese on our new, experimental buildbot.bsauvage wrote:Sorry to bother you again, but do you have a sense when the nightly will be repaired ?
Well, unfortunately... it crashes to desktop!LordHoto wrote:There are some builds for thoese on our new, experimental buildbot.bsauvage wrote:Sorry to bother you again, but do you have a sense when the nightly will be repaired ?
Did you have an older version of ScummVM installed before? You might need to reboot your device in this case.bsauvage wrote:Well, unfortunately... it crashes to desktop!LordHoto wrote:There are some builds for thoese on our new, experimental buildbot.bsauvage wrote:Sorry to bother you again, but do you have a sense when the nightly will be repaired ?
EDIT: I can't test the iOS 7.1+ builds, but the iOS build works fine for me. Of course that doesn't include the changes you want :-)
Deleted old one, rebooted, installed new one, reboot then... Still crash unfortunately!LordHoto wrote:Did you have an older version of ScummVM installed before? You might need to reboot your device in this case.bsauvage wrote:Well, unfortunately... it crashes to desktop!LordHoto wrote: There are some builds for thoese on our new, experimental buildbot.
EDIT: I can't test the iOS 7.1+ builds, but the iOS build works fine for me. Of course that doesn't include the changes you want
Success! Merci!bSr43 wrote:You can easily fix the crash on the nightly build: just change the file permissions of the ScummVM.app/ScummVM file to make it executable for anyone.
Last question though: it seems it is configured as iPhone and not ipad, hence it opens the app in a lower resolution and scales it... Can this be changed?
I don't have a jailbroken iPad to test, but I think that I see what's happening: an information is missing in the Info.plist about the supported platformsbsauvage wrote: Success! Merci!
Last question though: it seems it is configured as iPhone and not ipad, hence it opens the app in a lower resolution and scales it... Can this be changed?
I'll fix that on the repository ASAP, so that the next build should be OK on the iPad.
For your information, in the Info.plist file, try to change these lines:
Code: Select all
<key>UIApplicationExitsOnSuspend</key>
<false/>
Code: Select all
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>