Leon Styhre
|
de45f3d298
|
Fixed an issue where the launch screen would contain text rendering artifacts.
|
2021-12-08 19:58:50 +01:00 |
|
Leon Styhre
|
80555eb7a3
|
Moved the System view preloading to the correct location.
|
2021-12-08 19:57:31 +01:00 |
|
Leon Styhre
|
5019d8c065
|
Moved the ScreenScraper account toggle to the bottom of the scraper account screen.
|
2021-12-06 20:21:32 +01:00 |
|
Leon Styhre
|
515577c8f9
|
(Unix) Changed the fullscreen mode to SDL_WINDOW_FULLSCREEN_DESKTOP.
Also removed the --windowed, --fullscreen-normal and --fullscreen-borderless command line options and menu entry.
|
2021-12-05 13:51:39 +01:00 |
|
Leon Styhre
|
50a8edecf3
|
Added the system name and full system name as arguments to the game-start and game-end custom events.
|
2021-12-05 11:28:09 +01:00 |
|
Leon Styhre
|
0b79c19883
|
Bumped the version to 1.2.0-beta3-dev
|
2021-12-05 11:16:41 +01:00 |
|
Leon Styhre
|
36dd70b476
|
Fixed an issue where text scrolling would get disabled upon failed game launches.
|
2021-12-02 20:42:49 +01:00 |
|
Leon Styhre
|
42c07ee4c5
|
Another go at fixing a crash after scraping.
|
2021-12-02 19:28:10 +01:00 |
|
Leon Styhre
|
c75ce3c8b0
|
Fixed a missed code path for a previous crash fix.
|
2021-12-02 18:35:02 +01:00 |
|
Leon Styhre
|
ae0605b785
|
Bumped the version to 1.2.0-beta2
|
2021-12-02 17:59:39 +01:00 |
|
Leon Styhre
|
a794c717b6
|
Fixed an issue where the multi-scraper would sometimes not reload the gamelists.
|
2021-12-02 17:36:00 +01:00 |
|
Leon Styhre
|
654dc2a546
|
Fixed a crash that could occur when aborting the single-scraper followed by a re-scrape.
|
2021-12-02 17:34:30 +01:00 |
|
Leon Styhre
|
8373d59e29
|
(macOS) All dependencies are now built in-tree.
|
2021-11-30 22:14:18 +01:00 |
|
Leon Styhre
|
6e479dac74
|
Fixed an issue where the first scraper result row was focused when it shouldn't.
|
2021-11-27 11:49:56 +01:00 |
|
Leon Styhre
|
775674a77f
|
The 'Custom game collections' menu entry is now grayed out if there are no custom collections.
|
2021-11-27 00:26:01 +01:00 |
|
Leon Styhre
|
05bcb9b011
|
Fixed a potential crash when deleting the last custom collection.
|
2021-11-27 00:08:16 +01:00 |
|
Leon Styhre
|
04453c42ff
|
Removed a blank line that was accidentally added via the last commit.
|
2021-11-26 23:25:58 +01:00 |
|
Leon Styhre
|
909f96622d
|
Clearing an arcade game name in the metadata editor now sets it to the expanded MAME name.
|
2021-11-26 23:24:43 +01:00 |
|
Leon Styhre
|
2db8724f4a
|
Fixed a view style change issue that could occur after scraping.
|
2021-11-26 23:01:10 +01:00 |
|
Leon Styhre
|
a4f8fe78e1
|
Fixed a time zone issue related to the Unix epoch.
|
2021-11-26 20:55:54 +01:00 |
|
Leon Styhre
|
0ddbfe8921
|
(Unix) Fixed an issue in the AppData file and removed a deprecated .desktop entry.
|
2021-11-25 18:54:24 +01:00 |
|
Leon Styhre
|
1f9f9b903c
|
(Linux) Reverted the past few commits and removed support for Snap packages.
|
2021-11-24 20:31:46 +01:00 |
|
Leon Styhre
|
f03d233048
|
(Linux) Added CMake configuration and launch script for the Snap package.
|
2021-11-24 18:39:48 +01:00 |
|
Leon Styhre
|
241e1c7f01
|
Small cosmetic change to the AppData file.
|
2021-11-23 20:36:58 +01:00 |
|
Leon Styhre
|
fc540f3e1f
|
Removed the hardcoded 'run in background' setting for Steam games.
|
2021-11-22 20:19:10 +01:00 |
|
Leon Styhre
|
7c07c0d5cf
|
Added a 'winregistryvalue' find rule and a %RUNINBACKGROUND% variable.
|
2021-11-22 20:03:05 +01:00 |
|
Leon Styhre
|
71b9a3a255
|
(Linux) Fixed an issue with RPM package generation.
|
2021-11-21 20:04:28 +01:00 |
|
Leon Styhre
|
0da0b8f855
|
(Unix) Reorganized the .desktop file.
|
2021-11-21 19:54:07 +01:00 |
|
Leon Styhre
|
95b766e1da
|
Added an AppData file for Linux and BSD Unix.
Also renamed the .desktop file.
|
2021-11-21 19:38:38 +01:00 |
|
Leon Styhre
|
445b914379
|
Completely refactored MameNames.
|
2021-11-17 21:32:40 +01:00 |
|
Leon Styhre
|
9cbdaefe58
|
Moved a decrement operator and an increment operator from postfix to prefix.
|
2021-11-17 18:00:00 +01:00 |
|
Leon Styhre
|
dd0f36f82b
|
Changed most increment and decrement operators from postfix to prefix for es-app.
|
2021-11-17 17:35:34 +01:00 |
|
Leon Styhre
|
4c6bfb8b78
|
Fixed a few issues reported by UBSan.
|
2021-11-16 22:03:34 +01:00 |
|
Leon Styhre
|
6bc4a09c9b
|
Multiple thread safety improvements to AudioManager and VideoFFmpegComponent.
Also some general refactoring and re-enabling of some SDL_AudioStream functions.
|
2021-11-15 22:43:06 +01:00 |
|
Leon Styhre
|
b742951dc0
|
Removed some unnecessary includes of AudioManager.h
|
2021-11-15 20:52:36 +01:00 |
|
Leon Styhre
|
aeae1ba10e
|
Bumped the version to 1.2.0-beta2-dev
|
2021-11-14 18:23:42 +01:00 |
|
Leon Styhre
|
beac6d864b
|
Bumped the version to 1.2.0-beta1
|
2021-11-14 12:31:31 +01:00 |
|
Leon Styhre
|
fa17d8df66
|
Moved some data and functions from the global to anonymous namespace.
|
2021-11-13 14:27:26 +01:00 |
|
Leon Styhre
|
1005dfcdb7
|
(macOS) Added a Monterey VSync bug workaround.
|
2021-11-12 19:49:24 +01:00 |
|
Leon Styhre
|
fd980d7e4a
|
The alternative emulator badges and filters are now disabled if the per-game setting has been disabled.
|
2021-11-10 22:38:25 +01:00 |
|
Leon Styhre
|
5d3ce8b92e
|
Updated the file header text for MiximageGenerator.
|
2021-11-09 23:00:16 +01:00 |
|
Leon Styhre
|
3e12fcb420
|
General refactoring and minor optimizations throughout the codebase.
|
2021-11-09 22:40:08 +01:00 |
|
Leon Styhre
|
c4b574f571
|
Implemented a proper solution for the carousel logo alignment issue.
|
2021-11-09 22:13:58 +01:00 |
|
Leon Styhre
|
b89df021b1
|
Fixed multiple single-pixel menu alignment issues at lower resolutions.
|
2021-11-08 19:02:46 +01:00 |
|
Leon Styhre
|
ac4710a18e
|
Added proper support for the Raspberry Pi 4.
|
2021-11-07 23:54:52 +01:00 |
|
Leon Styhre
|
c673f06eb0
|
Improved the handling of invalid scraper configuration file entries.
|
2021-11-06 21:21:41 +01:00 |
|
Leon Styhre
|
af337124d6
|
Fixed an issue where an invalid scraper entry in es_settings.xml could lead to a crash.
|
2021-11-06 21:12:13 +01:00 |
|
Leon Styhre
|
46228c6a9d
|
Fixed an issue where an invalid UIMode entry in es_settings.xml could lead to a crash.
|
2021-11-06 20:47:30 +01:00 |
|
Leon Styhre
|
cdf0227ad4
|
Fixed a small alignment issue in the scraper GUI and removed an ugly hack.
|
2021-11-05 20:31:24 +01:00 |
|
Leon Styhre
|
ee60dcb88c
|
Fixed a small code formatting issue.
|
2021-11-05 12:03:16 +01:00 |
|