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

461 commits

Author SHA1 Message Date
Joe R
44d09efa66 Re-fixed flake8. 2021-08-19 07:20:00 +03:00
Joe R
bfe1842b60 Added Bear River game. 2021-08-19 07:20:00 +03:00
Joe R
b58ad60fc7 Added Triple Rail game. 2021-08-19 07:19:59 +03:00
Joe R
423fd0e3b7 Added Maverick game. 2021-08-19 07:19:59 +03:00
Joe R
a011e762df Added Decade game. 2021-08-05 19:20:43 -04:00
Joe R
e64a85ba36 Added Following game. 2021-08-02 18:46:28 -04:00
Joe R
c9275edb26 Acey and Kingsley game. 2021-07-26 18:31:09 -04:00
Joe R
747b1fd60b Got Accordion's Revenge to work correctly under Kivy. 2021-07-24 21:03:51 -04:00
Joe R
8c41f7be61 A more traditional Double FreeCell variant. 2021-07-24 11:54:54 -04:00
Joe R
cb7c094ad4 Updated game DB categories. 2021-07-24 08:38:23 -04:00
Joe R
d60cf672e3 Added a bunch more new game rules. 2021-07-20 23:42:07 -04:00
Joe R
50ee8c9158 Added Sticko game. 2021-07-20 18:21:16 -04:00
Joe R
d9c98ae017 Added Accordion's Revenge game. 2021-07-17 09:39:57 -04:00
Joe R
94fc987173 Updates to AisleRiot compatibility list. 2021-07-16 16:45:04 -04:00
Joe R
808382a7a1 Added Quatorze game. 2021-07-09 22:16:00 -04:00
Joe R
1de339fca9 Additional Crossword bugfix. 2021-07-05 21:29:54 -04:00
Joe R
6ab53a4a62 Added Cribbage Square game, and variations. 2021-07-04 14:48:59 -04:00
Joe R
2ccad87c26 Fix for card flipping issue in Crossword. 2021-07-04 13:06:28 -04:00
Joe R
e9b0675884 Added option to enable/disable other sound samples (the clock sound in Grandfather's Clock). 2021-06-26 11:00:39 -04:00
Joe R
0d774623e2 Added a Hex A version of Yukon. 2021-06-20 22:06:39 -04:00
Joe R
dcd12cd66a Added additional multi-deck game variations. 2021-06-20 13:41:31 -04:00
Joe R
25f6818496 Fix for Flake8 validation error. 2021-06-14 22:24:53 -04:00
Joe R
040d546174 Added Aces and Kings game. 2021-06-13 11:35:01 -04:00
Joe R
4ea2c1aa95 Added additional missing game rules. 2021-06-11 13:09:44 -04:00
Joe R
655c293c80 Added additional Poker Square variants. 2021-06-11 09:12:23 -04:00
Joe R
5e3f55f04e Fixed rules for Exit. 2021-06-08 18:13:09 -04:00
Joe R
3d9d074cae Added short deck Montana variants. 2021-06-05 12:31:45 -04:00
Joe R
28c77b8a83 Improved organization of relaxed variants. 2021-06-01 23:55:36 -04:00
Joe R
84617c5083 Added King's Secrets game. 2021-05-28 23:06:08 -04:00
Joe R
98ba9b07dc Added Precedence game. 2021-05-22 11:35:36 -04:00
Joe R
0b27e6fd72 Added Beehive game. 2021-05-09 18:19:16 -04:00
Joe R
6d7073b067 Organized three peaks variations. 2021-05-09 09:58:26 -04:00
Joe R
fe9ad5a64f Fixed bug and added stack labels to Camelot game. 2021-05-05 19:44:46 -04:00
Joe R
09c23f21ad Added Autumn Leaves game. 2021-05-05 17:15:54 -04:00
Joe R
323fd511cb Added four deck terrace variants. 2021-05-02 10:22:16 -04:00
Joe R
86ee7c9767 Added 8 foundation variation of Take Away/Eliminator. 2021-05-01 22:52:19 -04:00
Joe R
9a7bc59c8b Removed a leading space in the "Pyramid's Stones" alternate name that was throwing off the sorting. 2021-04-27 16:54:46 -04:00
Joe R
f7c28b5011 Added Uintah game. 2021-04-27 07:43:29 +03:00
Joe R
0e1ecd1c1e Enhanced higher resolution cardset support. 2021-04-25 13:46:53 -04:00
Joe R
c792b7ff77 Added Greater Wheel, a four-deck variation of Great Wheel. 2021-04-25 08:26:48 +03:00
Joe R
bc8fc2c5b0 Improved organization of the special games category. 2021-04-23 21:33:20 -04:00
Joe R
9fab5f8d1f Added Crossword game. 2021-04-23 18:37:20 +03:00
Joe R
f91817ee51 Added additional multi-deck variations of Golf and Forty Thieves. 2020-12-13 21:36:16 -05:00
Joe R
3b53d94305 Added Hit or Miss game. 2020-12-03 17:39:58 -05:00
Shlomi Fish
7da41a93be Allow to swap the mouse keys using the ini file.
See: https://sourceforge.net/p/pysolfc/discussion/503708/thread/5d77434ff8/

" PySolFC / Discussion / Open Discussion: Any way to remap mouse buttons? "

We may not have covered all the affected calls to bind().
2020-10-19 18:18:13 +03:00
Shlomi Fish
e2c11a7ba0 fix flake8 + tidyall tests 2020-08-27 11:52:59 +03:00
Shlomi Fish
3de9955879 try2fix flake 8 tests [travis/etc.] 2020-06-17 20:53:11 +03:00
Shlomi Fish
d04601ad1c add a test for ScorpionTail_RowStack.
A similar bug was fixed in Scorpion_RowStack.
2020-06-16 10:34:05 +03:00
Shlomi Fish
730ecf775b Fix for ScorpionTail in python3.
It is hacky and there may be many similar bugs.

See https://github.com/shlomif/PySolFC/issues/164 .

It also needs tests.
2020-06-16 10:34:05 +03:00
Shlomi Fish
8e4ed1e157 Tentative fix for Scorpion Tail/etc. play.
See https://github.com/shlomif/PySolFC/issues/164

Thanks to @Arcorann. Needs tests.
2020-06-16 10:34:05 +03:00