Commit Graph
6575 Commits
Author SHA1 Message Date
Vincent Bénony 1c515e90e2 IOS: Formatting 2016-01-06 16:20:30 +01:00
Vincent Bénony 16605a3e10 IOS: Moves the helper function were it is used. 2016-01-06 16:20:29 +01:00
Vincent Bénony 793acc0f2d IOS: Adds a warning regarding the usage of the ChRootFS class 2016-01-06 16:20:29 +01:00
Vincent Bénony aa77c0c92d IOS: Disable scalers 2016-01-06 16:20:28 +01:00
Vincent Bénony a522c82f85 IOS: Removes a useless variable 2016-01-06 16:20:28 +01:00
Vincent Bénony efdb5679ce IOS: Merge branch 'master' into ios-fix 2016-01-06 16:20:23 +01:00
Vincent Bénony 64f50761ec IOS: Merge master 2016-01-06 16:19:03 +01:00
Vincent Bénony fae79955e5 IOS: Better emulation of the right mouse button 2016-01-06 16:17:39 +01:00
Vincent Bénony 1657b9d432 IOS: Update compilation instructions for FluidSynth 2016-01-06 16:17:39 +01:00
Vincent Bénony 71b2fa9b49 IOS: Fixes an issue with the mouse pointer when returning from Sam&Max 2016-01-06 16:17:38 +01:00
Vincent Bénony c99456ecff IOS: Brings support for FluidSynth 2016-01-06 16:17:38 +01:00
Vincent Bénony 8d9b13059b IOS: Updates compilation instructions 2016-01-06 16:17:38 +01:00
Vincent Bénony dcfe197317 IOS: Info on Linux toolchain, and compilation instructions 2016-01-06 16:17:38 +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 c4b8db5589 IOS: Typo 2016-01-06 16:17:37 +01:00
Vincent Bénony 9b51cafc04 IOS: Updates compilation instructions 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 56ca0b9dc2 IOS: Scales the GUI for the iPad Pro 2016-01-06 16:17:37 +01:00
Vincent Bénony 14a0a3d032 IOS: Better resolution handling 2016-01-06 16:17:36 +01:00
Vincent Bénony dd950fdb22 IOS: Removes a global variable 2016-01-06 16:17:35 +01:00
Vincent Bénony dad50ae0cc IOS: Fixes memory leak 2016-01-06 16:17:35 +01:00
Vincent Bénony c813e5d87e IOS: Move declarations in the common header file 2016-01-06 16:17:35 +01:00
Vincent Bénony e9378ccf3e IOS: Avoid subclassing UIApplication, and handle multitasking 2016-01-06 16:17:35 +01:00
Vincent Bénony 5b15f06b92 IOS: Wrong deallocator called 2016-01-06 16:17:34 +01:00
Vincent Bénony 699c350481 IOS: Renames iOS7 classes to avoid confusion 2016-01-06 16:17:34 +01:00
Vincent Bénony 873e38372b IOS: Removes new generic syntax to be able to compile with older clang toolchain 2016-01-06 16:17:33 +01:00
Vincent Bénony 67ffd4b2bd IOS: Updates compilation instructions 2016-01-06 16:17:33 +01:00
Vincent Bénony 638dc113f8 IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)
The "iphone" backend is the support for the old iPhones.
The "ios7" backend is for the new iPhones.
2016-01-06 16:17:33 +01:00
Vincent Bénony 124d37247b IOS: Remove extra comma 2016-01-06 16:17:33 +01:00
Vincent Bénony de6e78eecd IOS: Fixes a typo 2016-01-06 16:17:32 +01:00
Vincent Bénony 3b5d14b51a ISO: Updates instructions for command line compilation 2016-01-06 16:17:31 +01:00
Vincent Bénony 4713f76802 IOS: Clean the path of the Savegames directory 2016-01-06 16:17:31 +01:00
Vincent Bénony e9934b8cc4 IOS: Fixes a crash on startup on iOS 7 2016-01-06 16:17:31 +01:00
Vincent Bénony c1e664b6d6 IOS: Replaces spaces with tabs 2016-01-06 16:17:31 +01:00
Vincent Bénony 106e3a87bd IOS: Updates the compilation instructions 2016-01-06 16:17:31 +01:00
Vincent Bénony 5bea2b416d IOS: Moves the compilation instructions in the platform directory 2016-01-06 16:17:31 +01:00
Vincent Bénony 3f829daa1d IOS: Fixes tabs 2016-01-06 16:17:30 +01:00
Vincent Bénony 39b98c1cc6 IOS: Fixes rotation and event handling 2016-01-06 15:35:31 +01:00
Vincent Bénony 62606412b1 IOS: Uses the chroot filesystem 2016-01-06 15:35:31 +01:00
Vincent Bénony 452968ec67 IOS: Adds a getter for the touchpad mode 2016-01-06 15:35:31 +01:00
Vincent Bénony e82a46c2e3 IOS: Fixes the virtual keyboard 2016-01-06 15:35:31 +01:00
Vincent Bénony 108ce38443 IOS: Added a chroot like filesystem
This is needed because it is not possible to keep absolute paths to the iOS document directory, because a part of its name change between each installation / update.
2016-01-06 15:35:17 +01:00
Eugene Sandulenko 55100f224a ALL: Update copyright years 2016-01-01 13:33:39 +01:00
Johannes Schickel 366e164705 SDL: Implement initial support for resizable window with SDL2.
The code is disabled for now.
2015-12-18 19:12:11 +01:00
Thierry Crozat ef62422e59 OSX: Fix menus when using SDL2
We remove the menus added by SDL before inserting our own menus,
but the code assumed that there were two SDL generated menus. SDL2
actually adds three menus. So the new code makes no assumptions on
the number of menus so that it works with both SDL1.2 and SDL2.

Also fix an issue on OS X 10.4 and earlier that caused the app menu
to be nameless.
2015-12-16 20:42:11 +00:00
Bastien Bouclet f37fb24caa PS3: Set the default audio output rate to 48000 Hz
SDL does an awful job at resampling 44100 -> 48000 Hz
2015-12-15 20:10:19 +01:00
Bastien Bouclet aa9191c4c4 PS3: Remove the SDL2 mixer manager.
It was only used by the PS3 backend, and the standard SDL mixer was fixed
to work in the PS3 case.
2015-12-15 20:10:19 +01:00
Bastien Bouclet f985a039d5 SDL: Ensure the audio sample format is supported
When SDL returns an unsupported audio sample format, ask
SDL to do resampling to the one ScummVM expects.

This is needed for the PS3 which natively only supports
32 bits floating point as a sample format.
2015-12-15 20:10:19 +01:00
Bastien Bouclet b9a1074999 PS3: Make use of an updated SDL2 version
This version, available at https://bitbucket.org/bgK/sdl_psl1ght, is based on SDL 2.0.3.
2015-12-15 20:10:19 +01:00