Leon Styhre
|
60213003b1
|
(Windows) Fixed some incomprehensible compiler errors.
|
2022-03-05 22:12:50 +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
|
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
|
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
|
1cba6e202e
|
Disabled the pillarboxes and scanline rendering menu options if using a non-legacy theme set.
|
2022-02-12 17:47:59 +01:00 |
|
Leon Styhre
|
a42d63e567
|
Code cleanup by moving a lot of casts to the appropriate getter functions.
|
2022-02-11 23:38:23 +01:00 |
|
Leon Styhre
|
2c2e624160
|
Changed the opacity data type and functions from unsigned char to float.
|
2022-02-11 22:10:25 +01:00 |
|
Leon Styhre
|
c530373ddc
|
Improved the integration of the variant and aspect ratio options in the UI Settings menu.
Also reorganized the order of some settings.
|
2022-02-01 18:06:32 +01:00 |
|
Leon Styhre
|
17d8f8eb5b
|
Fixed a camera animation issue when changing theme variant or aspect ratio.
|
2022-02-01 00:06:40 +01:00 |
|
Leon Styhre
|
d4f572d78d
|
Added preliminary menu options for changing theme variants and aspect ratios.
|
2022-01-31 23:53:32 +01:00 |
|
Leon Styhre
|
dc20a9e21b
|
Cleaned up ThemeData a bit.
|
2022-01-23 20:03:50 +01:00 |
|
Leon Styhre
|
a443f86235
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
|
Leon Styhre
|
21b167ed9b
|
Added support to the new gamelist classes for changing view styles.
Also removed the deprecated 'grid' view style and corresponding menu option.
|
2022-01-18 22:04:05 +01:00 |
|
Leon Styhre
|
51578903ff
|
Replaced the legacy gamelist code with rudimentary support for GamelistBase and GamelistView.
|
2022-01-18 20:42:50 +01:00 |
|
Leon Styhre
|
dfeddebc66
|
Removed a lot of unnecessary combinations of the virtual and override keywords.
|
2022-01-18 17:40:47 +01:00 |
|
Leon Styhre
|
e6c36e88c5
|
Moved UIModeController.cpp from the es-app/views directory to es-app
|
2022-01-17 21:53:23 +01:00 |
|
Leon Styhre
|
0c8efee8ad
|
General refactoring and code cleanup.
|
2022-01-16 18:18:28 +01:00 |
|
Leon Styhre
|
8a6652552f
|
Set the clang-format option SpaceBeforeCpp11BracedList to true.
|
2022-01-16 12:09:55 +01:00 |
|
Leon Styhre
|
e64976d4bc
|
Renamed GuiGameScraper to GuiScraperSingle.
|
2022-01-16 11:10:32 +01:00 |
|
Leon Styhre
|
5f2f439fc3
|
Moved the fan art scrape menu option to the bottom and set it as disabled by default.
|
2022-01-16 10:43:12 +01:00 |
|
Leon Styhre
|
89cf82b88e
|
When multi-scraping and scrolling a long name, the start position would sometimes not reset correctly.
|
2022-01-15 19:28:41 +01:00 |
|
Leon Styhre
|
c2619fd520
|
Added media type checks for fan art and TheGamesDB box back covers to the multi-scraper.
|
2022-01-15 18:29:38 +01:00 |
|
Leon Styhre
|
97e08922a0
|
Renamed GamelistFileParse to GamelistFileParser and moved it to its own namespace.
|
2022-01-15 14:12:56 +01:00 |
|
Leon Styhre
|
b43c991a9d
|
Renamed Gamelist.cpp/Gamelist.h to GamelistFileParse.
|
2022-01-15 13:57:08 +01:00 |
|
Leon Styhre
|
7323dd5dfd
|
Renamed some GAME_LIST constants to GAMELIST.
|
2022-01-15 13:49:14 +01:00 |
|
Leon Styhre
|
c7964b7ebc
|
Renamed GameList to Gamelist throughout the codebase.
|
2022-01-15 13:38:09 +01:00 |
|
Leon Styhre
|
92f5284bf3
|
Added support for scraping fan art images.
Also added scraping of box back covers when using TheGamesDB.
|
2022-01-15 13:16:23 +01:00 |
|
Leon Styhre
|
a135edb02e
|
Fixed multiple issues with scraping and saving metadata in GuiMetaDataEd.
|
2022-01-15 13:02:45 +01:00 |
|
Leon Styhre
|
65702b6689
|
Added the ability to set a sortname specifically for custom collections.
|
2022-01-15 11:50:51 +01:00 |
|
Leon Styhre
|
6ca4d6b96e
|
Removed an unused constructor parameter for GuiMetaDataEd.
|
2022-01-14 23:42:52 +01:00 |
|
Leon Styhre
|
1fc3dfda8c
|
Fixed an issue when changing the grouping setting for custom collections.
|
2022-01-14 17:29:20 +01:00 |
|
Leon Styhre
|
73beeeaeaf
|
Fixed two Emscripten compiler warnings.
|
2022-01-13 20:07:04 +01:00 |
|
Leon Styhre
|
a233b96c2a
|
Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword.
Also harmonized the names of some user defined types and made some other minor cleanup.
|
2022-01-11 21:57:00 +01:00 |
|
Leon Styhre
|
d45a67eeab
|
(Windows) Fixed a few compiler errors and warnings.
|
2022-01-10 19:53:23 +01:00 |
|
Leon Styhre
|
b4e08ba92b
|
Renamed Platform to utils/PlatformUtil
|
2022-01-10 18:56:04 +01:00 |
|
Leon Styhre
|
2d149c5161
|
Moved all Platform functions to the utility namespace.
|
2022-01-10 18:43:17 +01:00 |
|
Leon Styhre
|
87ace0b8cb
|
Changed some shared_ptr return values to use values instead of references.
|
2022-01-04 22:36:15 +01:00 |
|
Leon Styhre
|
119dfc90f8
|
Changed ViewController::get() to ViewController::getInstance()
|
2022-01-04 21:49:22 +01:00 |
|
Leon Styhre
|
254b00a3d8
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
|
Leon Styhre
|
2a4e7d22b8
|
Fixed an issue where the busy indicator would not get displayed during multi-scraping.
|
2022-01-03 18:44:19 +01:00 |
|
Leon Styhre
|
5bb009e604
|
Added scraper support for displaying the returned platform if it does not match the game platform.
|
2022-01-03 18:37:43 +01:00 |
|
Leon Styhre
|
f36245886f
|
Set the 'Scrape actual folders' option as enabled by default.
Also moved it higher up in the scraper options menu.
|
2022-01-03 18:20:49 +01:00 |
|
Leon Styhre
|
6431804ee7
|
Removed the deprecated VideoVlcComponent.
|
2022-01-02 13:13:01 +01:00 |
|
Leon Styhre
|
daf66c4b60
|
Added proper support for interpreting directories as files.
|
2021-12-17 20:18:47 +01:00 |
|
Leon Styhre
|
08bba3cbaf
|
(macOS) Removed the Monterey VSync workaround as Apple has patched its OS.
|
2021-12-14 17:15:04 +01:00 |
|
Leon Styhre
|
045e56ae3f
|
(Windows) Changed the fullscreen mode to SDL_WINDOW_BORDERLESS.
Also removed the 'AMD and Intel GPU game launch workaround' menu option.
|
2021-12-09 18:53:22 +01:00 |
|
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
|
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 |
|