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

748 commits

Author SHA1 Message Date
Alexandre Detiste
148f189a74
trim usage of six (#382)
This is artisanal manual craftwork :-)

     def mDone(self, button):
         if button == 0:        # "OK" or double click
-            if isinstance(self.tree.selection_key, six.string_types):
-                self.key = str(self.tree.selection_key)
-            else:
-                self.key = self.tree.selection_key
+            self.key = self.tree.selection_key
2024-09-18 20:33:10 -04:00
Joe R
bd2edf2f19 Add Four Kingdoms game 2024-09-08 09:55:22 -04:00
Joe R
77f1125156 Add Eleven Triangle game 2024-07-19 19:40:42 -04:00
Joe R
b26821048c Prevent moving stacks to the foundation in Ace of Hearts 2024-07-19 18:32:46 -04:00
Joe R
885b2925ab Fix Astrocyte to use correct hints 2024-07-15 18:03:44 -04:00
Joe R
b92debbbfd Add Xerxes and Zingara games 2024-07-13 18:37:24 -04:00
Joe R
69394fa3b9 Add Ace of Hearts game 2024-07-05 18:14:17 -04:00
Joe R
180f3fa225 Add more alternate names 2024-07-05 17:32:41 -04:00
Joe R
85d455d4f7 Trim trailing space 2024-07-04 17:41:45 -04:00
Joe R
6a32b1f2fa Add King's Way game 2024-07-04 17:06:19 -04:00
Joe R
3cbcc8d214 Add Russian Cell game 2024-06-28 22:45:47 -04:00
Joe R
b3c8390fac Add Sevastopol game 2024-06-23 20:22:59 -04:00
Joe R
764fb5207e Added Carousel game. 2024-06-15 11:08:22 -04:00
Joe R
b951d86579 Added Nines game. 2024-06-11 20:01:26 -04:00
Joe R
b64ef10374 Added basic, but workable, hint logic for Ishido type games. 2024-05-22 20:16:20 -04:00
Joe R
eeea22da7f Some minor cleanup/final prep. 2024-03-31 11:43:00 -04:00
Joe R
4231e96668 Game categorization updates. 2024-03-28 23:32:56 -04:00
Joe R
9f78391e0d Added Obstruction game. 2024-03-28 20:31:27 -04:00
Joe R
be31314271 Added Trumps Row game. 2024-03-26 22:30:30 -04:00
Joe R
526abc03ba Added Double Uintah game. 2024-03-21 17:37:25 -04:00
Joe R
c1421fc92f Some cleanup of Tarock game file. 2024-03-19 21:44:29 -04:00
Joe R
96a071fca0 Added Fool's Up game. 2024-03-19 21:37:33 -04:00
Joe R
96700c59e1 Cleanup of Mahjongg. Fixed the old layout import scripts. 2024-03-16 20:38:47 -04:00
Joe R
713f498068 Added Ninety-One game. 2024-03-16 14:52:10 -04:00
Joe R
572103b2c4 Klondike with jokers. 2024-03-15 19:35:03 -04:00
Joe R
b31ea75798 Added Cribbage Patience game. 2024-03-13 19:16:43 -04:00
Joe R
2dfca42824 Added Wildcards game. 2024-03-06 22:06:57 -05:00
Joe R
1339a22ba4 Added Petal game. 2024-03-05 19:10:08 -05:00
Joe R
fc259817aa Alternate names. 2024-03-05 18:18:36 -05:00
Joe R
28808ecc70 Added Big Alhambra game. 2024-03-03 14:15:59 -05:00
Joe R
351abaf907 Added Samegame game. 2024-03-03 11:38:13 -05:00
Joe R
44cf52f0a3 Added Morphy game. 2024-02-22 22:00:55 -05:00
Joe R
6f7c243664 Updated a couple games to use their more common name as the primary name. 2024-02-22 21:43:35 -05:00
Joe R
fe5013bdea Enhancements to Eighteens game. 2024-02-20 22:41:23 -05:00
Joe R
3547c5ad0a Alignment of Interlock type game foundations. 2024-02-18 13:00:47 -05:00
Joe R
9559173797 Fixed missing index in Love a Duck. 2024-02-15 22:34:51 -05:00
Joe R
b42a43fb0f Added Eighteens game. 2024-02-11 21:19:05 -05:00
Joe R
a94d0235b8 Added Vincent game. 2024-02-06 21:48:10 -05:00
Joe R
6d1b81d57b Take away is a golf type game, and other organization fixes. 2024-01-31 20:33:39 -05:00
Joe R
5b6496432c Added Appreciate game. 2024-01-31 20:19:10 -05:00
Joe R
c50cfdd566 Fixed import order. 2024-01-26 22:31:57 -05:00
Joe R
fa63e28f0b Consolidated special games. 2024-01-26 21:51:13 -05:00
Joe R
dc985d5882 Added Club game. 2024-01-20 11:29:49 -05:00
Joe R
c11f57ce11 Hint logic for Tile Puzzle. 2024-01-18 23:42:57 -05:00
lufebe16
b4998aa341 Kivy/Android
- animation handling for special games
2024-01-16 09:31:33 +01:00
Joe R
5ba38d0688 Minor cleanup. 2024-01-15 23:15:50 -05:00
lufebe16
d3067f2397 EightCards:
- index error on click to empty talon fixed.
- move pair when second click goes to reserve stack too.
2024-01-11 16:18:19 +01:00
Joe R
caa85016b1 Added Sarlacc game. 2024-01-09 18:49:58 -05:00
Joe R
a35f0ad2f5 Fixed error in Rosamund's Bower auto-deal logic. 2024-01-06 23:07:54 -05:00
Joe R
725ee0dcaa Added hexagonal pegged layout. 2024-01-06 21:55:47 -05:00