Commit Graph
8933 Commits
Author SHA1 Message Date
Bastien Bouclet 68bd697180 AUDIO: Removed most of the MIDI infrastructure
It's not needed in ResidualVM
2019-06-08 06:36:55 +02:00
Bastien Bouclet e149814766 JANITORIAL: Replaced a few instances of ScummVM in error messages 2019-06-08 06:06:48 +02:00
Hubert Maier 0bb8c0c8a6 AMIGAOS4: RM2AG.rexx rewrite
closes #1631
2019-06-06 14:46:11 +02:00
SupSuper 091b6ebe39 WIN32: Fix leaked handles in CreateProcess 2019-06-03 20:17:24 +03:00
Bastien Bouclet 4c9a5cd1d6 SDL: Fix compiler warning 2019-06-02 20:10:46 +02:00
Paweł Kołodziejski 776d7380d0 SDL: Another attempt to fix SDL1 compilation 2019-06-01 12:08:53 +02:00
Paweł Kołodziejski 7408699293 SDL: Fixed compilation for SDL1 2019-06-01 11:44:26 +02:00
Bastien Bouclet 113b9132b7 GUI: Add a drop down menu to select the anti aliasing level 2019-05-30 11:44:50 +02:00
rsn8887 a6d7c6c02a SWITCH: Update build instructions in readme.switch 2019-05-24 12:14:45 -05:00
rsn8887 afc9182e5b SWITCH: Update build instructions etc. in readme.switch 2019-05-24 10:32:47 -05:00
rsn8887 655fea4a6f SWITCH: Enable gfx filtering by default for better image quality 2019-05-23 10:07:11 -05:00
rsn8887 f7ba39c4d5 SWITCH: add makefile target switch_release for buildbot 2019-05-22 09:56:00 -05:00
Le Philousophe dc0bfbc724 COMMON: Fix button state desynchronization when warping mouse 2019-05-22 00:14:56 +02:00
Bastien Bouclet 119ff7f2f3 SDL: Don't include png.h when building without libpng
Should make possible to build on AmigaOS 4 where the Image namespace
conflicts with a struct from the SDK.
2019-05-19 14:07:00 +02:00
Bastien Bouclet b0ffcb6899 SDL: Always clear the buffer after creating an OpenGL context
That way it's not possible for garbage to be visible on the first frame,
even when an error dialog is shown before the engine has a chance to render.
2019-05-18 15:25:51 +02:00
Lothar Serra Mari 95d4678de7 NEWS: Convert German NEWS file to Markdown (#1627)
* NEWS: Convert German NEWS file to Markdown

* NEWS: Fix Markdown conversion errors in NEUES.md

* BUILD: Add the German NEWS file to the build system

* NEWS: Fix formatting in NEUES.md
2019-05-18 14:03:43 +02:00
rsn8887 30ee1f2cdc Switch: fix version, remove redundant settings and unneeded defines 2019-05-12 11:59:44 +03:00
rsn8887 875bc0b1c2 Switch: fix build, add build instructions, avoid using delete() 2019-05-12 11:59:44 +03:00
Cpasjuste 488bbb267a SWITCH: add nintendo switch support 2019-05-12 11:59:44 +03:00
Paul Gilbert b821e8fce4 COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStream 2019-05-12 11:44:15 +03:00
Cameron Cawley 6989e63a25 ANDROID: Make pushEvent take 7 parameters instead of 6 2019-05-09 18:58:09 +01:00
SupSuper 276f6e0bfd SDL: Fix MSVC warnings
Fixes warning C4121: alignment of a member was sensitive to packing
by hiding warnings from system headers
2019-05-09 18:13:10 +10:00
SupSuper 03c43f0588 CLOUD: Fix MSVC warnings
Fixes warning C4305: truncation from 'double' to 'float'
2019-05-09 18:13:10 +10:00
D G Turner 889cadaca5 BACKENDS: Fix GCC Compiler Warning in Default Timer Implementation
This is another instance of a warning from usage of memset on a
non-trivial data structure, but this can be removed and replaced by a
constructor.
2019-05-09 05:06:44 +01:00
Thierry Crozat 04301f32d0 AmigaOS4: Fix copy of renamed RM2AG.rexx file 2019-05-06 12:23:42 +01:00
Stefan a122470034 AmigaOS4: Activate syntax highlighting in GitHub 2019-05-05 15:51:02 +03:00
Bastien Bouclet 1d0d842e2a BUILD: Add the licence file for the Source Code Pro font 2019-05-05 08:52:12 +02:00
Cameron Cawley 3309c574c0 DS: Replace strlcpy with Common::strlcpy 2019-05-01 16:43:26 +01:00
Cameron Cawley 68e700ea54 PSP2: Fix warning 2019-05-01 16:43:04 +01:00
Cameron Cawley fb0b63ba66 RISCOS: Add Drag and Drop support 2019-04-30 22:17:04 +01:00
Cameron Cawley d7b2b1b8f9 GUI: Support adding games via Drag and Drop 2019-04-30 22:17:04 +01:00
Cameron Cawley 04229fd70b POSIX: Clean up formatting 2019-04-28 15:06:31 +01:00
rsn8887 35785d04a8 PSP: remove legacy-libs, not needed with the updated psp toolchain 2019-04-25 17:31:05 -05:00
Thierry Crozat 66ef22d555 MACOSX: Improve opening files from the Help menu
Now in addition to rtf extension and no extension, it also looks
for the html and md extensions. Also unless the extension is RTF or
HTML, which are widely recognized, it explicitely indicate that the
file should be open with TextEdit.

This fixes bug #10938, with opening the README and NEWS file from
the Help menu failing when the bundle was compiled without using
pandoc and thus the only files available are the markdown ones.

Support for the html extension is to prepare for a future change
to have a nicer README than the plain text one.
2019-04-21 11:01:34 +01:00
Cameron Cawley 5d7cd526e8 ANDROID: Add a pthreads-based mutex manager 2019-04-20 15:53:56 +03:00
Cameron Cawley 50ed922cb7 RISCOS: Support creating a StrongHelp manual 2019-04-18 03:55:22 +01:00
Cameron Cawley 3c770580d1 ANDROID: Mouse and stylus support
Originally from ScummVM.
2019-04-16 22:44:37 +01:00
Dries Harnie c4c315decc Merge pull request #1537 from ccawley2011/android-input
ANDROID: Clean up input
2019-04-16 08:10:56 +02:00
Dries Harnie 29a87b134e Merge branch 'master' into android-features 2019-04-16 07:59:53 +02:00
Dries Harnie 343106382c Merge pull request #1535 from ccawley2011/android
ANDROID: Update to compile with modern NDKs
2019-04-16 07:57:16 +02:00
Cameron Cawley ab0fab9bf9 POSIX: Move implementation of exists, isReadable and isWritable into posix-fs.cpp 2019-04-16 00:55:43 +03:00
Cameron Cawley 8c15b41dd7 RISCOS: Move the path conversion functions into a separate file 2019-04-15 16:24:51 +01:00
Cameron Cawley bcef809e61 WINCE: Fix compilation 2019-04-15 08:06:39 +03:00
Cameron Cawley 2af325f60a ANDROID: Factor event pushing into pushEvent
Originally from ResidualVM.
2019-04-12 21:42:54 +01:00
Cameron Cawley d75a1355ba ANDROID: Move event types to a separate file
Originally from ResidualVM.
2019-04-12 21:39:07 +01:00
Cameron Cawley 67324ff6e7 ANDROID: Don't force use of the Modern theme 2019-04-12 21:09:55 +01:00
Cameron Cawley 7f0c9a34ec ANDROID: Implement clipboard support 2019-04-12 21:04:19 +01:00
Cameron Cawley 0361373700 ANDROID: Use the dedicated GUI option for enabling the touchpad mode 2019-04-12 21:00:08 +01:00
Cameron Cawley 4c38b454fe ANDROID: Replace getPixelFormatName function with PixelFormat::toString 2019-04-12 20:55:12 +01:00
Cameron Cawley 26678d034b ANDROID: Open the main menu when the Play/Pause button is pressed 2019-04-12 20:32:20 +01:00