Changelog:
r44947 | compyx | 2024-01-04 19:51:49 +0000 (Thu, 04 Jan 2024) | 2 lines
Plus4: fix segfault on memhack initialization (see bug #1977)
------------------------------------------------------------------------
r44946 | compyx | 2024-01-04 13:38:29 +0000 (Thu, 04 Jan 2024) | 6 lines
Auto-screenshot: use PNG if `HAVE_PNG` is defined, otherwise fall back to BMP
The default for configure is `--with-png`, but it is possible to build the SDL
UI using `--without-png`, in that case we use BMP as the default auto-screenshot
format, since that is always available.
------------------------------------------------------------------------
r44945 | compyx | 2024-01-04 09:12:15 +0000 (Thu, 04 Jan 2024) | 2 lines
Screenshot: properly free "QuicksaveScreenshotFormat" resource on shutdown
------------------------------------------------------------------------
r44944 | compyx | 2024-01-04 08:57:31 +0000 (Thu, 04 Jan 2024) | 6 lines
Apply auto-screenshot patches by Matti H�m�l�inen (#363)
Patches applied: 001-quicksave-screenshot-2023-12-20.patch
002-dynamic-format-list.patch
003-remove-driver_is_video.patch
------------------------------------------------------------------------
r44943 | compyx | 2024-01-03 08:59:50 +0000 (Wed, 03 Jan 2024) | 4 lines
Gtk3: fix format specifier
GdkDragAction appears to be unsigned.
------------------------------------------------------------------------