diff --git a/.appveyor.yml b/.appveyor.yml index 237c865e..8e19b5a1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,9 +36,9 @@ test_script: - gmake mo - pyinstaller pysol.py --windowed --icon=data\pysol.ico - python3 setup.py install_data -d dist\pysol - - appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.2.0.tar.xz/download -FileName cardsets.tar.xz + - appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-3.0.0.tar.xz/download -FileName cardsets.tar.xz - 7z x cardsets.tar.xz -so | 7z x -si -ttar - - mv PySolFC-Cardsets--Minimal-2.2.0/cardset-* dist/pysol/data + - mv PySolFC-Cardsets--Minimal-3.0.0/cardset-* dist/pysol/data - appveyor DownloadFile https://sourceforge.net/projects/pysolfc/files/PySol-Music/PySol-Music-4.50/pysol-music-4.50.tar.xz/download -FileName music.tar.xz - 7z x music.tar.xz -so | 7z x -si -ttar - move pysol-music-4.50\data\music dist\pysol\data\music diff --git a/.github/workflows/macos-package.yml b/.github/workflows/macos-package.yml index 88473522..9ea50945 100644 --- a/.github/workflows/macos-package.yml +++ b/.github/workflows/macos-package.yml @@ -28,9 +28,9 @@ jobs: brew install create-dmg - name: Get cardsets run: | - wget -O cardsets-pack.tar.xz "https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.2.0.tar.xz/download" + wget -O cardsets-pack.tar.xz "https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-3.0.0.tar.xz/download" tar -xJf cardsets-pack.tar.xz - mv PySolFC-Cardsets--Minimal-2.2.0/cardset-* data + mv PySolFC-Cardsets--Minimal-3.0.0/cardset-* data - name: Prepare game rules (process the HTML) and translations run: | make rules mo diff --git a/.gitignore b/.gitignore index 25e73513..b0b63779 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,10 @@ PySolFC-Cardsets--Minimal-2.0.* PySolFC-Cardsets--Minimal-2.0/ PySolFC-Cardsets-2.0.* PySolFC-Cardsets-2.0/ +PySolFC-Cardsets--Minimal-3.0.* +PySolFC-Cardsets--Minimal-3.0/ +PySolFC-Cardsets-3.0.* +PySolFC-Cardsets-3.0/ android/*.apk android/*.zip android/bin/keystore diff --git a/.travis.yml b/.travis.yml index c32ad11d..376896c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,8 @@ deploy: before_install: - if test "$TRAVIS_OS_NAME" = "osx" ; then wget --content-disposition https://sourceforge.net/projects/pysolfc/files/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-2.2.0.tar.xz/download && - tar xJf PySolFC-Cardsets--Minimal-2.2.0.tar.xz && - mv PySolFC-Cardsets--Minimal-2.2.0/cardset-* data ; + tar xJf PySolFC-Cardsets--Minimal-3.0.0.tar.xz && + mv PySolFC-Cardsets--Minimal-3.0.0/cardset-* data ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then PYVER=3.9.1 && diff --git a/contrib/customize_cardset.asciidoc b/contrib/customize_cardset.asciidoc index 7a014c93..f0f668ac 100644 --- a/contrib/customize_cardset.asciidoc +++ b/contrib/customize_cardset.asciidoc @@ -132,13 +132,13 @@ Line 2 ( *TIP:* You could add a number prefix (e.g. 123-cardset-name) ) -``: Your cardset name as it should appear in the cardset manager +``: Your cardset name as it should appear in the cardset manager. Note that a cardset name of more than 30 characters will be truncated. Line 3 ------ -* *X:* The cards width (the card image width) -* *Y:* The cards height (the card image height) +* *X:* The cards' width (the card image width) +* *Y:* The cards' height (the card image height) * *D:* The color depth (mostly 8) Line 4 diff --git a/html-src/cardset_customization.html b/html-src/cardset_customization.html index 8dced212..ca918d7e 100644 --- a/html-src/cardset_customization.html +++ b/html-src/cardset_customization.html @@ -259,14 +259,15 @@ back01.ext;back02.ext;back03.ext

(TIP: You could add a number prefix (e.g. 123-cardset-name) )

<cardset_name>: Your cardset name as it should appear - in the cardset manager

+ in the cardset manager. Note that a cardset name of more than 30 characters + will be truncated.

Line 3