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

2331 commits

Author SHA1 Message Date
Joe R
10af041972 Scoring option for Ishido. 2023-12-02 17:56:17 -05:00
Joe R
9db799f330 Ishido initial deals should include every color/symbol. 2023-12-02 16:42:04 -05:00
Joe R
3e5631dbb4 Corrected erroneous max cards logic in Fourteens game. 2023-12-01 22:33:34 -05:00
Joe R
50e7d65e31 Added Juvenile game. 2023-12-01 18:39:17 -05:00
lufebe16
224d21a2d2 Kivy/Android
- refactoring, hardening, flake8
2023-11-30 11:42:02 +01:00
Joe R
10c6b5c61d Open Proils is an open game. 2023-11-29 18:42:22 -05:00
Joe R
a99bacbb83 Added Valentine game. 2023-11-29 18:20:07 -05:00
lufebe16
288bd920af Kivy/Android
- reworked positioning during animations
2023-11-29 14:04:43 +01:00
lufebe16
ce0e6ff856 Kivy/Android
- solved some speed issues
- cleanups
2023-11-28 17:50:48 +01:00
lufebe16
2520934d35 Kivy
- Added notifications for save and load commands
- some fixes
2023-11-28 11:45:27 +01:00
lufebe16
492acd6961 Kivy/Android Version
- MfxCanvas implemented with new base class LImage
- MfxCanvas background updates adapted
- Screen rotation lock change: locks on card selection, i.e.
  when the user plays, unlocks on menu selection or pause.
- animations callback implemented in MfxCanvasGroup (mainly for
  mahjongg games) in order to have correct placments with undo
  when animation is enabled
- animation scheduling implemented on a tasking basis. New
  module LTaskQ added.
- refactorings and clean ups
2023-11-26 20:21:44 +01:00
Joe R
069c8e8a7b Fixed bug with the preview using the wrong cardset after loading one with a subtype. 2023-11-26 12:02:40 -05:00
Joe R
b05c922d3b Added missing game types to all games script. 2023-11-26 11:35:51 -05:00
Joe R
634937b076 Added Cascade game. 2023-11-24 13:57:49 -05:00
Joe R
78ca717778 Enhancements to other graphics menu. 2023-11-24 12:24:32 -05:00
lufebe16
c3ffbff146 Kivy Version
- refactorings & some clean up
2023-11-23 17:49:38 +01:00
Joe R
9609f5e133 Corrected a few typos and formatting issues in the rules. 2023-11-23 11:21:54 -05:00
Joe R
9fb0e33cb6 Added Devil's Grip game. 2023-11-20 20:21:06 -05:00
Joe R
7d1a70564e Split picture gallery type games into their own category. 2023-11-20 20:14:37 -05:00
lufebe16
2811ac4ba8 Android build
- updated to p4a v2023.09.16 (kivy 2.2.1, python 3.10)
2023-11-19 22:10:59 +01:00
lufebe16
b91e69964e Kivy Version:
- reimplemented LImage class (image placement) as a workaround to
  the stock image class (which has got some performance issues in
  never kivy versions).
- prevented pretyping during animations
- clean ups
2023-11-19 17:52:21 +01:00
Joe R
d613fd8b4b Updated restart icon. 2023-11-19 10:49:09 -05:00
Joe R
aaed778cd6 Added The Bogey game. 2023-11-19 10:06:10 -05:00
Joe R
6edb6f7222 Added lexterror's basket weave background. 2023-11-16 20:16:49 -05:00
Joe R
477fc8202c Added Klondike Territory game. 2023-11-16 19:11:56 -05:00
lufebe16
9a4df67df3 Kivy Version
- adjusted animation time settings
- some clean ups
2023-11-15 11:33:02 +01:00
Joe R
953c3fc9cb Added Komika style pause and demo text. 2023-11-14 20:42:58 -05:00
Joe R
9d3bae687d Added Eight Cards game. 2023-11-14 19:33:39 -05:00
Joe R
c8ea09c319 Added options to change/select other graphics. 2023-11-11 18:32:59 -05:00
Joe R
3483bd16a8 Restored lost Mahjongg layouts (see issue #301). 2023-11-11 12:27:33 -05:00
Joe R
19639b5727 Expanded popular games list. 2023-11-10 22:22:34 -05:00
Joe R
254f445388 Update the menu's game ID after changing the game, in case the user cancels. 2023-11-10 20:37:53 -05:00
lufebe16
5c51f927eb Kivy Version card placement revised, fixes:
- Mahjongg tile overlapping (3d simulation) implemented
- Animation is now synchronised (so as the tk version does)-
  This prevents some stacking order corruptions reported
  earlier.
2023-11-09 16:08:57 +01:00
Joe R
48f8a70989 Three and four deck Picture Gallery variants. 2023-11-05 14:56:22 -05:00
Joe R
c4a18d3557 Added Ishido game. 2023-11-05 13:12:02 -05:00
lufebe16
e01d0fe7a7 Android version.
- added code to resize 4k images in apk build.
- added code to resize '4k' cardsets in apk build.
- deleted obsolet directory android as anounced earlier.
2023-11-05 09:58:19 +01:00
lufebe16
92f1870b23 Kivy:
- Background image placement reworked.
2023-11-01 14:55:37 +01:00
Joe R
7e43859ad6 Separated table tiles into 4K and normal resolution. 2023-10-29 11:20:09 -04:00
lufebe16
c867b2b6d5 Android
- Build procedure adapted to load cardsets from PySolFC-Cardsets.
  (hopefully a temporary change)
2023-10-19 18:39:59 +02:00
lufebe16
b966794a9a Android
- filtering gif
- metadata updates
2023-10-19 16:39:35 +02:00
Joe R
7741fa7dcc Do not show "Uncategorized" cardsets list if all cardsets have been categorized. 2023-10-14 15:14:09 -04:00
Joe R
05fc7a8baa Added Alexander the Great game. 2023-10-14 12:58:48 -04:00
lufebe16
901a04bbb4 Kivy/Android:
- reworked screen rotation lock
- refactorings
2023-10-14 14:24:11 +02:00
Ciarán
0b0f8f6e72
Logo tweaks (#341)
* Commit SVG forms of both vertical and hoz logo

* Optimise SVGs through SVGO

* Make svg version of logo_vertical

* Run logo_vertical through SVGMO

* Switch to Open Sans version of A

* Hires exports

* Generate low res versions
2023-10-13 19:12:15 -04:00
Shlomi Fish
14184fea95 add some long-term tasks 2023-10-12 13:02:25 +03:00
Shlomi Fish
6896284776 add some long-term tasks 2023-10-12 12:13:26 +03:00
Joe R
5161a82b66 Added glossary entries for different deck types. 2023-10-09 20:23:16 -04:00
Joe R
be1929a33e Redeal stack for Archway (discussed in issue #332). 2023-10-09 19:24:52 -04:00
Joe R
622c8a455c Some minor HTML fixes/updates. 2023-10-02 20:55:37 -04:00
Joe R
e858b38de1 Added Yukon Cells game. 2023-10-02 17:24:51 -04:00