1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
Commit graph

2157 commits

Author SHA1 Message Date
Joe R
b30334410b Moved startup splash screen option to the spash screen itself, so it's easier to know how to disable it. 2023-09-03 19:27:06 -04:00
Joe R
f10379af00 Added Relaxed Clock game. 2023-09-03 09:55:26 -04:00
Joe R
8c6310c0b1 Formic is more of a golf-type game, more commonly known as Ants. 2023-09-01 22:23:37 -04:00
Joe R
bafede48f8 Bottom images for jokers. 2023-09-01 18:47:20 -04:00
Joe R
fc84e712b3 Added Canberra game. 2023-08-30 21:24:50 -04:00
Joe R
96351ef518 More alternate names. 2023-08-29 19:52:45 -04:00
Joe R
3e132dcb94 Added Nine Across game. 2023-08-29 17:24:28 -04:00
Joe R
4674831507 Disabled (useless) hint in Matrix. 2023-08-27 12:55:28 -04:00
Joe R
3ef949d461 Added support for Picture Puzzle games, based on a concept from UltraSol. 2023-08-27 12:20:04 -04:00
Joe R
f9024e563a Refactoring of Hypotenuse and related games to remove unused parameters. 2023-08-25 20:38:11 -04:00
Joe R
d6b6eb6b98 Added Deuces and Queens game. 2023-08-23 19:16:54 -04:00
Joe R
d00762b352 Grand Duchess is in the Numerica game family. 2023-08-23 18:28:51 -04:00
Joe R
d93ad0dbfe Refactoring/cleanup of Aces and Kings game file. 2023-08-23 17:40:57 -04:00
Joe R
29f737c633 Added Napoleon's Shoulder game. 2023-08-20 21:32:26 -04:00
Joe R
7499599ba3 Fix for cardset viewer to support Matching cardsets. 2023-08-20 15:36:14 -04:00
Joe R
54178a10e5 Added Clear the Dungeon game. 2023-08-20 12:24:46 -04:00
Joe R
1e9151eedb Fixed some documentation typos. 2023-08-16 23:15:19 -04:00
Joe R
867029e24b Option to play Four Rivers without gravity. 2023-08-16 18:42:02 -04:00
Joe R
be47aee6be Updated display text for French cardsets to account for the possibility of jokers. 2023-08-14 19:59:08 -04:00
Joe R
a01090df65 Added Open Proils game. 2023-08-14 18:56:19 -04:00
Joe R
8fc0f28b2f Fixed play next song action. 2023-08-12 20:27:07 -04:00
Joe R
a8c34cd380 Added Stewart game. 2023-08-12 20:08:29 -04:00
Joe R
f0fb0500dd Updated copyright notice on formatter.py (see issue #331). 2023-08-12 19:47:02 -04:00
Joe R
fb25046868 Spacing updates for flake8. 2023-08-11 20:56:29 -04:00
Joe R
13a29b34ea
Version 7 of the cardset format with subtype and joker support. (#330) 2023-08-11 20:30:29 -04:00
Joe R
9237c30df4 2.21.0 release 2023-07-10 21:06:02 -04:00
Joe R
595f681bd0 Updated game translation files. 2023-07-08 22:05:40 -04:00
Joe R
c3e5ddc17b Updates to release scripts. 2023-07-08 17:58:16 -04:00
Shlomi Fish
829a5bdfcc
Fix tidyall tests. (#325)
See:

https://metacpan.org/release/Code-TidyAll .
2023-07-05 20:40:21 -04:00
Joe R
75a3000ca1 New logic for getting resampling method, for compatibility with newer Pillow versions. 2023-07-02 11:07:24 -04:00
Joe R
d2358c4e18 Tracking the last PySol version in the config. 2023-07-02 09:54:35 -04:00
Joe R
8098843e1e Fixed spacing issue. 2023-06-29 22:57:22 -04:00
Joe R
7808c546e8 Added option to search games by games played/won/lost. 2023-06-29 22:37:30 -04:00
Joe R
a23a3deee2 More alt names. 2023-06-29 18:02:12 -04:00
Joe R
fbe29ce447 A few game rule documentation fixes. 2023-06-27 22:13:25 -04:00
Joe R
3dc2540d51 Added Gartoon icon set. 2023-06-21 22:01:03 -04:00
Joe R
162b1eb2bf Updated GitHub action to use MacOS 12. 2023-06-13 23:38:10 -04:00
Joe R
1269e6164d Reset Mac OS to Python 3.9. 2023-06-13 19:22:24 -04:00
Joe R
b7edf01752 Added Four Rivers game. 2023-06-08 17:55:04 -04:00
Joe R
14ffba2a84 Cleared out old icon files. 2023-06-06 18:29:43 -04:00
Joe R
4b8420163d Clarified copyright on table tile images. 2023-06-06 18:25:40 -04:00
Joe R
4ece8b6849 Further table tile image compression. Removed a couple images due to a potential license conflict. 2023-06-03 19:42:02 -04:00
Joe R
9d7df9f3a9 Disabled (useless) hints in Hanoi-type games. Fixes stuck-checking. 2023-06-03 09:46:26 -04:00
Joe R
1d1378ed26 Ran image compression on table tiles. 2023-06-03 09:31:38 -04:00
Arthusppp
2062d0c5df
Fix for the "Please enter your name" translation (#317)
* Fix for translation "Please enter your name"

Fix for translation "Please enter your name"

* Remove unnecessary text from the pl_pysol.po file

Remove unnecessary text from the pl_pysol.po file
2023-06-01 21:39:34 -04:00
Joe R
d2e83ae8fd Disabled flip animations in preview. 2023-05-30 21:01:31 -04:00
Joe R
2988f1b2f8 Cleanup of localization file generation logic. 2023-05-30 18:13:01 -04:00
Arthusppp
ed7bb31f07
PySolFC does translate all texts in the Game Finished window (#315)
* PySolFC does translate the Game Finished window

* Fix E501 line too long
2023-05-29 22:48:57 -04:00
Arthusppp
ddddf08400
Update Polish translation (#314)
to była perfekcyjna gra!
2023-05-28 22:47:49 -04:00
Joe R
633974782f More alternate names. 2023-05-25 20:45:38 -04:00