Thierry Crozat
947db98d9b
IOS7: Properly restore state when the process has been terminated
2020-09-13 00:46:32 +01:00
Thierry Crozat
ecaa8e5440
IOS7: Save state as a background task when entering background
...
This is better than using an hardcoded delay for two main reasons.
The first one is that the application can terminate as soon as it
has finished saving the state, and the second one is that it will
still work if saving the state takes longer than the delay that
was hardcoded.
2020-09-13 00:46:32 +01:00
Thierry Crozat
97af5542b1
IOS7: Implement game state save/restore when switching tasks
...
This only works if the running engines can save the game at the
time when ScummVM goes to the background.
This should partially fix bug #7871 .
2020-09-13 00:46:31 +01:00
sluicebox
42217b5852
IOS7: Implement horizontal shake
2019-11-19 00:20:40 +01:00
sluicebox
b8390fa161
GRAPHICS: Add interface for horizontal shake
2019-11-19 00:20:40 +01:00
Thierry Crozat
4795f2b68a
IOS: Implement kFeatureVirtualKeyboard to show/hide the keyboard
2019-02-16 17:20:57 +00:00
Johannes Schickel
f8ef5e2476
IOS7: Make includes match our style.
2016-01-07 12:44:48 +01:00
Johannes Schickel
8fc03872c4
IOS7: Use #include instead of #import.
...
We always use #include. #import is a nice ObjC feature (in theory), but can
lead to odd results in corner cases.
2016-01-07 12:44:48 +01:00
Johannes Schickel
17a57443ae
IOS7: Use standard include guard names.
2016-01-07 12:44:48 +01:00
Vincent Bénony
aa77c0c92d
IOS: Disable scalers
2016-01-06 16:20:28 +01:00
Vincent Bénony
cfcd3842ed
IOS: Adds iPhone 6/6+ launch screens
2016-01-06 16:17:37 +01:00
Vincent Bénony
7324f87b9a
IOS: Switches to OpenGL ES 2.0 to ease debugging with Xcode
2016-01-06 16:17:37 +01:00
Vincent Bénony
80afba232a
IOS: Implements scalers
2016-01-06 16:17:37 +01:00
Vincent Bénony
dd950fdb22
IOS: Removes a global variable
2016-01-06 16:17:35 +01:00
Vincent Bénony
699c350481
IOS: Renames iOS7 classes to avoid confusion
2016-01-06 16:17:34 +01:00