Commit Graph

319 Commits

Author SHA1 Message Date
lantzelot-swe beda153f69 Upgrade of logback to version 1.2.10 to avoid CVE-2021-42550 2022-01-08 21:10:35 +01:00
lantzelot-swe 72b7c6def5 fix: add cover images for favorites 1-10 info slots.
Changing the system setting (c64 or Vic-20) changes the cover for an info slot to the generic version for that system.
2022-01-07 09:44:22 +01:00
lantzelot-swe 0990f80b95 Update .gitignore 2022-01-07 09:36:49 +01:00
lantzelot-swe 6559b7f30c Update pom.xml 2022-01-03 21:02:51 +01:00
lantzelot-swe 18b50233da fix: Better feedback when importing/exporting games.
Feedback in the export dialog was only published once a task was completed. Now the updates are much more frequent and feels much better if the USB you export to or import from is slow.
2022-01-03 20:54:07 +01:00
lantzelot-swe 7c0b8a0787 fix: minor adjustment of messages for exporting saved states 2022-01-03 12:07:32 +01:00
lantzelot-swe 247a20b2db fix: fix how the file ending is identified when adding a game, takes last index of "." instead of first. 2022-01-03 11:56:06 +01:00
lantzelot-swe e28e9e51fb fix: more fixes for supporting d81 and d82 files 2022-01-03 11:54:27 +01:00
lantzelot-swe 9e56dd95f1 fix: Support for adding d81 and d82 files to the game field.
REU flags are set properly when launching a game in VICE. Sonic works properly from the manager now.
2022-01-02 18:13:53 +01:00
lantzelot-swe 76b179895d fix: delete dialog 2022-01-02 18:12:04 +01:00
lantzelot-swe 1debbe348f fix: When exporting games the export dialog is shown before old directories are deleted.
Deleting from a USB stick can take a long time, the dialog was not shown before the delete was finished.
2022-01-02 18:11:35 +01:00
lantzelot-swe c42033719d Update pom.xml 2022-01-01 22:17:25 +01:00
lantzelot-swe 59f299ebd3 fix: Info slots for a specific view where shown for other views in some circumstances
fix: Info slots are deleted when a gamelist view is deleted.
2022-01-01 22:17:04 +01:00
lantzelot-swe 17a3103fbc Update pom.xml 2022-01-01 20:58:11 +01:00
lantzelot-swe 7ec52923a9 fix: resize of export saved states dialog 2022-01-01 20:57:53 +01:00
lantzelot-swe c22d5f8537 fix: An info label is shown if a PCUAE USB is detected during import/export. 2022-01-01 20:28:09 +01:00
lantzelot-swe 04b3351744 Merge branch 'main' of https://github.com/lantzelot-swe/PCUGameManager 2022-01-01 17:43:57 +01:00
lantzelot-swe 7d1e1ce3fe fix: USB check when setting export/import dir.
Check if an available PCUAE USB is connected to the computer, if availabel it is used as default drive when exporting and importing carousels/saved states.
2022-01-01 17:43:54 +01:00
lantzelot-swe 65e58b9cfa fix: Add mouse image to joystick panel 2022-01-01 17:38:55 +01:00
lantzelot-swe 47a037b015
Update README.md 2021-12-30 20:35:16 +01:00
lantzelot-swe bbb25a2392 Merge branch 'main' of https://github.com/lantzelot-swe/PCUGameManager 2021-12-30 10:38:16 +01:00
lantzelot-swe 8f1d99cfbf fix: bug fix for mouse config 2021-12-30 10:38:04 +01:00
lantzelot-swe 6283c6c708
Update README.md 2021-12-30 10:24:41 +01:00
lantzelot-swe 4d174e3fd8 fix; add separator in help menu 2021-12-30 10:21:49 +01:00
lantzelot-swe d678b93449 feat: adds PCUAE wiki to help menu 2021-12-29 22:59:30 +01:00
lantzelot-swe 8c8d424a92 feat; Add support for mouse configuration for joystick ports. 2021-12-29 22:52:06 +01:00
lantzelot-swe 2432c51528 feat: possible to choose if the view name shall be added to a screenshot 2021-12-29 14:31:36 +01:00
lantzelot-swe d24fae4310 fix: Better looking info slot screens. 2021-12-29 14:29:50 +01:00
lantzelot-swe a8d35e4f55 feat: A check for a newer version of PCUAE main install is performed at startup 2021-12-29 12:31:02 +01:00
lantzelot-swe 4767b42d32 feat: creation of info slots
-New menu item for adding an info slot for the current game view.
-Info slots are only shown for the view they are created for.
-The gamelist name is added to the info slot screenshots.
-
2021-12-29 11:49:56 +01:00
lantzelot-swe d2b957f32c fix: Always use UTF-8 as char encoding for generated tsg files 2021-12-29 08:41:46 +01:00
lantzelot-swe 0b67128885 Update pom.xml 2021-12-17 23:08:42 +01:00
lantzelot-swe 0a19d29b5b fix: add check for missing game file to the db validation
If a game file is missing a generic Vice snapshot showing a "game file missing" message is used.
2021-12-17 23:02:10 +01:00
lantzelot-swe 3787471739 feat: new menu option to validate the database
- "Convert screens" and "Check descriptions" in the tools menu has been replaced by "Validate db". It will run both checks and an additional check for missing covers and screenshots in the folders on disk, replacing missing ones with a genric image.
2021-12-17 21:02:56 +01:00
lantzelot-swe 7040a3f832 Update pom.xml 2021-12-13 19:23:01 +01:00
lantzelot-swe 1772fab2f3 Improved file name generation and handling of duplicate titles
fix: generated file names for covers, screens and game files is improved to consider more characters to avoid that two games point to the same files.
fix: When adding a new game where the file names becomes equal to an existing game in the db an additional index is added to the file name as a suffix.
fix: file names are re-calculated when a game is saved and renamed if not matching the new rules.
2021-12-13 19:01:55 +01:00
lantzelot-swe fea8772a6e fix: The cover image was cut, missing two pixels on the right side. 2021-12-10 11:04:30 +01:00
lantzelot-swe c99240ce5d Update README.md 2021-12-10 10:03:44 +01:00
lantzelot-swe d66a0adef5 fix: Corrects the link in the download dialogs 2021-12-10 10:03:38 +01:00
lantzelot-swe 2276152b96 feat: installation of mode packs 2021-12-06 22:48:58 +01:00
lantzelot-swe 33a37968f1 feat: preparing for download and install of mode files 2021-12-04 22:16:41 +01:00
lantzelot-swe fee069f0cd fix: Fetching description of the release from github. To be used later. 2021-12-02 22:06:02 +01:00
lantzelot-swe 177e8d8568 Feat: Instrallation of PCUAE close to completion
-Version check is made at startup of the manager
-Renamed PCU Game Manager to PCUAE Manager. Changed texts  in UI, The generated exe file and in build files.
2021-12-01 23:33:08 +01:00
lantzelot-swe b4dcae3f2c WIP of automatic updates for the manager
First test of installing PCUAE from the manager.
2021-11-29 23:19:22 +01:00
lantzelot-swe 4d6bda5493 feat: Menu option for swapping game file and first saved state
To fix PAL/NTSC issue
2021-11-26 21:24:40 +01:00
lantzelot-swe b472d0e97a chore: changed warning message when deleting saved state 2021-11-20 23:44:21 +01:00
lantzelot-swe 7f67e09f75 fix: New image for saved states that are missing a screenshot 2021-11-20 23:35:21 +01:00
lantzelot-swe 178f8a0b7e fix: add a delete button for saved states
Files are deleted from disk when the game is saved.
2021-11-20 22:41:42 +01:00
lantzelot-swe 7d40e17db5 fix: pressing F5 to refresh also updates the saved states 2021-11-20 21:12:57 +01:00
lantzelot-swe 4bf2d05a78 Update pom.xml 2021-11-18 22:14:41 +01:00