Leon Styhre
|
2de8282f6a
|
Removed the experimental status from the Orphaned data cleanup utility
|
2023-10-20 17:44:05 +02:00 |
|
Leon Styhre
|
35e7cd0b77
|
Fixed an issue where quitting the application during a ROM rescan could lead to an unclean shutdown
|
2023-10-18 17:52:28 +02:00 |
|
Leon Styhre
|
d576cbc03f
|
Added a 'Debug mode' option to the Other settings menu
|
2023-10-02 19:59:13 +02:00 |
|
Leon Styhre
|
2adde87050
|
Added support for defining an explicit back button function for GuiMsgBox
|
2023-09-17 11:47:58 +02:00 |
|
Leon Styhre
|
68ba299e0e
|
Removed the back button option from some confirmation dialogs
Also changed the button text for some dialogs to display 'Proceed/Cancel' instead of 'Yes/No'
|
2023-09-10 14:09:39 +02:00 |
|
Leon Styhre
|
e0e370f6b2
|
Fixed an issue where the wrong theme could get selected when deleting the previously used theme via the theme downloader
|
2023-08-15 19:54:36 +02:00 |
|
Leon Styhre
|
193d57445a
|
Renamed the setting 'Only show ROMs from gamelist.xml files' to 'Only show games from gamelist.xml files'
|
2023-08-14 23:22:50 +02:00 |
|
Leon Styhre
|
481e2869ec
|
Changed the concept of 'theme set' to simply 'theme' everywhere in the code
|
2023-08-14 22:40:32 +02:00 |
|
Leon Styhre
|
aa9b18bfc9
|
Added an entry to the Utilities menu for creating/updating the game system directories
Also enabled some settings to be changed without requiring an application restart
|
2023-08-14 19:10:16 +02:00 |
|
Leon Styhre
|
24801680c5
|
Fixed some memory leaks
|
2023-08-14 00:02:20 +02:00 |
|
Leon Styhre
|
82d6693e23
|
Fixed two Clang compiler warnings
|
2023-08-13 21:46:43 +02:00 |
|
Leon Styhre
|
706dd767f1
|
Added a 'Systems sorting' option to the Other settings menu
|
2023-08-13 21:32:54 +02:00 |
|
Leon Styhre
|
2aa74878bb
|
Changed the sort types 'filename, ascending' and 'filename, descending' to 'name, ascending' and 'name, descending'
|
2023-08-13 18:19:25 +02:00 |
|
Leon Styhre
|
ed1e11418b
|
Completely removed support for legacy EmulationStation theme sets
|
2023-07-30 18:17:27 +02:00 |
|
Leon Styhre
|
5a14e4f9f0
|
Fixed a Clang compiler warning
|
2023-07-27 21:33:19 +02:00 |
|
Leon Styhre
|
6e25eb2698
|
Added an orphaned data cleanup utility
|
2023-07-24 17:07:18 +02:00 |
|
Leon Styhre
|
79a18c07ac
|
Changed how pending gamelist writes are handled when rescanning the ROM directory
|
2023-07-21 12:00:22 +02:00 |
|
Leon Styhre
|
d27dd211c3
|
Added a utility to the menu for rescanning the ROM directory
Also added a new Utilities menu to the main menu
|
2023-07-20 21:59:28 +02:00 |
|
Leon Styhre
|
6ad9918feb
|
Changed the menu color scheme setting to 'dark' as the primary menu entry
|
2023-07-13 17:29:57 +02:00 |
|
Leon Styhre
|
b6d17810be
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
|
Leon Styhre
|
1c30e23614
|
Removed the experimental status for the theme downloader
|
2023-04-29 11:47:37 +02:00 |
|
Leon Styhre
|
8a54b0d6fe
|
Improved error handling for GuiThemeDownloader
|
2023-04-01 19:27:54 +02:00 |
|
Leon Styhre
|
8cdedd945f
|
Added GuiThemeDownloader to the main menu and added a callback to reload the menu on theme updates
|
2023-03-31 23:00:23 +02:00 |
|
Leon Styhre
|
60b958665f
|
(macOS) Fixed an error log entry about a nonexistent ShowQuitMenu setting when opening the main menu
|
2023-03-12 12:05:31 +01:00 |
|
Leon Styhre
|
03a44249af
|
Expanded the random system or game button from an on/off entry to a selection of games only, games and systems or disabled.
|
2023-03-06 19:27:59 +01:00 |
|
Leon Styhre
|
b335901ee6
|
Disabled non-blurred backgrounds when rotating screen 90 or 270 degrees.
|
2023-02-21 18:39:56 +01:00 |
|
Leon Styhre
|
c2790f5c2f
|
Added a dummy entry for prerelease update checks if running a prerelease.
|
2023-02-21 18:26:53 +01:00 |
|
Leon Styhre
|
0d128a919c
|
Fixed a memory leak in GuiMenu.
|
2023-02-20 17:49:46 +01:00 |
|
Leon Styhre
|
270351b033
|
Added an application updater that checks for new releases on startup.
|
2023-02-18 12:42:19 +01:00 |
|
Leon Styhre
|
ed94a5b45b
|
Added a menu option to retain extra MAME name information for unscraped game names.
|
2023-02-14 17:28:43 +01:00 |
|
Leon Styhre
|
efe1f97e8e
|
Added a GuiThemeDownloader skeleton.
|
2023-02-13 20:38:23 +01:00 |
|
Leon Styhre
|
a2e400dd2b
|
Multiple layout improvements when running in vertical screen orientation.
Also cleaned up some code.
|
2023-02-10 00:25:22 +01:00 |
|
Leon Styhre
|
b33c7603bb
|
Added support for rotating the application screen contents 0, 90, 180 or 270 degrees.
Also improved post processing shader rendering when running in vertical orientation.
|
2023-02-06 23:38:35 +01:00 |
|
Leon Styhre
|
864d88ec8a
|
Removed an unnecessary reload when switching theme sets.
Also removed a leftover debug message.
|
2023-02-03 19:50:50 +01:00 |
|
Leon Styhre
|
9dab1557ca
|
The theme transitions menu entry is now grayed out if there are no transitions to choose between.
|
2023-02-01 20:00:36 +01:00 |
|
Leon Styhre
|
26860cd5cc
|
Added a menu option to enable or disable theme variant triggers.
|
2023-01-31 19:26:39 +01:00 |
|
Leon Styhre
|
b17b7194a6
|
Fixed a small vertical positioning issue for the main menu.
|
2023-01-24 18:30:04 +01:00 |
|
Leon Styhre
|
d15927c156
|
Removed some unnecessary help prompt reload logic.
|
2023-01-22 18:16:49 +01:00 |
|
Leon Styhre
|
a982dce328
|
Changed the PlayStation 3 controller type to PlayStation 1/2/3
|
2023-01-21 13:45:54 +01:00 |
|
Leon Styhre
|
480263160d
|
Added a Switch Pro controller type.
|
2023-01-21 12:58:16 +01:00 |
|
Leon Styhre
|
c5507f5f80
|
Added a PlayStation 3 controller type.
|
2023-01-21 11:02:32 +01:00 |
|
Leon Styhre
|
623540dd35
|
Added support for specifying a theme name in the capabilities.xml file.
|
2023-01-20 18:37:32 +01:00 |
|
Leon Styhre
|
8273cb5a8f
|
Changed 'Theme transition animations' to 'Theme transitions'.
|
2023-01-16 22:43:56 +01:00 |
|
Leon Styhre
|
a483a34ff2
|
Fixed an issue where the custom collections editing mode would not end when switching UI modes.
Also removed some unused code in GuiMenu.
|
2023-01-14 20:09:52 +01:00 |
|
Leon Styhre
|
648252f639
|
Changed the menu entry name for the textlist quick scrolling overlay option.
|
2023-01-13 13:30:30 +01:00 |
|
Leon Styhre
|
688697e334
|
Fixed a Clang compiler warning.
|
2023-01-10 22:11:38 +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
|
71b4fc947a
|
Added support for theme-controlled transition animations.
|
2023-01-08 17:00:36 +01:00 |
|
Leon Styhre
|
2799974938
|
Expanded the quick system select menu option from a simple on/off entry to a selection of different button combinations.
Also did some minor code cleanup in GuiMenu.
|
2022-12-07 18:09:05 +01:00 |
|