diff --git a/html-src/faq.html b/html-src/faq.html new file mode 100644 index 00000000..25134031 --- /dev/null +++ b/html-src/faq.html @@ -0,0 +1,64 @@ +
+Unfortunately the Tcl/Tk toolkit lacks a sprite concept, so +there is a lot of (invisible double-buffered) redraw going on +when dragging cards around. +
+Disabling Card shadow, Shade legal moves, +background table tiles and sound will somewhat improve the display speed. + +
+Background table tiles should only be enabled when using +a true-color video mode - otherwise they may look bad +because of dithering. +
+BTW, you can add your own background tiles by copying the images +to the main data/tiles or your home ~/.PySolFC/tiles directory. + + +
+We have been asked about the fact that some anti viruses, including those +on VirusTotal, have identified the Microsoft +Windows downloads as containing malware. What we know is that they are generated from +the open source +source code by AppVeyor, are checked using +VirusTotal before they are uploaded, and at that point were considered to be malware clean. +
+However, as time passes, they seem to accumulate classifyings as containing malware +in what appears to be false positives. So we believe the downloads are nonetheless safe and free of +malware. +
+Furthermore, note that we believe that many anti-malware applications are harmful +by themselves, and that they are all an incomplete (non-)solution to an +issue that does not exist in Linux and the BSDs operating systems. +
+For more information, see: +
+ ++This error occurs if you're trying to run an older version of PySolFC +with Python 3.10. If you are using Python 3.10 or later, please upgrade your +version of PySolFC to 2.14.0 or later - older versions are not compatible with +Python 3.10. +
+If you are getting your copy from your Linux distribution's package manager, +please contact the people who maintain the packages for your distribution. +You can always get the latest version from the PySolFC website or from +Flathub. + +
+When playing Spider, you are not allowed to deal more cards if there are any +empty piles. If there aren't enough cards left to put one in each pile, the +game is lost. Part of the game is planning ahead when to deal more cards to +avoid this situation. +
+If you want a variation without this rule, you can play Relaxed Spider instead. diff --git a/html-src/gen-html.py b/html-src/gen-html.py index 93bc3e0c..40783fdb 100755 --- a/html-src/gen-html.py +++ b/html-src/gen-html.py @@ -46,6 +46,7 @@ fix_gettext() files = [ ('credits.html', 'PySol Credits'), ('credits_old.html', 'PySol Credits'), + ('faq.html', 'PySol - FAQ'), ('ganjifa.html', 'PySol - General Ganjifa Card Rules'), ('general_rules.html', 'PySol - General Rules'), ('glossary.html', 'PySol - Glossary'), diff --git a/html-src/howtoplay.html b/html-src/howtoplay.html index 5c60d418..07ad42c7 100644 --- a/html-src/howtoplay.html +++ b/html-src/howtoplay.html @@ -55,27 +55,6 @@ disable certain features as they would be trivial otherwise. The logic involved is not too clever on purpose (i.e. it does not consult the hint system). -
-Unfortunately the Tcl/Tk toolkit lacks a sprite concept, so -there is a lot of (invisible double-buffered) redraw going on -when dragging cards around. -
-Disabling Card shadow, Shade legal moves, -background table tiles and sound will somewhat improve the display speed. - - -
-Background table tiles should only be enabled when using -a true-color video mode - otherwise they may look bad -because of dithering. -
-BTW, you can add your own background tiles by copying the images -to the main data/tiles or your home ~/.PySolFC/tiles directory. - - -
Before you report a bug, please verify that you are running -the latest version of PySolFC, and also check the PySolFC site's -FAQ page, -and issues previously reported on GitHub, to ensure that the bug -was not previously reported. +the latest version of PySolFC. Also, check the +FAQ, and issues previously reported +on GitHub, to ensure that the bug was not previously reported.
If you found a bug in PySolFC, the best place to report it is on GitHub. To do so, create an issue at