forked from MiSTer-devel/Updater_script_MiSTer
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.3.1 - NeoGeo stuff... #1
Open
Newsdee
wants to merge
91
commits into
Newsdee:master
Choose a base branch
from
MiSTer-devel:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Improved core directories creation; added NeoGeo xml download/update to ADDITIONAL_REPOSITORIES.
This example is using the += with ADDITIONAL_REPOSITORIES this allows adding to without replacing the values in ADDITIONAL_REPOSITORIES. Resolves: #14
Added update_all.ini example
…_REPOSITORIES Implemented MD5 based check in addition to file timestamp for main menu and main MiSTer executable; added https://github.com/MiSTer-devel/Scripts_MiSTer/tree/master/other_authors to ADDITIONAL_REPOSITORIES.
Corrected a bug in MD5 based check in addition to file timestamp for main menu and main MiSTer executable.
no need for a `cat` and a simpler `grep` command.
no need for a `pipe`, `echo`, or the `g` option of `sed`
here I am not sure what was the role of the `gI` option at the end of the second `sed` command. My patch might then change the logic of the original code.
and some code style modification. Sorry about that, I think I have an OCD...
…OS system. Fixed an incompatibility with gamehacking.org anti DDOS system.
Added GAMES_SUBDIR option, specifies the Games/Programs subdirectory where core specific directories will be placed; GAMES_SUBDIR="" for letting the script choose between /media/fat and /media/fat/Games when it exists, otherwise the subdir you prefer (i.e. GAMES_SUBDIR="/Programs").
Added GAMES_SUBDIR option, specifies the Games/Programs subdirectory where core specific directories will be placed; GAMES_SUBDIR="" for letting the script choose between /media/fat and /media/fat/Games when it exists, otherwise the subdir you prefer (i.e. GAMES_SUBDIR="/Programs").
Added support for the new filters and gamma tables repository structure; FILTERS_URL="" for disabling filters updating; if you use a custom ADDITIONAL_REPOSITORIES, please remove any Filters entry.
Added a prompt for PARALLEL_UPDATE.
Adapt to Wiki sideboard changes for core listings and separate arcade core listing
Adapt to Wiki sideboard changes for core listings and separate arcade core listing by rarcos, thank you very much.
simpler syntax (I think)
simpler syntax
Changing max-time to 180 for CURL_RETRY
Download timeout increased from 120 seconds to 180.
Added default GitHub branch detection
Optimised repositories main branch detection through a single API call.
Removing curl and folder creation errors thanks to the advise from cdewit
Removied curl and folder creation errors (thanks to theypsilon and cdewit).
Updated checkAdditionalRepository in order to reflect a change in GitHub HTML code.
Added XOW scripts to ADDITIONAL_REPOSITORIES; added main branch detection to checkAdditionalRepository.
Fixed a bug in checkAdditionalRepository.
Handle HTML character codes for square brackets and ampersand
…(thanks tjanas). Handle HTML codes for square brackets and ampersand (thanks tjanas).
Fixes Intellivision game folder creation
…theypsilon). Fixes Intellivision game folder creation (thanks to theypsilon).
…thanks to MiSTer Addons for the help with testing). Support for the new 7z Linux update archive format (thanks to MiSTer Addons for the help with testing).
* Deprecate update.sh, add redirect to downloader.sh with warning * Add deprecation message to readme
* Date fix * Tabs to spaces
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.
Improved core directories creation; added NeoGeo xml download/update to ADDITIONAL_REPOSITORIES.