Leon Styhre
|
c537de51ef
|
Some general code cleanup.
|
2022-09-07 19:59:27 +02:00 |
|
Leon Styhre
|
00b6f16136
|
Added scraper support for the dragon32 platform.
|
2022-07-13 19:00:30 +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
|
4eae72621a
|
Added TheGamesDB support for the oric and ti99 platforms.
|
2022-06-12 15:41:48 +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
|
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
|
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
|
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
|
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
|
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
|
fa17d8df66
|
Moved some data and functions from the global to anonymous namespace.
|
2021-11-13 14:27:26 +01:00 |
|
Leon Styhre
|
350fa73e0d
|
Added support for the Google Android (android) system.
|
2021-11-03 21:19:38 +01:00 |
|
Leon Styhre
|
e9bb9d9d9b
|
Added support for the Philips CD-i (cdimono1) system.
|
2021-11-03 18:51:38 +01:00 |
|
Leon Styhre
|
66bcf8ea13
|
Added proper scraping support for the vic20 system.
|
2021-11-03 18:11:41 +01:00 |
|
Leon Styhre
|
d5fa6bc82c
|
Added support for scraping title screens, box back covers and physical media images.
|
2021-10-28 21:00:23 +02:00 |
|
Leon Styhre
|
08888e00af
|
Clarified the use of bundled include files.
|
2021-10-06 18:41:21 +02:00 |
|
Leon Styhre
|
3233288a8c
|
Improved the string trim function and replaced some inlined occurrences.
|
2021-09-25 18:01:41 +02:00 |
|
Leon Styhre
|
e507335923
|
Leading and trailing whitespaces are now trimmed from TheGamesDB scraper searches.
|
2021-09-21 22:10:09 +02:00 |
|
Leon Styhre
|
63767347f2
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
|
Leon Styhre
|
816d79c32f
|
(Windows) Silenced some MSVC compiler warnings related to the C++17 language standard.
|
2021-08-18 18:58:43 +02:00 |
|
Leon Styhre
|
7b5d673050
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
Also applied some code formatting changes for braced lists using clang-format.
|
2021-08-17 18:41:45 +02:00 |
|
Leon Styhre
|
00b49b5d1a
|
Fixed an issue with scraping Nintendo Famicom games.
Also did some other minor platform cleanups.
|
2021-07-17 10:37:36 +02:00 |
|
Leon Styhre
|
af5e32e121
|
Formatted the es-app source tree using clang-format.
|
2021-07-07 20:03:42 +02:00 |
|
Leon Styhre
|
8feb42b56a
|
Added TheGamesDB scraper support for the Nintendo Switch platform.
|
2021-06-26 13:13:50 +02:00 |
|
Leon Styhre
|
5248ece0c2
|
Made 'Valve Steam' a separate platform.
|
2021-03-24 19:44:36 +01:00 |
|
Leon Styhre
|
021399c42d
|
Fixed an issue where scraping the Nintendo Game and Watch system using TheGamesDB didn't work.
|
2021-02-08 20:57:39 +01:00 |
|
Leon Styhre
|
190bb839ec
|
Improved some scraper logging.
|
2021-02-08 20:56:11 +01:00 |
|
Leon Styhre
|
4ddda376ba
|
Added support for the game system MSX Turbo R.
|
2021-02-07 22:35:34 +01:00 |
|
Leon Styhre
|
99e7a77850
|
Added support for the game systems NEC PC-8800 and PC-9800 series.
|
2021-02-07 21:36:33 +01:00 |
|
Leon Styhre
|
47f5b889d5
|
Changed some platform enumerators to make them more clear and consistent.
|
2021-02-07 20:49:52 +01:00 |
|
Leon Styhre
|
b55ee65859
|
Fixed an issue with Windows-style carriage return characters being included in TheGamesDB scrape results.
|
2021-02-07 14:01:42 +01:00 |
|
Leon Styhre
|
280ee6aa4e
|
Added support for the game system Sharp X1.
|
2021-02-05 21:35:51 +01:00 |
|
Leon Styhre
|
1009cdee80
|
Added support for scraping Daphne on TheGamesDB and Atari XE and BBC Micro on ScreenScraper.
|
2021-02-05 17:38:21 +01:00 |
|
Leon Styhre
|
ad544d684d
|
Minor cosmetic changes to the scraper log output.
|
2021-01-26 17:28:54 +01:00 |
|
Leon Styhre
|
735ce39812
|
Some cosmetic code cleanup.
|
2021-01-19 22:29:13 +01:00 |
|
Leon Styhre
|
e5fcb51f57
|
Added support for multiple search results for ScreenScraper.
Also fixed some other scraping issues and added some additional scraper logging.
|
2020-11-14 15:30:49 +01:00 |
|
Leon Styhre
|
2c3b452401
|
Some cosmetic code cleanup and some small documentation updates.
|
2020-11-08 22:58:06 +01:00 |
|
Leon Styhre
|
96da134f7d
|
Added option to scrape based on the metadata name.
|
2020-10-10 13:05:12 +02:00 |
|
Leon Styhre
|
8db04c5fcb
|
Added SPDX license identifiers to all source files.
|
2020-09-21 19:17:34 +02:00 |
|