Leon Styhre
|
1454783884
|
Fixed an issue where invalid game entries were sometimes not filtered out from ScreenScraper server responses.
|
2023-02-02 23:18:08 +01:00 |
|
Leon Styhre
|
80e0937bf5
|
Added support for the VTech V.Smile (vsmile) game system.
|
2023-02-01 22:30:43 +01:00 |
|
Leon Styhre
|
886f368fd9
|
Hex-encoded ampersand characters in game names are now converted correctly when scraping with ScreenScraper.
|
2023-01-30 19:41:24 +01:00 |
|
Leon Styhre
|
90851befc5
|
Fixed an uninitialized bool in the scraper.
|
2023-01-23 21:45:53 +01:00 |
|
Leon Styhre
|
fb7c9a1e3b
|
Newline characters are now removed from game names when scraping with ScreenScraper.
Also cleaned up some code.
|
2023-01-22 13:09:41 +01:00 |
|
Leon Styhre
|
1fb8ce6b7d
|
(Windows) Converted forward slashes to backslashes for a few scraper debug log messages.
Also did some minor code cleanup.
|
2023-01-09 20:47:00 +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
|
035b1004db
|
Added application platform identifiers for ScreenScraper.
|
2022-09-25 22:57:43 +02:00 |
|
Leon Styhre
|
02aba10a08
|
Added a ScreenScraper option to remove dots from game name searches when using the automatic scraper.
|
2022-09-20 22:45:32 +02:00 |
|
Leon Styhre
|
c537de51ef
|
Some general code cleanup.
|
2022-09-07 19:59:27 +02:00 |
|
Leon Styhre
|
33b52d61b5
|
If wheel (marquee) images on ScreenScraper falls back to another region, then the wheel-hd image is now used instead if that matches the set region.
|
2022-08-26 18:00:46 +02:00 |
|
Leon Styhre
|
00b6f16136
|
Added scraper support for the dragon32 platform.
|
2022-07-13 19:00:30 +02:00 |
|
Leon Styhre
|
aa7d0d7579
|
Added support for the EasyRPG game engine (easyrpg) game system.
|
2022-07-07 18:20:58 +02:00 |
|
Leon Styhre
|
b149f0d054
|
Added support for the Fujitsu FM Towns (fmtowns) game system on Unix and Windows.
|
2022-07-06 20:10:28 +02:00 |
|
Leon Styhre
|
d701f89039
|
Added scraper support for the megaduck and supervision systems.
|
2022-07-04 19:50:19 +02:00 |
|
Leon Styhre
|
bded2bf31f
|
Added a ScreenScraper option to fallback to additional regions to allow scraping of country-specific games and unofficial releases.
|
2022-06-16 19:56:41 +02:00 |
|
Leon Styhre
|
4eae72621a
|
Added TheGamesDB support for the oric and ti99 platforms.
|
2022-06-12 15:41:48 +02:00 |
|
Leon Styhre
|
b982ec627a
|
Added ScreenScraper support for the ti99 platform.
|
2022-06-12 15:40:05 +02:00 |
|
Leon Styhre
|
0008e44294
|
Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine.
|
2022-06-05 12:36:55 +02:00 |
|
Leon Styhre
|
9037f95fd3
|
Changed to a new API key for TheGamesDB.
|
2022-06-03 18:23:25 +02:00 |
|
Leon Styhre
|
ab1e51a77c
|
Added TheGamesDB scraper support for the atomiswave and naomi platforms.
|
2022-05-23 18:50:23 +02:00 |
|
Leon Styhre
|
d418c05614
|
Added scraper support for the platforms arcadia (Emerson Arcadia 2001) and crvision (VTech CreatiVision).
Also removed an unnecessary code comment.
|
2022-05-19 17:32:12 +02:00 |
|
Leon Styhre
|
f27ac9d26b
|
Added a new pcwindows platform for scraping PC (Windows) games.
|
2022-05-14 12:02:24 +02:00 |
|
Leon Styhre
|
b2f70971ef
|
Changed the ScreenScraper system ID from pc to moonlight for the steam and epic systems.
|
2022-05-14 11:01:01 +02:00 |
|
Leon Styhre
|
7fb6734feb
|
Added scraper support for the astrocde (Bally Astrocade) system.
Also renamed astrocade to astrocde.
|
2022-05-12 22:45:52 +02:00 |
|
Leon Styhre
|
93d74b840c
|
Added a fallback to ScreenScraper's normalized video if no regular video is found.
|
2022-05-01 09:16:15 +02:00 |
|
Leon Styhre
|
ea2c4444b0
|
Added platform and scraper support for PICO-8 game engine.
|
2022-04-10 12:50:03 +02:00 |
|
Leon Styhre
|
65c940f764
|
Added missing scraper entries for samcoupe and zx81 for TheGamesDB and zmachine for ScreenScraper.
|
2022-04-10 12:37:04 +02:00 |
|
Leon Styhre
|
4859f0c980
|
neogeocd is now scraped specifically as 'Neo Geo CD' instead of the more general 'Neo Geo'.
|
2022-04-10 12:13:35 +02:00 |
|
Leon Styhre
|
21f21c20f5
|
Added a scraper setting to convert underscores _ to spaces when searching.
|
2022-04-09 15:14:48 +02:00 |
|
Leon Styhre
|
aed9c4abe5
|
Made ScreenScraper searches in automatic mode faster and more accurate.
|
2022-04-05 17:48:47 +02:00 |
|
Leon Styhre
|
c70d2d6368
|
Added fallback for high resolution wheel image for ScreenScraper if no regular wheel image was found.
|
2022-04-01 18:07:21 +02:00 |
|
Leon Styhre
|
46eec8ead6
|
(Windows) Fixed another compile error.
|
2022-02-20 18:54: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
|
dfeddebc66
|
Removed a lot of unnecessary combinations of the virtual and override keywords.
|
2022-01-18 17:40:47 +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
|
d343e785af
|
Fixed an issue with scraping fan art images using ScreenScraper.
|
2022-01-15 18:14:11 +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
|
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
|
119dfc90f8
|
Changed ViewController::get() to ViewController::getInstance()
|
2022-01-04 21:49:22 +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
|
6f35f16470
|
Added a missing scummvm system entry for the TheGamesDB scraper.
|
2022-01-03 18:22:41 +01:00 |
|
Leon Styhre
|
daf66c4b60
|
Added proper support for interpreting directories as files.
|
2021-12-17 20:18:47 +01:00 |
|
Leon Styhre
|
445b914379
|
Completely refactored MameNames.
|
2021-11-17 21:32:40 +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
|
fa17d8df66
|
Moved some data and functions from the global to anonymous namespace.
|
2021-11-13 14:27:26 +01:00 |
|
Leon Styhre
|
c673f06eb0
|
Improved the handling of invalid scraper configuration file entries.
|
2021-11-06 21:21:41 +01:00 |
|