Extended EverLoader - added features like a separate list for games on cartridge (treeview)#33
Open
muid wants to merge 5 commits intoEverSD-Cart:mainfrom
Open
Extended EverLoader - added features like a separate list for games on cartridge (treeview)#33muid wants to merge 5 commits intoEverSD-Cart:mainfrom
muid wants to merge 5 commits intoEverSD-Cart:mainfrom
Conversation
added 5 commits
May 29, 2024 12:56
…er structure)
- ROMs on Cartridge can now be moved to folders via drag & drop
- games that only exist on the cartridge and not in the collection are now shown also
-- added symbols indicating if ROM on cartridge is not present in collection
-- these games can be imported to collection
- added collection filter: show ROMs not present on cartridge
- added search in collection and ROMS on cartridge
- games on the cartridge can now be deleted
- folders on the cartridge can now be renamed
- when a console ROM is added and it's in a zip archive, the archive is extracted
and checked if it contains console ROMs like .md, .pce and .nes etc. previously
it was assumed, that zip files were only for the MAME emulator
…m file is not found then ask the user if he wants to use the open file dialog to find it - for games on the sdcard which don't exist in the collection only the game id was shown - now the title is shown also (this helps with identifying PS1 games) - now game info is also shown when a game on the sdcard is selected - added possibility to leave the "select platform" dialog without choosing a platform (because the platform might not be in the list) - bug fix: only offer to import a game from the sdcard if the file extension belongs to a known platform - bug fix: after a folder was created - it was treated as game root
… title - if the game.json file of a folder can't be found -- the folder gets a red icon -- the path of the missing game.json is displayed under the folder tree view - bugfix: when a folder is renamed previously the directory of the folder was renamed in the file system -- this caused problems when opening a folder on the evercade device -- now just the folder title and the title of the (virtual) cart is renamed in the json Files - bugfix: when a folder was deleted it's associated game.json and images were not deleted
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
-- added symbols indicating if ROM on cartridge is not present in collection
-- these games can be imported to collection
This does change the concept of syncing to only one EverSD cartridge a litte but it enables to use more EverSD cartridges
with different computers ...