Skip to content
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
wants to merge 91 commits into
base: master
Choose a base branch
from

Conversation

Newsdee
Copy link
Owner

@Newsdee Newsdee commented Sep 7, 2019

Improved core directories creation; added NeoGeo xml download/update to ADDITIONAL_REPOSITORIES.

Locutus73 and others added 30 commits September 7, 2019 12:23
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.
Locutus73 and others added 30 commits June 25, 2020 16:11
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.