Commit Graph

511 Commits

Author SHA1 Message Date
lantzelot-swe 41aac24112 fix: import from gamebase
- The created gamelist views are stripped of invalid chars (e.g.  ') which caused an error in the db when reading the view.
- Empty genres are not created as gamelist views during import.
2023-08-03 10:58:47 +02:00
lantzelot-swe 670b22f5e2 Update pom.xml 2023-08-01 22:15:48 +02:00
lantzelot-swe 3f557b1f6c fix: Change default carousel export folder
When exporting to carousel and a PCUAE USB stick is detected the default export folder is THEC64-CAROUSEL-GAMES instead of Games.
2023-08-01 22:14:30 +02:00
lantzelot-swe 0049bc7ace feat: add menu options to enable/disable accurate disk
for all disk games in the current game view.
feat: When importing an entire gamebase db additional game views are created if the number of games for a genre is larger than 250.
2023-08-01 21:58:59 +02:00
lantzelot-swe 23e3117f61 fix: Option to import all games by genre from a gb database
Add option to import all games from a gamebase installation and create gamelist views for each genre.
2023-07-05 15:07:40 +02:00
lantzelot-swe 6777423d9e Update pom.xml 2023-06-15 21:45:07 +02:00
lantzelot-swe 381ba4e469 fix: Updates Mobygames scraper
mobygames.com has been re-structured which broke the scraper. Now you have to choose platform to scrape for (c64 or vic-20).
2023-06-15 21:42:25 +02:00
lantzelot-swe 4ea93fa8c7 Update pom.xml 2023-02-03 21:38:54 +01:00
lantzelot-swe 663580be5d fix: When exporting to file loader the file name for
duplicate game entires include the author in parenthesis.
2023-02-03 21:38:50 +01:00
lantzelot-swe ea6e058ae5 Update pom.xml 2023-01-08 16:03:47 +01:00
lantzelot-swe 309bfbe897 fix: swap left/right stick highlight 2023-01-08 10:38:01 +01:00
lantzelot-swe 1fefe0e229 fix: add proper highlighting of buttons in GamePadDialog. 2023-01-06 19:49:09 +01:00
lantzelot-swe 4594d8bd78 feat: first iteration of gamepad config for mapping buttons 2023-01-06 00:16:02 +01:00
lantzelot-swe cc8cf8e107 Update pom.xml 2022-12-11 14:26:57 +01:00
lantzelot-swe 1e13906e0c Merge branch 'main' of https://github.com/lantzelot-swe/PCUGameManager 2022-12-11 14:26:39 +01:00
lantzelot-swe fb63477ee0 fix: duplicate file names don't use underscore when exporting a game to file loader.
Duplicates are named with " (2)" at the end instead of "_2" to not clash with filename flags in the file loader.
2022-12-11 14:26:27 +01:00
lantzelot-swe 31e73332a4
Update README.md 2022-12-09 11:02:22 +01:00
lantzelot-swe 3ad5ffe8de Update pom.xml 2022-12-02 12:29:47 +01:00
lantzelot-swe ed47d2882d fix: d81 and d82 disk files was not copied properly for carousel export. 2022-12-02 12:29:40 +01:00
lantzelot-swe aa2095c88d Update pom.xml 2022-11-25 20:52:01 +01:00
lantzelot-swe eae3aa6df7 fix: When exporting a game to Carousel disk images are decompressed.
VICE does not re-zip files, so when saving hi-scores to disk the save is lost. If the game file is uncompressed when launched the high score is saved properly.
2022-11-25 20:51:56 +01:00
lantzelot-swe 80d38062c6 Update pom.xml 2022-11-11 20:44:55 +01:00
lantzelot-swe 13103894b2 fix: Handle [ and ] in game title better when exporting to file loader. 2022-11-11 20:44:45 +01:00
lantzelot-swe 04ae9be450 fix: Correction of the name of .cjm files for multiple disk games
Replaces some more invalid chars in the file name when exporting a game since the file loader does not show them correctly.
2022-11-10 23:47:28 +01:00
lantzelot-swe a9f69221dc Update pom.xml 2022-11-07 22:03:25 +01:00
lantzelot-swe 68f98f03af fix: When exporting Carousels and a PCUAE USB is detected the manager chooses "Games" folder if available. 2022-11-06 15:02:44 +01:00
lantzelot-swe 4553145a81 fix: GameView popup stays open when navigating by entering chars so that you can find the list you want to open 2022-11-06 12:44:16 +01:00
lantzelot-swe e3b3f4d9e0 fix: add info about number of game files including extra disks to a GameView 2022-11-04 22:41:04 +01:00
lantzelot-swe ff05c9c251 fix: Trying to save a game view without any filters shows an error message instead of an exception. 2022-11-04 21:05:38 +01:00
lantzelot-swe b1edc907ea fix: backup/restore handles the extradisks folder. 2022-11-04 14:22:50 +01:00
lantzelot-swe 2c37cbdeee fix: GB import: only include files with a disk file ending as extra disk
- Make sure to always pick a crt file if available
2022-11-04 11:58:48 +01:00
lantzelot-swe c97c5e7def fix: Handles different filter fields better when editing a GameView 2022-11-04 11:54:56 +01:00
lantzelot-swe 28fb73af6b fix: Adding multiple filters for a game view works as expected. 2022-11-03 22:20:21 +01:00
lantzelot-swe ca25bf42fc Feat: Support for handling multiple disks
The manager can keep track of 5 extra disks (6 in total) for a game, listed on a new Tab in the UI. When scraping games or importing from a gamebase db available extra disks are added automatically.
Extra disks are added to a new folder named "extradisks". The extra disks are exported when a game is exported to file loader. Exporting to carousel will not include extra disks since the carousel have no disk swap support.
2022-11-02 22:30:50 +01:00
lantzelot-swe 49f67fa768 Update pom.xml 2022-10-24 20:25:41 +02:00
lantzelot-swe c5c426a34f fix: add menu item to reload all gamelist views (shift+F5) 2022-10-24 20:22:26 +02:00
lantzelot-swe 9a58494d2f Update pom.xml 2022-10-21 16:25:38 +02:00
lantzelot-swe c4d405f837 fix: Add menu option to delete all gamelist views in the database 2022-10-21 16:24:35 +02:00
lantzelot-swe a5d36adc42 Update pom with version 2.8.0 2022-10-19 22:24:50 +02:00
lantzelot-swe 38c4067ee2 fix: A game view is automatically created when adding a view tag during import 2022-10-17 19:18:56 +02:00
lantzelot-swe b0fa44b107 fix: WIP3 create game views for carousel import 2022-10-16 22:05:42 +02:00
lantzelot-swe 2a18215820 fix: WIP2 create game views when importing Carousel 2022-10-16 16:27:23 +02:00
lantzelot-swe e40c91afff feat: WIP of creating game views during carousel import 2022-10-12 22:19:14 +02:00
lantzelot-swe 2108c92cc4 Update pom.xml 2022-08-23 19:59:23 +02:00
lantzelot-swe 0e5ce346bf fix: changed the URL to the PCUAE wiki to point to the github repo 2022-08-23 19:59:10 +02:00
lantzelot-swe c9bc6f901c Update pom.xml 2022-08-23 19:43:16 +02:00
lantzelot-swe 9e611ea9fd fix: add number of selected games below the games list if more than 1. 2022-08-23 19:41:33 +02:00
lantzelot-swe 7bd3f8ac55 Update pom.xml 2022-08-09 20:10:43 +02:00
lantzelot-swe 0d1f441095 fix: bug fixes for editing view tags and gamelist aliases 2022-08-09 20:09:59 +02:00
lantzelot-swe e7b88e7686 feat: add favorite list aliases to the preferences dialog
Preferences for Favorites are in a separate tab now.
2022-08-08 16:31:03 +02:00