393 Commits

Author SHA1 Message Date
Pawel Kolodziejski
c4a605505e ANDROID: Fixed compilation 2020-09-12 15:16:46 +02:00
Pawel Kolodziejski
bc84ce2469 ANDROID: Fixed gfx method 2020-09-03 03:12:07 +02:00
Pawel Kolodziejski
03426360ef ANDROID: Sync events code 2020-09-03 03:07:17 +02:00
Pawel Kolodziejski
1884ccaa3a ANDROID: Try to sync Android backend 2020-09-03 02:50:39 +02:00
Pawel Kolodziejski
d5304e2568 ALL: Synced with ScummVM - rev: 33a47d23b85694015fe2aa340219d2b60db873f3 2020-09-03 02:21:14 +02:00
Pawel Kolodziejski
acd114234f XCODE: Fixed creating project file 2020-09-02 08:25:41 +02:00
Pawel Kolodziejski
949d251fc5 BACKENDS: Fixed typo in name 2020-08-29 15:14:40 +02:00
Artem Vorobiev
fc02c528b9 ANDROID: Fix sigsegv and sigfpe on start. Enable basic touch control. 2020-08-27 19:56:32 +02:00
Pawel Kolodziejski
aea3bae26d ALL: Synced with ScummVM - rev 0b777c23a9807d149a11d4df5ea3f4e748fb53f2 2020-08-11 00:59:40 +02:00
Pawel Kolodziejski
3de1a96480 ANDROID: Reverse changes from ScummVM sync 2020-06-25 10:58:11 +02:00
Pawel Kolodziejski
fa277fcb48 ALL: Sync with ScummVM - rev a94849abc4d35f696a0322792ae5f9e3ccd6249b 2020-06-25 08:34:00 +02:00
Pawel Kolodziejski
99197060d3 ANDROID: Fixed compilation after sync 2020-06-22 08:28:07 +02:00
Pawel Kolodziejski
8f4e1c6cf3 Sync with ScummVM rev. 654b8208b878ddb72bd5d6c1bbc43934b31231b7 2020-06-22 08:14:16 +02:00
Dries Harnie
7823e94c18 ANDROID: Shift graphics code to graphics.cpp
This brings our port more in line with ScummVM. Much of the code there
now is analogous to graphics/opengl/opengl-graphics.h
2020-06-09 12:45:15 +02:00
Dries Harnie
33975233de ANDROID: Remove focus rect and zoning 2020-06-09 12:45:15 +02:00
Dries Harnie
146551f994 ANDROID: Move to ModularBackend 2020-06-09 12:45:14 +02:00
Dries Harnie
20207012ae ANDROID: Remove a few more differences with ScummVM 2020-06-09 12:45:14 +02:00
Dries Harnie
2d4b666aa1 ANDROID: Remove a few differences with ScummVM 2020-06-09 12:45:14 +02:00
Dries Harnie
fb7260c406 ANDROID: Reduce differences with ScummVM 2020-06-09 12:45:14 +02:00
Dries Harnie
1a49825573 ANDROID: Replace KeyReceiver by g_System::pushEvent 2020-06-09 12:45:14 +02:00
Dries Harnie
6063865b9e ANDROID: Fix-up after sync with ScummVM 2020-06-09 12:45:14 +02:00
Hubert Maier
9a515b0d33 AMIGAOS4: Automate installation process on local builds 2020-05-29 19:20:31 +02:00
Cameron Cawley
1e1d8fbe5a RISCOS/PS3: Ensure that event sources are using the right parent class 2020-05-15 15:48:08 +02:00
Cameron Cawley
65a09ee0fa BASE: Always set a default value for the vsync config key 2020-05-15 15:48:08 +02:00
Cameron Cawley
487c2f6221 RISCOS: Fix missing include 2020-05-15 15:48:08 +02:00
Pawel Kolodziejski
440fe9d5f4 SDL: Fixed win32 target compilation 2020-05-13 01:39:47 +02:00
Pawel Kolodziejski
6e02b9d5d6 SDL: Based on PR #1624 and more sync with ScummVM 2020-05-12 23:46:03 +02:00
Pawel Kolodziejski
8538d8d5e9 SDL: Bypass some joystick keymapper flow as it generate simultaneous mouse event too. This restore proper joystick events to engines which support joystick. 2020-05-12 21:03:38 +02:00
Pawel Kolodziejski
a36764257b SDL: Fixed typo in pollEvent and reduce code duplication. 2020-05-12 14:58:16 +02:00
Pawel Kolodziejski
128f7fc156 SDL: Attempt to fix joystick support 2020-05-11 21:57:41 +02:00
Pawel Kolodziejski
88cefe47c0 ALL: Small sync with ScummVM 2020-05-11 21:56:33 +02:00
Pawel Kolodziejski
d01d06216f SDL: Move detection of the desktop resolution into the SdlWindow class 2020-05-10 23:04:31 +02:00
Cameron Cawley
05990f23e6 RISCOS: Add FindHelp from ScummVM 2020-05-10 20:06:28 +02:00
Cameron Cawley
335ac3e539 RISCOS: Support creating a StrongHelp manual 2020-05-10 20:06:28 +02:00
Pawel Kolodziejski
bd32585c45 ALL: Added missing files, don not enable docker plugin 2020-05-09 20:58:00 +02:00
Pawel Kolodziejski
b586571900 ALL: synced with ScummVM commit 09bf38c1207aa32b9966e8642ee60e2186e15789 2020-05-09 20:05:54 +02:00
Paweł Kołodziejski
b5d73d4c22 Revert "SDL: Move detection of the desktop resolution into the SdlWindow class" 2020-04-17 17:59:36 +02:00
Dries Harnie
d195f77c40
Merge pull request #1622 from ccawley2011/getDesktopResolution
SDL: Move detection of the desktop resolution into the SdlWindow class
2020-04-17 16:41:06 +02:00
Cameron Cawley
bf2e80a183 SDL: Move detection of the desktop resolution into the SdlWindow class 2020-04-16 17:18:53 +01:00
Ian Douglas Scott
14b7eadc45
Fix error during glew loading under Wayland
Solution taken from Supertux: https://github.com/SuperTux/supertux/pull/808
2020-04-11 18:58:54 -07:00
Dries Harnie
423f911987 ANDROID: Force browser_lastpath to the value in --path
This forces the file browser dialog to always open onto the
external SD card.
2020-04-07 14:21:13 +02:00
Dries Harnie
0e1ac9b46c BUILD: Android build fixes for OSX 2020-04-06 17:06:41 +02:00
Cameron Cawley
d95e7504ed BUILD: Convert the NEWS.md file if pandoc is installed 2020-03-12 11:28:00 +00:00
Dries Harnie
8a01b028fb TRAVIS: Base ANDROID_VERSIONCODE on Travis build number 2020-03-07 15:13:23 +01:00
Dries Harnie
51d4e1b66d ANDROID: Sign package using $KEYSTORE 2020-03-07 15:13:23 +01:00
Dries Harnie
eac71426c2 TRAVIS: Build APK for both architectures at once 2020-03-07 15:13:23 +01:00
Cameron Cawley
e41832141c RISCOS: Fix missing include 2020-02-21 07:12:31 +01:00
Bastien Bouclet
feaf9dc365 ALL: Sync with ScummVM rev. 55dba55056b842e02475d8c95fa621f431b5e3be 2019-12-08 17:06:42 +01:00
Bastien Bouclet
93929be2c1 SDL: Use the current screen resolution when switching to fullscreen
Previously we used the resolution of the first screen. Fixes being
unable to switch to fullscreen when using two screens with different
resolutions.
2019-11-01 13:29:01 +01:00
Dries Harnie
1c3df744a1 ANDROID: Copy pthread mutex manager from ScummVM 2019-09-28 16:09:48 +02:00