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
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
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
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
aaed778cd6
Added The Bogey game.
2023-11-19 10:06:10 -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
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
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
Joe R
be1929a33e
Redeal stack for Archway (discussed in issue #332 ).
2023-10-09 19:24:52 -04:00
Joe R
e858b38de1
Added Yukon Cells game.
2023-10-02 17:24:51 -04:00
lufebe16
c027e6ca0e
Kivy/Android:
...
- Added full picture hint to menu.
2023-09-30 17:08:07 +02:00
lufebe16
96699c8fa2
Kivy/Android version:
...
- toolbar posions top and bottom implemented
- localisation (de) updates
2023-09-28 18:00:14 +02:00
Joe R
529e8c006f
Flake8 tweaks.
2023-09-27 20:26:52 -04:00
Joe R
a28aaeeb4f
Added show full picture option for puzzle type games.
2023-09-27 20:04:12 -04:00
Joe R
55d5111fb4
Added Ricochet game.
2023-09-24 20:11:24 -04:00
Joe R
7dd94e551c
Added Crispy game.
2023-09-24 19:34:58 -04:00
lufebe16
969536551e
kivy version
...
- toast emulation updated
- toolbar new and restart button behaviour reworked
2023-09-23 12:18:53 +02:00
Joe R
c85cdf608b
Added Portugal to the list of cardset nationalities.
2023-09-22 21:56:53 -04:00
Joe R
b455e386f1
Added quad deck game variants.
2023-09-22 19:04:06 -04:00
lufebe16
ae9aa78cde
more rework on toolbar and menu options
...
- toolbar button configurations added to option menu
- refactoring
- metadata (fastlane) updated
2023-09-21 12:18:55 +02:00
lufebe16
158c3137fd
toolbar updates ( #333 )
...
- quit button removed, makes no sense with kivy/android version
- shuffle/autodrop button managed dynamically
- delayed execution on new and restart buttons, to prevent
accicental activation while playing
2023-09-19 15:03:31 +02:00
Joe R
187bae25cb
Added Dnieper game.
2023-09-17 22:32:09 -04:00
Joe R
3649bbb661
Added check to ensure that all necessary cardset types are available.
2023-09-17 20:01:01 -04:00
lufebe16
e7a1979477
android version:
...
- screen rotation lock added as proposed by issue #320
- triggered (maybe experimental) by a long tap (5 seconds) to the play ground.
2023-09-16 15:27:58 +02:00
Joe R
27e11a6a4f
Added Seven Up game.
2023-09-14 19:14:15 -04:00
Joe R
40bd9f0093
Corrected missed logic in the Kivy menubar.
2023-09-14 18:25:12 -04:00
Joe R
c4e87a1294
Added Astrocyte game.
2023-09-12 18:22:39 -04:00
Joe R
f947fe084f
Made sure numbers in game names are correctly hyphenated.
2023-09-08 22:55:14 -04:00
Joe R
49fa530d65
Updated XM Solitaire compatibility list based on current standards.
2023-09-08 19:26:20 -04:00