Leon Styhre
|
a6b1a8844d
|
Made the emulator wildcard support work on Windows.
|
2022-02-21 19:14:41 +01:00 |
|
Leon Styhre
|
d8b99b1dff
|
Escaped some characters needed to get emulator wildcards to work with certain directories.
|
2022-02-21 19:05:29 +01:00 |
|
Leon Styhre
|
1bca70820c
|
Removed an unused function declaration in AudioManager.
|
2022-02-21 19:04:07 +01:00 |
|
Leon Styhre
|
4bcc81ea0a
|
Added wildcards to the RPCS3 and Yuzu AppImage entries in es_find_rules.xml
|
2022-02-21 17:26:11 +01:00 |
|
Leon Styhre
|
da802aec61
|
Added emulator filename wildcard support for es_systems.xml and es_find_rules.xml
|
2022-02-21 17:23:23 +01:00 |
|
Leon Styhre
|
fabc18a680
|
Updated the StringUtil::replace function to avoid potential endless loops.
|
2022-02-21 17:14:51 +01:00 |
|
Leon Styhre
|
171c25917c
|
Changed the find rules entry name for DOSBox staging from DOSBOX_STAGING to DOSBOX-STAGING
|
2022-02-20 21:33:09 +01:00 |
|
Leon Styhre
|
d0b773a8ce
|
The emulator name is now displayed if it's not found during game launch.
|
2022-02-20 21:28:23 +01:00 |
|
Leon Styhre
|
3ce62550c8
|
Documentation update.
|
2022-02-20 20:01:49 +01:00 |
|
Leon Styhre
|
b9f5b03005
|
Changed the version from 1.3.0-alpha to 2.0.0-alpha
|
2022-02-20 20:00:51 +01:00 |
|
Leon Styhre
|
deeb97ccb2
|
Merge branch 'new-theme-engine-phase-three'
|
2022-02-20 19:35:54 +01:00 |
|
Leon Styhre
|
d7e76e7828
|
Documentation update.
|
2022-02-20 19:32:01 +01:00 |
|
Leon Styhre
|
c7a4449e36
|
Fixed a use-after-free in GameSelectorComponent.
|
2022-02-20 19:31:19 +01:00 |
|
Leon Styhre
|
46eec8ead6
|
(Windows) Fixed another compile error.
|
2022-02-20 18:54:38 +01:00 |
|
Leon Styhre
|
c4843b3b1d
|
(Windows) Fixed a compile error.
|
2022-02-20 18:49:35 +01:00 |
|
Leon Styhre
|
5f4a26c38c
|
Set fan art scraping as enabled by default.
|
2022-02-20 17:49:57 +01:00 |
|
Leon Styhre
|
01ccdc3df6
|
(rbsimple-DE) Updated for the latest theme engine features.
|
2022-02-20 16:09:44 +01:00 |
|
Leon Styhre
|
a97e86a6aa
|
Renamed the menu option to enable or disable audio playback for gamelist videos.
|
2022-02-20 16:07:27 +01:00 |
|
Leon Styhre
|
e92af0548c
|
Added DateTimeComponent support to SystemView.
|
2022-02-20 15:49:32 +01:00 |
|
Leon Styhre
|
73e0e59b8c
|
Fixed an issue where hidden videos would still play.
|
2022-02-20 15:04:05 +01:00 |
|
Leon Styhre
|
3795edb1b9
|
Removed the broken rotation support for video elements.
|
2022-02-20 15:03:31 +01:00 |
|
Leon Styhre
|
992c39d3a3
|
Added Lottie animation support to SystemView.
|
2022-02-19 22:46:52 +01:00 |
|
Leon Styhre
|
c06dea5d2d
|
Lottie animations are now paused during view transitions.
|
2022-02-19 22:44:02 +01:00 |
|
Leon Styhre
|
f803e23fd2
|
Added theme support for disabling audio playback for each defined video.
|
2022-02-19 21:45:31 +01:00 |
|
Leon Styhre
|
29514d4db9
|
Added video support to SystemView.
|
2022-02-19 21:22:46 +01:00 |
|
Leon Styhre
|
77beb39801
|
Fixed an issue where videos would not get centered if pillarboxes were enabled.
|
2022-02-19 20:31:54 +01:00 |
|
Leon Styhre
|
4b0d3a4ecb
|
Clamped the themeable origin values to 0.0 to 1.0
|
2022-02-19 20:24:25 +01:00 |
|
Leon Styhre
|
374a66dd76
|
Removed the 'Play videos immediately' setting.
|
2022-02-19 17:16:38 +01:00 |
|
Leon Styhre
|
c4eb1b8b97
|
Greatly simplified the video controls code.
Also fixed a cosmetic issue with carousel fade transitions.
|
2022-02-19 17:04:23 +01:00 |
|
Leon Styhre
|
569f77e542
|
Documentation update.
|
2022-02-16 19:43:13 +01:00 |
|
Leon Styhre
|
ee1a0f7cd3
|
Added support for using the tilde symbol for ROM path tags in es_systems.xml
|
2022-02-16 19:32:02 +01:00 |
|
Leon Styhre
|
0266a6e7e6
|
Fixed a video fade-in issue when using the GLES renderer.
|
2022-02-15 22:34:26 +01:00 |
|
Leon Styhre
|
8f6565b9f0
|
Code formatted the blur GLSL shaders.
|
2022-02-15 22:17:24 +01:00 |
|
Leon Styhre
|
5ac6bcb902
|
Added opacity support to the scanline shader.
|
2022-02-15 22:13:11 +01:00 |
|
Leon Styhre
|
a9d1f6e307
|
Added support for setting the video fade-in time via the theme configuration.
|
2022-02-15 21:26:40 +01:00 |
|
Leon Styhre
|
d6c6ea839c
|
Documentation update.
|
2022-02-14 20:13:52 +01:00 |
|
Leon Styhre
|
4a20ed8007
|
(rbsimple-DE) Added a temporary theme engine test variant.
|
2022-02-14 19:56:28 +01:00 |
|
Leon Styhre
|
4f019c3775
|
Added support for defining multiple imageType entries.
Also made some improvements to GameSelectorComponent and related logic.
|
2022-02-14 19:32:07 +01:00 |
|
Leon Styhre
|
eb3729a5fb
|
Fixed a few crashes related to GameSelectorComponent.
|
2022-02-13 23:15:43 +01:00 |
|
Leon Styhre
|
57a594225a
|
Added initial game selector support to SystemView.
|
2022-02-13 22:30:03 +01:00 |
|
Leon Styhre
|
81b819a96a
|
Fixed some incorrect debug log messages in GamelistFileParser.
|
2022-02-13 20:06:35 +01:00 |
|
Leon Styhre
|
afa6221582
|
Fixed a potential crash in GamelistBase.
|
2022-02-13 20:05:32 +01:00 |
|
Leon Styhre
|
cc8123f5a6
|
Added a GameSelectorComponent for displaying game media in SystemView.
|
2022-02-13 20:03:34 +01:00 |
|
Leon Styhre
|
31c5b200d1
|
Added support for using unsigned integers for theme properties.
|
2022-02-13 15:01:55 +01:00 |
|
Leon Styhre
|
0d799575ca
|
Fixed an issue where the logo text was incorrectly displayed for legacy themes.
|
2022-02-13 12:39:17 +01:00 |
|
Leon Styhre
|
01c814cb8c
|
Documentation update.
|
2022-02-13 12:22:40 +01:00 |
|
Leon Styhre
|
027265da67
|
Added themeable opacity support for the help system.
|
2022-02-13 12:18:33 +01:00 |
|
Leon Styhre
|
d1f4453e3b
|
(rbsimple-DE) Updated for the newest theme engine changes.
|
2022-02-13 11:47:47 +01:00 |
|
Leon Styhre
|
1bca9e185e
|
Changed to the more specific imageType and systemdata theme properties.
Also made it possible to set the image interpolation method from the theme, and added clamping to the lineSpacing property.
|
2022-02-13 11:45:06 +01:00 |
|
Leon Styhre
|
9f04d7aad8
|
Fixed an issue where marquee images would not show for legacy themes.
|
2022-02-13 11:23:41 +01:00 |
|