Leon Styhre
635fdaca06
Changed the order of some variables in TextListComponent.
2023-01-13 14:22:31 +01:00
Leon Styhre
f2fd8cf6a8
Modified and added some variables and properties to support better letter case controls for collection names.
2023-01-13 11:03:23 +01:00
Leon Styhre
0329bd77c2
Added support for mixed case custom collection names as well as the option to always group custom collections.
...
Also reversed an optimization in CollectionSystemsManager which caused some issues.
2023-01-12 19:45:54 +01:00
Leon Styhre
78a9bac280
Added an itemAxisRotation carousel property for rotating items around their own axis.
2023-01-11 23:33:50 +01:00
Leon Styhre
f9779ded9a
Removed some deprecated code from CarouselComponent.
2023-01-11 23:03:50 +01:00
Leon Styhre
1af689754f
Added support for horizontal wheel carousels.
2023-01-11 22:29:30 +01:00
Leon Styhre
7ce6cd4c50
Elements set as not visible are now completely disabled in SystemView and GamelistView.
2023-01-11 18:37:00 +01:00
Leon Styhre
e560ab0f58
Added support for overriding the default 'unknown' values when a game has no metadata available.
2023-01-10 22:20:00 +01:00
Leon Styhre
87b37cb65e
(Unix) Set the 'Disable desktop composition' option as disabled by default.
2023-01-09 18:20:36 +01:00
Leon Styhre
6d3d2ddb34
Added support for 2x and 4x MSAA anti-aliasing (OpenGL renderer only).
2023-01-09 17:55:54 +01:00
Leon Styhre
656c3661ea
Renamed suppressedTransitionEntries to suppressedTransitionProfiles.
2023-01-08 19:30:16 +01:00
Leon Styhre
3d5eb2a3cf
Fixed an issue where fade animations would not finish playing under certain conditions.
2023-01-08 18:21:37 +01:00
Leon Styhre
2933c0f9a9
Set startupToSystem and startupToGamelist transition animation default values when applicable.
2023-01-08 17:14:32 +01:00
Leon Styhre
71b4fc947a
Added support for theme-controlled transition animations.
2023-01-08 17:00:36 +01:00
Leon Styhre
4cd24dbb0b
String settings can now also be excluded from being saved to es_settings.xml
...
Also moved a Settings template function from the global namespace.
2023-01-06 18:37:41 +01:00
Leon Styhre
d631435864
Fixed a compiler warning regarding an unsecure function in MathUtil.
2023-01-06 14:49:11 +01:00
Leon Styhre
6c75d0fc88
Fixed some Clang compiler warnings.
2023-01-06 13:48:59 +01:00
Leon Styhre
bcc74db584
Added a selectedItemMargins property to CarouselComponent.
2023-01-05 22:10:45 +01:00
Leon Styhre
52ebc9098b
Replaced a deprecated function if building with curl 7.85.0 or newer.
2023-01-05 19:37:23 +01:00
Leon Styhre
60a6776b53
Fixed an issue where defining the same sound file for multiple navigation sounds would log an error to es_log.txt on theme change.
2023-01-05 11:17:34 +01:00
Leon Styhre
ad973e1ffa
Removed support for all deprecated theme properties.
2023-01-04 21:36:22 +01:00
Leon Styhre
fa67018b72
Added variant trigger support.
2023-01-04 19:01:41 +01:00
Leon Styhre
549d78dfed
(Windows) Changed a debug output entry in VideoFFmpegComponent to convert forward slashes to backslashes.
2023-01-01 19:59:08 +01:00
Leon Styhre
8b33fceb8a
Added checks for nonexistent navigation sounds in the theme configuration with fallback to the default sounds.
...
Also did some minor code cleanup.
2022-12-22 17:15:15 +01:00
Leon Styhre
1c83c762a8
Fixed an issue where the video element static image would not get displayed for legacy theme sets.
2022-12-21 20:02:12 +01:00
Leon Styhre
251e826589
The defaultImage property can now be used to display a static image in case no video file was found.
...
Also fixed a bug where the static image would not get displayed in the grouped custom collections view if there was no game found for the system and the previously selected entry already had it's video playing when navigating away from it.
2022-12-21 19:53:03 +01:00
Leon Styhre
3b9ced603c
Fixed an issue where the wrong help prompt was shown for the 'A' button when editing multi-line text fields.
2022-12-20 21:54:49 +01:00
Leon Styhre
aa33558952
Some code cleanup.
2022-12-20 21:52:48 +01:00
Leon Styhre
1bbed6cc04
gamelist.xml files are no longer loaded from the ROMs/system directories.
2022-12-20 20:20:02 +01:00
Leon Styhre
a54d6a5568
(Windows) Converted forward slashes to backslashes for some log output entries involving file names.
...
Also made some minor general log output changes in GamelistFileParser.
2022-12-19 20:38:41 +01:00
Leon Styhre
8f2065e491
Fixed a cosmetic text sizing issue in DateTimeEditComponent.
2022-12-18 15:53:12 +01:00
Leon Styhre
354da078a3
Fixed multiple issues where the wrong navigation sound would play.
2022-12-18 12:24:12 +01:00
Leon Styhre
a7005f22e9
Renamed the textlist property selectorOffsetY to selectorVerticalOffset and added a selectorHorizontalOffset property.
...
Also enforced minimum and maximum values for a few textlist properties.
2022-12-18 12:02:50 +01:00
Leon Styhre
ae52489b6b
Added support for up to two imageType values for CarouselComponent and GridComponent.
2022-12-17 22:20:29 +01:00
Leon Styhre
17597ab144
Renamed an incorrectly named static variable in ImageComponent.
2022-12-17 22:15:19 +01:00
Leon Styhre
aaa96cd8dd
An automatic aspect ratio menu entry is now added even for themes that only have a single aspect ratio defined.
2022-12-17 19:47:37 +01:00
Leon Styhre
5581103642
Adjusted the system view and carousel transition animation times slightly.
2022-12-16 17:25:57 +01:00
Leon Styhre
cdc553d75f
Added an arcade twin stick controller badge icon.
2022-12-15 18:30:48 +01:00
Leon Styhre
6d4086639a
Disabled ScreenScraper controller scraping as they have ruined that functionality.
2022-12-15 18:27:45 +01:00
Leon Styhre
ae6c062984
Added gameselectorEntry properties to a number of elements.
2022-12-15 18:23:48 +01:00
Leon Styhre
da3fb9a825
Improved the random game selection functionality in GameSelectorComponent.
2022-12-15 18:11:33 +01:00
Leon Styhre
f4d4abb33b
Added theme support for defining relative brightness for images, videos and animations.
2022-12-14 20:17:41 +01:00
Leon Styhre
ab31eafaca
Some code cleanup.
2022-12-14 17:30:34 +01:00
Leon Styhre
c260c929b5
Added itemSaturation properties to CarouselComponent and GridComponent.
2022-12-13 21:35:21 +01:00
Leon Styhre
6037e80bf1
Added color shift support to VideoComponent.
2022-12-12 21:51:27 +01:00
Leon Styhre
46a1e28aa2
Fixed an issue where the shader postprocessing function did not set the shader premultiplied flag.
2022-12-12 20:42:54 +01:00
Leon Styhre
19111a9c24
Added an itemStacking property to CarouselComponent.
2022-12-12 17:45:07 +01:00
Leon Styhre
a5b08e3da2
Moved the position of one GridComponent property.
2022-12-11 17:48:56 +01:00
Leon Styhre
8b33c43dba
Added support to GridComponent for flushing cached background and selector images on reload when in debug mode.
2022-12-11 16:40:47 +01:00
Leon Styhre
abcd3e5bac
Fixed an issue in CarouselComponent and GridComponent where the default image was rendered when it shouldn't.
...
Also moved a property position in GridComponent.
2022-12-11 12:10:08 +01:00