Locutus73
87d24a5ae1
Merge pull request #19 from frederic-mahe/patch-1
...
simpler syntax (I think)
2019-12-21 13:48:28 +01:00
Locutus73
75625916bb
Update README.md
2019-12-10 18:03:13 +01:00
Locutus73
141647635e
Update README.md
2019-12-10 18:02:33 +01:00
Locutus73
6f454eee95
Update README.md
2019-12-10 18:01:09 +01:00
Locutus73
b9065b5394
Update README.md
2019-12-10 18:00:41 +01:00
Locutus73
8d644d8bb0
Version 3.5 - Adapt to Wiki sideboard changes.
...
Adapt to Wiki sideboard changes for core listings and separate arcade core listing by rarcos, thank you very much.
2019-12-04 11:34:29 +01:00
Locutus73
4edd31a24a
Merge pull request #23 from rarcos/master
...
Adapt to Wiki sideboard changes for core listings and separate arcade core listing
2019-12-04 11:31:04 +01:00
Ricardo Arcos
994b91b106
Adapt to Wiki sideboard changes for core listings and separate arcade core listing
2019-12-04 05:16:35 -03:00
Locutus73
9c3a2dd240
Version 3.4.1 - Added a prompt for PARALLEL_UPDATE.
...
Added a prompt for PARALLEL_UPDATE.
2019-12-03 14:10:57 +01:00
Locutus73
26a774ddfb
Update README.md
2019-11-30 20:12:02 +01:00
Locutus73
9e66cf36b3
Version 3.4 - New filters repository structure.
...
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.
2019-11-30 20:07:14 +01:00
Locutus73
15fa270828
Version 3.3.5 - Added GAMES_SUBDIR option
...
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").
2019-11-10 20:59:26 +01:00
Locutus73
0671b40ccc
Update README.md
2019-11-10 20:42:32 +01:00
Locutus73
1ccdd27ec7
Version 3.3.5 - Added GAMES_SUBDIR option
...
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").
2019-11-10 20:41:49 +01:00
Locutus73
cc12d797eb
Version 3.3.4 - Fixed an incompatibility with gamehacking.org anti DDOS system.
...
Fixed an incompatibility with gamehacking.org anti DDOS system.
2019-10-20 11:58:39 +02:00
Frédéric Mahé
559bb8fb49
simpler syntax (I think)
...
no need for a `cat` and a simpler `grep` command.
2019-10-04 22:48:02 +02:00
Locutus73
7fee59f581
Update README.md
2019-09-29 12:42:56 +02:00
Locutus73
d4192f8812
Update README.md
2019-09-29 12:21:25 +02:00
Locutus73
5de57e6fc7
Update README.md
2019-09-29 12:18:44 +02:00
Locutus73
52b3743999
Add files via upload
2019-09-29 12:06:44 +02:00
Locutus73
4e82d65eb6
Create README.md
2019-09-29 12:06:15 +02:00
Locutus73
72b7ff1f4a
Version 3.3.3 - Corrected a bug in MD5 based check
...
Corrected a bug in MD5 based check in addition to file timestamp for main menu and main MiSTer executable.
2019-09-28 13:31:39 +02:00
Locutus73
ded04c4417
Version 3.3.2 - Better menu/MiSTer check; other_authors in ADDITIONAL_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.
2019-09-28 11:46:39 +02:00
Locutus73
3106351d1f
Merge pull request #17 from wesclemens/PR14
...
Added update_all.ini example
2019-09-21 21:24:18 +02:00
William Clemens
2ef73ccb4a
Added update_all.ini example
...
This example is using the += with ADDITIONAL_REPOSITORIES this allows
adding to without replacing the values in ADDITIONAL_REPOSITORIES.
Resolves : #14
2019-09-15 06:38:32 -05:00
Locutus73
b5ab263fc6
Version 3.3.1 - NeoGeo stuff...
...
Improved core directories creation; added NeoGeo xml download/update to ADDITIONAL_REPOSITORIES.
2019-09-07 12:23:02 +02:00
Locutus73
b381ec31ef
Version 2.1.2 -Minor refactoring by frederic-mahe.
...
Minor refactoring by frederic-mahe, thank you very much.
2019-09-03 13:02:29 +02:00
Locutus73
9e85cfa215
Merge pull request #11 from frederic-mahe/patch-1
...
minor refactoring
2019-09-03 13:00:59 +02:00
Locutus73
c9a6918638
Update README.md
2019-08-21 16:42:05 +02:00
Locutus73
9664257600
Version 3.3 - Implemented CREATE_CORES_DIRECTORIES
...
Implemented CREATE_CORES_DIRECTORIES; when "true" (default value), the updater will create the core directory (i.e. /media/fat/Amiga for Minimig core, /media/fat/SNES for SNES core) the first time the core is downloaded.
2019-08-21 16:38:38 +02:00
Locutus73
9429d391ad
Update README.md
2019-08-21 12:53:43 +02:00
Locutus73
7e79d698d2
Version 3.2 - Implemented GOOD_CORES_URL.
...
Implemented GOOD_CORES_URL for having a list of curated "good" cores.
2019-08-21 12:52:23 +02:00
Locutus73
ee813cf5d8
Create good_cores.txt
2019-08-21 11:13:52 +02:00
Frédéric Mahé
31a3035c76
minor refactoring
...
- group options,
- turn GitHub's URL into a variable,
- `--silent` is always used and can be factorized into `${CURL_RETRY}`
2019-08-16 17:16:41 +02:00
Locutus73
d820b418ce
Version 3.1.1 - Supporting both "Cores" and "Computer Cores" in MiSTer Wiki Sidebar.
...
The script is compatible with a possible renaming of "Cores" to "Computer Cores" in MiSTer Wiki Sidebar.
2019-07-26 16:25:40 +02:00
Locutus73
d580c2dadc
Version 3.1 - Download fail strategy
...
Checking cURL download success and restoring old files when needed.
2019-06-16 12:23:34 +02:00
Locutus73
54bdf6025e
Version 3.0.2 - Fixes for users in some countries.
...
Testing Internet connectivity with github.com instead of google.com; improved a regular expression for Debian repository parsing.
2019-06-10 10:36:12 +02:00
Locutus73
c1a17267b1
Version 2.1.1 - Testing Internet with github.com
...
Testing Internet connectivity with github.com instead of google.com.
2019-06-10 10:28:54 +02:00
Locutus73
002b8101d6
Version 3.0.1
...
Changed UPDATE_LINUX default value from "false" to "true".
2019-05-25 18:22:14 +02:00
Locutus73
b24998ca3e
Update README.md
2019-05-18 12:14:18 +02:00
Locutus73
8b03e165dd
Version 3.0
...
Added EXPERIMENTAL parallel processing for the update process when PARALLEL_UPDATE="true" (default value is "false"): use it at your own risk!
2019-05-18 11:46:17 +02:00
Locutus73
e322613796
Add files via upload
2019-05-16 10:10:59 +02:00
Locutus73
830ae85279
Update README.md
2019-05-16 10:09:37 +02:00
Locutus73
5a6812b435
Update update_fonts.ini
2019-05-16 10:08:11 +02:00
Locutus73
7f526bbd06
Update update_commodore.ini
2019-05-16 10:07:56 +02:00
Locutus73
c455d6ce70
Update update_arcade.ini
2019-05-16 10:07:43 +02:00
Locutus73
e9cff5c351
Update update_additional_repositories.ini
2019-05-16 10:07:31 +02:00
Locutus73
29cb87dd98
Update README.md
2019-05-16 10:06:50 +02:00
Locutus73
fcf777d7ba
Update update_commodore.ini
2019-05-13 17:58:18 +02:00
Locutus73
ee2414b459
Update update_arcade.ini
2019-05-13 17:58:01 +02:00