Le Philousophe
51e174f202
ALL: Mark link commands as make recursive
...
With this make gives access to its jobserver for linker which will use
it when linking with -flto=jobserver
2021-01-17 21:53:15 +01:00
rsn8887
8b4cb4f745
BACKENDS: Fix GUI RGB cursor on PSP
2020-12-12 12:31:14 -06:00
Matthew Duggan
5135f1f4b9
ALL: Run optipng to reduce png file size
2020-11-01 21:34:03 +09:00
Cameron Cawley
5a47b09455
BACKENDS: Move default implementations of getScreenPixelBuffer into BaseBackend
2020-10-10 18:00:17 +02:00
rsn8887
d0fd0f1151
BACKENDS: Implement getScreenPixelBuffer() for PSP
2020-10-10 09:48:50 -05:00
Cameron Cawley
31be074893
BACKENDS: Add a function to return if the overlay is visible
2020-09-15 00:09:11 +02:00
aryanrawlani28
2fdb7bb894
BACKENDS: PSP: Fix compilation due to incorrect type in TimedMessageDialog
2020-08-30 20:03:26 +01:00
Eugene Sandulenko
98e0b14852
RELEASE: This is 2.3.0git
2020-08-30 13:42:19 +02:00
Cameron Cawley
2e6de7ee3f
BACKENDS: Replace use of bzero()
2020-07-26 23:55:28 +01:00
Cameron Cawley
453cc63c02
BACKENDS: Remove unneeded use of Graphics::createPixelFormat
2020-07-25 13:32:45 +02:00
Eugene Sandulenko
bcc9c81174
PSP: Fix compilation
2020-05-11 07:39:26 +02:00
Henrik "Henke37" Andersson
8ff38d7409
PSP: Use PauseToken.
2020-05-11 01:35:03 +02:00
Eugene Sandulenko
7a152e9af4
JANITORIAL: #include "engine.h" -> "engines/engine.h"
2020-05-10 23:45:43 +02:00
Cameron Cawley
099ef8db30
PSP: Make the PspTimer class a subclass of DefaultTimerManager
2019-12-10 08:35:13 +02:00
Cameron Cawley
2048c9cc78
AUDIO: Remove unused parameter from the MixerImpl constructor
2019-11-30 17:47:34 +02:00
sluicebox
04372d1560
PSP: 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
Cameron Cawley
6293299f40
BACKENDS: Remove unnecessary implementations of setGraphicsMode(const char *)
2019-11-18 08:09:15 +02:00
Eugene Sandulenko
41b49444b6
RELEASE: This is 2.2.0git
2019-09-23 00:12:30 +02:00
Cameron Cawley
e1878a372c
PSP: Fix missing semicolon
2019-09-06 13:59:47 +01:00
Cameron Cawley
7a8ddcbe38
PSP: Replace PSPSaveFileManager with DefaultSaveFileManager
2019-09-06 14:48:16 +02:00
Cameron Cawley
eb1f9fb02d
JANITORIAL: Remove outdated references to SourceForge.net
2019-07-02 21:07:54 +02:00
rsn8887
35785d04a8
PSP: remove legacy-libs, not needed with the updated psp toolchain
2019-04-25 17:31:05 -05:00
Matan Bareket
eaa9f23505
BUILD: Update logos and icons on ports
2019-04-02 10:55:57 -04:00
Cameron Cawley
09dbe7686b
JANITORIAL: Update all scummvm.org URLS to use https
2019-03-09 21:52:14 +01:00
Cameron Cawley
cf1d0354fe
PSP: Copy the extracted keyboard files instead of kbd.zip
2018-11-16 05:19:19 +00:00
Cameron Cawley
6360c7eb31
PSP: Add README.PSP to the output of the print-dists rule
2018-11-16 05:19:19 +00:00
Cameron Cawley
0170f396f5
PSP: Don't hard-code the version and list of data files in the build script
2018-11-16 05:19:19 +00:00
D G Turner
9c1dfe41aa
PSP: Fix Minor Memory Access Error and Leaks in Backend Code.
...
This is as per bug Trac #10654 .
2018-10-07 21:23:29 +01:00
Colin Snover
1dd41fa578
PSP: Add EBOOT.PBP to a dist files list for the Buildbot packager
2018-08-18 14:16:45 +02:00
Colin Snover
c240af799f
PSP: Fix compilation failures when debug printing is enabled
2018-08-18 13:49:15 +02:00
Colin Snover
7016c86d53
PSP: Fix bad indentation
2018-08-18 13:49:15 +02:00
Colin Snover
e49e34eede
PSP: Fix wrong/dangerous C-style casts
2018-08-18 13:49:15 +02:00
Colin Snover
334e0e7463
PSP: Remove dead code
2018-08-18 13:49:15 +02:00
rsn8887
c494123996
PSP: Fix loading of 4-bit PNG images
...
This fixes the loading of vkbd images from kbd subfolder:
kbd/keys_s_c4.png
kbd/keys_s4.png
kbd/nums_s4.png
kbd/keys_c4.png
kbd/syms_s4.png
kbd/keys4.png
kbd/nums4.png
kbd/syms4.png
2018-08-18 13:49:15 +02:00
Colin Snover
ce1868a28a
PSP: Fix usage of obsolete libpng APIs
...
These APIs were deprecated as early as libpng1.2 and were removed
by libpng1.5.
2018-08-18 13:49:15 +02:00
Adrian Frühwirth
cee4d6b853
JANITORIAL: Fix trailing whitespace
2018-05-24 15:30:55 +02:00
Cameron Cawley
b224b592c6
BACKENDS: Replace usage of stricmp/strcmpi/strcasecmp
2018-05-06 01:12:56 +02:00
rsn8887
e78984147d
PSP: fix bit shifts of cursor x/y, fix too-slow cursor
2018-01-05 15:51:39 -06:00
rsn8887
b2cf5a30bf
PSP: adjust cursor refresh to better match speed it had before it became smooth
2018-01-04 23:29:51 -06:00
rsn8887
4e4a5892c8
PSP: support mouse speed/joy deadzone options and smooth cursor motion
2018-01-04 06:07:34 -06:00
rsn8887
231407206d
PSP: Use aspect correction checkbox instead of extra graphics modes
2018-01-03 14:14:36 -06:00
D G Turner
a3d2c52687
PSP: Fix bug #10239 : PSP port incorrect 4:3 aspect ratio
...
This is based on a patch supplied by dam-soft. A new graphics mode is
added to the PSP port. The graphics mode is called '4:3 Aspect Ratio'
and fixes the incorrect AR. The older modes are also still present and
behave as before.
2017-12-29 01:21:40 -06:00
Colin Snover
a5bc89102e
ALL: Remove obsolete register keyword
...
The register keyword was deprecated from the C++11 standard,
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4193.html#809 >,
and removed from the C++17 standard,
<http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340 >, so
cannot exist in a well-formed C++17 program.
It has never done anything in GCC
<https://gcc.gnu.org/ml/gcc/2010-05/msg00113.html >
and because of the way it is specified in the standard, it is “as
meaningful as whitespace”
<http://www.drdobbs.com/keywords-that-arent-or-comments-by-anoth/184403859 >.
The one remaining use of the register keyword is in the DS backend,
where it is used to create a local register variable using the
non-standard GCC Extended Asm feature.
Closes gh-1079.
2017-12-03 20:27:42 -06:00
Thierry Crozat
cd7e6cd31c
RELEASE: This is 2.1.0git
2017-11-30 00:13:10 +00:00
Colin Snover
c13defd661
RELEASE: 1.10 will henceforth be known as 2.0
...
General consensus on the ML was that people wanted to do this.
http://lists.scummvm.org/pipermail/scummvm-devel/2017-November/012008.html
2017-11-21 15:26:52 -06:00
Colin Snover
ea2fa9093d
PSP: Improve const-correctness
2017-10-15 16:11:47 -05:00
Colin Snover
bda253b1ac
BACKENDS: Constify PaletteManager::grabPalette implementations
2017-10-15 13:47:19 -05:00
Eugene Sandulenko
940b2a20f1
Revert "COMMON: Change way the Singleton instances are instantiated"
...
This reverts commit eefa72afa1
.
With this patch ConfigManager is broken.
2017-07-10 21:17:41 +02:00
Thierry Crozat
eefa72afa1
COMMON: Change way the Singleton instances are instantiated
...
This fixes tons of warnings with clang from a recent xcode version on
macOS (and possibly other systems) complaining that an instantiation
of _singleton is required but no definition is available.
2017-07-10 21:11:20 +02:00