Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-23 | RELEASE: This is 2.2.0git | Eugene Sandulenko | |
2019-04-02 | BUILD: Update logos and icons on ports | Matan Bareket | |
2018-11-14 | IOS: Sync Info.plist.in and Info.plist | Cameron Cawley | |
2018-10-28 | IOS: Support building in Xcode 10/iOS 12, and for iPhone X-like devices that ↵ | Yoshi Sugawara | |
have a "safe area" iOS 12 drops support for libstdc++, so the project needs to be compiled explicitly using libc++. Support the "safe area" when redrawing the view to leave space for the notch in portrait and landscape orientations. | |||
2018-09-10 | Fix launch on recent iOS device (iOS 11.4.1) | Jonny Bergström | |
2017-11-30 | RELEASE: This is 2.1.0git | Thierry Crozat | |
2017-11-21 | RELEASE: 1.10 will henceforth be known as 2.0 | Colin Snover | |
General consensus on the ML was that people wanted to do this. http://lists.scummvm.org/pipermail/scummvm-devel/2017-November/012008.html | |||
2016-09-26 | RELEASE: This is 1.10.0git | Eugene Sandulenko | |
2016-02-13 | IOS: Adds support for iPad | Vincent Bénony | |
These keys are automatically added by Xcode when one compiles a regular Xcode project, but are missing when compiling from the command line. | |||
2016-02-05 | RELEASE: This is 1.9.0git | Eugene Sandulenko | |
2016-01-07 | IOS: Updates the splash screens | Vincent Bénony | |
2016-01-06 | IOS: Update the autotools template files | Vincent Bénony | |
2016-01-06 | IOS: Adds iPhone 6/6+ launch screens | Vincent Bénony | |
2016-01-06 | IOS: Recommanded settings for Xcode 7.2 | Vincent Bénony | |
2016-01-06 | IOS: Avoid subclassing UIApplication, and handle multitasking | Vincent Bénony | |
2016-01-06 | IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7) | Vincent Bénony | |
The "iphone" backend is the support for the old iPhones. The "ios7" backend is for the new iPhones. |