Eugene Sandulenko
432383a667
ALL: Remove Tizen port
2020-08-01 14:42:45 +02:00
Cameron Cawley
2e6de7ee3f
BACKENDS: Replace use of bzero()
2020-07-26 23:55:28 +01:00
antoniou
4685d7d2e6
ANDROID: Don't reset the autosave period to 0 upon launch
2020-07-25 22:42:43 +03:00
Cameron Cawley
453cc63c02
BACKENDS: Remove unneeded use of Graphics::createPixelFormat
2020-07-25 13:32:45 +02:00
Cameron Cawley
0a29fced6e
WII: Replace use of Graphics::ColorMasks
2020-07-25 13:32:45 +02:00
Cameron Cawley
ceed6b2c8c
NULL: Allow using Ctrl+C to open the debugger
2020-07-25 13:31:33 +02:00
antoniou79
617e56f165
ANDROID: increase jvm memory to 4096m
2020-07-24 06:34:11 +00:00
Bastien Bouclet
1de6764891
3DS: Use the 800x240px graphics mode for the top screen
...
The extra horizontal resolution results in much improved visuals
for hi-resolution games.
2020-07-19 17:41:05 +02:00
Bastien Bouclet
4825e9f967
3DS: Upgrade to libctru v2.0.0
2020-07-19 17:41:05 +02:00
Bastien Bouclet
5b69df78d4
3DS: Fix potential integer overflow in circle pad handling
2020-07-19 17:41:05 +02:00
Bastien Bouclet
0a567b6058
3DS: Implement OSystem::kFeatureFilteringMode
2020-07-19 17:41:05 +02:00
Cameron Cawley
b41c5f1952
ANDROID: Implement OSystem::convertEncoding()
2020-07-18 15:14:01 +03:00
Cameron Cawley
0efce44e81
ANDROID: Clean up the text conversion code
2020-07-18 15:14:01 +03:00
Mataniko
f2697269fa
BUILD: Support building Android on OSX
2020-07-06 17:39:45 -04: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 a94849abc4
2020-06-25 08:34:00 +02:00
Bastien Bouclet
8ccb564772
3DS: Fix crash when quitting with the home button when a game is started
...
Fixes #11512 .
2020-06-22 21:10:41 +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. 654b8208b8
2020-06-22 08:14:16 +02:00
Cameron Cawley
00e3c03755
ALL: Remove unnecessary graphics/colormasks.h includes
2020-06-15 16:59:34 +01: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
Philippe Valembois
a8f270eb25
DS: Fix build of C files when specifying -ansi in CXXFLAGS
...
Compiling externally provided C files using CXXFLAGS makes build fail
when specifying -ansi because files are not ANSI C compliant.
configure script don't provide a CFLAGS variable so we just override
using -std flag
2020-06-02 19:47:57 +02:00
Marcus Comstedt
a37a33c008
DC: Fix a compilation warning
2020-06-01 19:47:31 +02:00
Philippe Valembois
3be555db01
3DS: Don't use auto as it's a C++11ism
...
That makes build fail when using -ansi
2020-05-30 19:43:13 +02:00
Cameron Cawley
6379adad21
WIN32: Fix missing include
2020-05-29 21:17:34 +01:00
Cameron Cawley
23e3a672b0
DS: Fix compilation with C++11 enabled
2020-05-29 20:05:02 +01:00
Hubert Maier
9a515b0d33
AMIGAOS4: Automate installation process on local builds
2020-05-29 19:20:31 +02:00
Cameron Cawley
30c00656e1
NULL: Ensure that the timer callback is called regularly
2020-05-27 12:41:51 +02:00
Cameron Cawley
068b3371bd
NULL: Add implementation of getMillis, delayMillis and getTimeAndDate
2020-05-27 12:41:51 +02:00
Thanasis Antoniou
a405524123
ANDROID: Use ApplicationContext for WIFI service look up
...
Android Studio warns for memory leaks otherwise on devices < Android N
2020-05-24 20:30:21 +03:00
Zvika Haramaty
a611975561
WIN32: Fix convertEncoding problem due to String deallcation
2020-05-19 12:32:58 +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
Cameron Cawley
fd0741bfb1
RISCOS: Fix missing include
2020-05-15 14:17:42 +01:00
Pawel Kolodziejski
6e02b9d5d6
SDL: Based on PR #1624 and more sync with ScummVM
2020-05-12 23:46:03 +02:00
mataniko
321a02aff2
JANITORIAL: Rename shouldRTL, resetRTL and FORCE_RTL
2020-05-12 10:36:38 +02:00
Pawel Kolodziejski
88cefe47c0
ALL: Small sync with ScummVM
2020-05-11 21:56:33 +02:00
Bastien Bouclet
dad5571592
3DS: Fix crash when closing the console while the 3DS options dialog is open
2020-05-11 18:29:08 +02:00
Eugene Sandulenko
2f9c28a699
ANDROID: Another blind attempt to fix compilation. Sigh
2020-05-11 10:11:08 +02:00
Eugene Sandulenko
a211e9db2b
ANDROID: Instantiate static class variable
2020-05-11 10:06:58 +02:00
Eugene Sandulenko
ca25a95e2c
3DS: Remove extra dereferencing
2020-05-11 08:31:36 +02:00
Eugene Sandulenko
b11a2aea65
ANDROID: Fix reference
2020-05-11 08:28:28 +02:00
Eugene Sandulenko
449f895680
3DS: Fix compilation
2020-05-11 07:45:46 +02:00