Commit Graph

476 Commits

Author SHA1 Message Date
lantzelot-swe 5d3f57b1ea fix: add menu option to install MSX/Colecovision mode 2024-02-10 22:08:41 +01:00
lantzelot-swe 13a7ddbd89 Update pom.xml 2024-02-03 22:23:16 +01:00
lantzelot-swe b6ee7d5ac5 fix; Add rotate button to cover dialog 2024-02-03 22:18:40 +01:00
lantzelot-swe 0adcabef93 fix: dialog title 2024-02-03 09:43:20 +01:00
lantzelot-swe 02dba68454 fix; show cover crop dialog as default 2024-02-03 09:23:18 +01:00
lantzelot-swe 673204febb Update pom.xml 2024-02-01 22:28:45 +01:00
lantzelot-swe 1df3a6ea7a feat: add a "Online resources" menu that opens useful sites in a browser. 2024-02-01 22:28:29 +01:00
lantzelot-swe 5f5ebf5174 feat: Optional dialog to crop a cover image when added. 2024-02-01 21:44:12 +01:00
lantzelot-swe 7dfa5ba30c Update pom.xml 2024-01-13 15:56:15 +01:00
lantzelot-swe f6f662394f fix: nullpointer when drag and drop of invalid images to cover or screenshots. 2024-01-09 10:39:01 +01:00
lantzelot-swe 39427e21fc fix: nullpointer when scraping musician from Moby games in some situations 2024-01-09 10:37:52 +01:00
lantzelot-swe fc99e08ae6 fix: exception when selecting individual games to export 2023-12-21 14:03:38 +01:00
lantzelot-swe 67e93100e6 fix: left-click on a game in the carousel window selects it. 2023-12-14 15:18:23 +01:00
lantzelot-swe eee736d8d4 fix: exception when switching to a gamelist view that contains less than 10 games 2023-12-06 12:04:31 +01:00
lantzelot-swe 2234c8582d Update pom.xml 2023-12-02 18:17:03 +01:00
lantzelot-swe 9b87902afe fix: bug fixes, new button for carousel preview 2023-12-01 22:56:56 +01:00
lantzelot-swe 2073c4a569 fix: carousel preview game selection 2023-12-01 16:17:59 +01:00
lantzelot-swe a91dfd9f8c fix: Carousel preview near completion 2023-12-01 15:06:08 +01:00
lantzelot-swe 14a22f0921 feat: carousel preview wip 2023-11-27 22:44:51 +01:00
lantzelot-swe c6cb2a1f12 feat: carousel wip 2023-11-27 20:36:33 +01:00
lantzelot-swe 1ea206a68d feat: carousel preview VIP 2023-11-26 23:04:28 +01:00
lantzelot-swe 13e83218dc feat: carousel preview WIP 2 2023-11-22 22:55:03 +01:00
lantzelot-swe af6a4bbd38 feat: WIP of carousel preview 2023-11-22 16:41:15 +01:00
lantzelot-swe f21c2de42f Update pom.xml 2023-11-12 21:33:47 +01:00
lantzelot-swe 0710ba4ea3 fix: change "Joystick" to "controller" in the UI 2023-11-12 21:29:09 +01:00
lantzelot-swe 5667ab5e1c feat: add THEGamepad to the "edit controller" dialog 2023-11-11 00:20:06 +01:00
lantzelot-swe 5115fb00f6 Update pom.xml 2023-10-24 19:54:42 +02:00
lantzelot-swe ff4094f283 fix: gb importer
Changed default joystick config for imported games.
2023-10-22 22:31:34 +02:00
lantzelot-swe 68598473d4 fix: gamebase importer
- Importing a genre with a ' (ex: shoot'em up) did not name the genre properly, the name contained a double '.
- Genres are named with two letters based on the game title when split into multiple folders.
2023-10-22 22:22:13 +02:00
lantzelot-swe 4dc812917f Update pom.xml 2023-10-21 21:45:32 +02:00
lantzelot-swe 20c0d0bddd fix: changed default values for infoslot and joystick config
- Info text for infoslot, some shortcuts was old.
- default joystick config includes some useful keys for alternative controllers.
2023-10-19 23:09:32 +02:00
lantzelot-swe 64c919cabc fix: All folders are created correctly at startup if missing
To create a clean empty instance of the manager just copy the folders "jre" and "vice" and PCUAEManager.exe to a new folder.
2023-10-19 22:57:19 +02:00
lantzelot-swe 23e325475a fix: duplicate game names during gb import
When importing a gamebase database with the option "All games - create gamelist views based on genre" duplicate game names where not imported correcly, some got imported twice and some where missing.
2023-10-19 21:44:25 +02:00
lantzelot-swe a534bf76a6 fix: always use http for scraping c64.com, https does not work. 2023-10-14 23:17:57 +02:00
lantzelot-swe b3ac163dad fix: a nullpointer exception when editing filters for a gameview 2023-10-14 17:11:28 +02:00
lantzelot-swe 4c0de80ffe fix: add tooltip on gamelist button 2023-10-13 23:57:19 +02:00
lantzelot-swe aa3caf1a14 fix: a gamelist view name can have a ' character
For example,: "Shoot 'em ups"
2023-10-12 22:28:42 +02:00
lantzelot-swe 4f9cec7dc3 fix: deleting a gamelsist view is much faster.
When deleteing a view all views was reloaded from the db, for a large db this was a performance issue. Deleting a view is now instant.
2023-10-08 21:36:44 +02:00
lantzelot-swe bbb9da3b52 Update pom.xml 2023-10-08 21:26:54 +02:00
lantzelot-swe f19cacbd93 fix: #19: No subfolders when exporting to carousel
A game view with a "/" or a "\" in the name will be replaced with a "-" so that no subfolders are created since PCUAE does not support it.
2023-10-08 21:26:30 +02:00
lantzelot-swe 5024f60ddd feat: New menu option to edit primary joy port for multiple games 2023-10-01 08:28:38 +02:00
lantzelot-swe febe34ce49 fix: adding an Infoslot works again. 2023-10-01 08:27:12 +02:00
lantzelot-swe 5ed8c4e6e3 feat: Cracker info from gb64
When importing from a C64 gamebase the cracker info is added to the description field. This makes it possible to create game views based on cracker.
2023-09-26 21:33:35 +02:00
lantzelot-swe 8e9aed252c fix: Deleting multiple selected games is much faster 2023-09-23 22:38:13 +02:00
lantzelot-swe 353c49ae28 feat: add option to search on System config string with "s:" 2023-09-23 21:39:13 +02:00
lantzelot-swe 3dcdb28808 Update pom.xml 2023-09-08 23:19:29 +02:00
lantzelot-swe 96ce48d4c8 fix: adding a new game works again
The search text field is disabled when unsaved data is available for the currently selected game.
2023-09-08 23:16:07 +02:00
lantzelot-swe 5651e86a2c feat: new search field to search in the current gamelist view 2023-09-02 23:05:37 +02:00
lantzelot-swe 0e4abd2484 Update pom.xml 2023-08-26 23:04:16 +02:00
lantzelot-swe c7b0a1a17a fix: file names for duplicate game titles are adjusted slightly to avoid name collitions 2023-08-26 23:03:23 +02:00