Commit graph

310 commits

Author SHA1 Message Date
Leon Styhre e0b555e51d Bumped the version to 3.0.3 2024-06-09 21:54:49 +02:00
Leon Styhre e6653bc239 (Linux) Added a DEINIT_ON_LAUNCH build flag to support KMS/direct framebuffer access 2024-05-19 19:09:04 +02:00
Leon Styhre c7f56190ee (macOS) Changed the minimum required OS version from 10.15 'Catalina' to 11 'Big Sur' 2024-05-16 17:06:07 +02:00
Leon Styhre 4cd4a8e6c0 Bumped the version to 3.0.2 2024-05-11 16:07:42 +02:00
Leon Styhre e0b9bee90d Small CMake configuration change 2024-03-28 23:17:33 +01:00
Leon Styhre 5405f22b78 Bumped the version to 3.0.1 2024-03-15 19:43:36 +01:00
Leon Styhre 863d8b04af (Android) Removed support for the Lite release 2024-03-09 13:03:59 +01:00
Leon Styhre 68c906635f (Android) Added a check for application updates on startup 2024-02-25 12:26:32 +01:00
Leon Styhre 89f65d092b (Android) The versionCode is now included in the version printout on application startup
Also removed the v before the version name on all platforms
2024-02-25 11:32:44 +01:00
Leon Styhre 3e4db5e62c Bumped the version to 3.0.0 2024-02-17 11:41:09 +01:00
Leon Styhre c9ff27b3be (Android) Separated the build artifacts for the Full and Lite releases 2024-01-15 19:20:44 +01:00
Leon Styhre 3964cb2bcf (Android) Fixed some CMake issues when building ARM and x86 at the same time 2024-01-15 17:39:25 +01:00
Leon Styhre d934cfb48f Added support for filtering UTF-8 strings using UTF8-CPP 2024-01-03 17:29:22 +01:00
Leon Styhre 99c5be8a39 (Android) Added CMake configuration for the Lite release 2023-12-25 22:35:35 +01:00
Leon Styhre 717dce004d (Windows) Removed support for building the application using MinGW 2023-12-19 17:38:21 +01:00
Leon Styhre 361bf832e1 Changed the application name from EmulationStation Desktop Edition to ES-DE 2023-12-16 12:30:13 +01:00
Leon Styhre 854cef60cb (Android) Made PDF rendering work correctly using Poppler 2023-12-11 18:38:11 +01:00
Leon Styhre 7d1e7d95e9 Disabled the application updater when building for Android 2023-12-08 17:25:38 +01:00
Leon Styhre a83763c2c3 (Android) Added preliminary support for copying assets to the internal data directory 2023-12-07 18:28:55 +01:00
Leon Styhre e9457306a8 (Android) Added the Android API level to a CMake build message 2023-12-07 18:24:40 +01:00
Leon Styhre 84534cf5d7 (Android) Added the application ID to the log output
Also changed the general log output formatting slightly
2023-12-07 18:21:03 +01:00
Leon Styhre 10a048b416 (Android) Added networking support 2023-12-07 18:01:11 +01:00
Leon Styhre 145cd85b0a (Android) Added build support to the CMake configuration 2023-12-07 17:39:42 +01:00
Leon Styhre 2cd3e7af66 Bumped the version to 3.0.0-alpha 2023-11-13 22:33:07 +01:00
Leon Styhre 54cf23b2d7 (macOS) Made an annoying compiler warning go away regardless of release type 2023-11-10 20:37:22 +01:00
Leon Styhre 6ec7e50cd5 (macOS) Fixed an additional dependency library build issue 2023-11-05 12:42:40 +01:00
Leon Styhre fe1e68ff98 Bumped the version to 2.2.1 2023-11-04 09:50:54 +01:00
Leon Styhre d7ec11739d Updated the CMake configuration for the 2.2.0 release 2023-11-02 12:59:58 +01:00
Leon Styhre dc82bfdaf1 (macOS) Changed a compiler warning suppression to be enabled by Clang version instead of CPU architecture 2023-10-11 19:08:50 +02:00
Leon Styhre d6b26e174c (macOS) Disabled some annoying compiler warnings regarding invalid UTF characters in the FreeImage header files 2023-10-07 15:50:17 +02:00
Leon Styhre 10b55341cf Bumped the version to 2.2.0-beta 2023-09-09 11:07:44 +02:00
Leon Styhre 752065e869 Changed some incorrect CMake configuration entries for the Emscripten build 2023-09-06 21:58:19 +02:00
Leon Styhre 5d0b4ddfc4 (Windows) Defined UNICODE and _UNICODE in the Cmake configuration to force Unicode support for the Win32 API 2023-08-10 19:30:10 +02:00
Leon Styhre 772f2dea90 (macOS) Changed the minimum required OS version from 10.14 'Mojave' to 10.15 'Catalina'
Also completely removed support for the legacy OS build
2023-07-29 16:08:40 +02:00
Leon Styhre e06684daea Bumped the version to 2.2.0-alpha 2023-07-29 11:35:41 +02:00
Leon Styhre 81ac2fd2a6 Bumped the version to 2.1.2 2023-07-20 15:58:06 +02:00
Leon Styhre e210a67088 Bumped the version to 2.1.1 2023-07-15 20:34:58 +02:00
Leon Styhre 5eb0207b0f Bumped the version to 2.1.0 2023-07-13 16:33:48 +02:00
Leon Styhre 4a6732876c Bumped the version to 2.1.0-beta 2023-07-06 20:06:49 +02:00
Leon Styhre 37f33b182e Removed an obsolete NanoSVG include configuration entry from the CMake configuration 2023-06-28 21:03:15 +02:00
Leon Styhre 1b052a174b Updated FFmpeg to 6.0 on Windows and macOS 2023-06-25 12:42:16 +02:00
Leon Styhre a58eaa83b5 (Windows) Added the Poppler library to the dependency setup scripts
Also changed all dependencies to not include version numbers in their directory names and updated curl to 8.1.2, FreeType to 2.13.0, libgit2 to 1.6.4 and pugixml to 1.13
2023-06-24 13:27:42 +02:00
Leon Styhre 2fa71dfd0b Removed the PoDoFo dependency and replaced its functionality with the Poppler library 2023-06-22 11:34:03 +02:00
Leon Styhre bd2c229476 Added a PDF viewer
Also added the PoDoFo and Poppler libraries as dependencies
2023-06-21 23:02:19 +02:00
Leon Styhre ec2ff0af38 Bumped the version to 2.1.0-alpha 2023-04-23 19:56:14 +02:00
Leon Styhre f6e504fe1f Updated SDL from 2.26.3 to 2.26.5 2023-04-09 14:12:28 +02:00
Leon Styhre 9106013ade Bumped the version to 2.0.1 2023-03-22 21:11:41 +01:00
Leon Styhre c8f318b344 (macOS) Added the libgit2 library as a dependency 2023-03-22 00:17:26 +01:00
Leon Styhre 38980ffd44 (Windows) Added the libgit2 library as a dependency 2023-03-21 23:22:07 +01:00
Leon Styhre 32db3d78b1 (Unix) Added the libgit2 library as a dependency 2023-03-21 17:24:24 +01:00