mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
- 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
19 lines
910 B
Text
19 lines
910 B
Text
Android specific:
|
|
- Temporary screen orientation lock added. While playing a game screen
|
|
rotation is locked with the first card move, unlocked when selecting
|
|
menu or pause.
|
|
- Toolbar: configuration of displayed toolbar buttons added to the options
|
|
menu.
|
|
- Toolbar: dynamic updates on Toolbar and Options settings.
|
|
- Toolbar buttons for 'new deal' and 'restart' now display a
|
|
toast. Tap to it to accept.
|
|
- Implementation of full picture hint for the new puzzle type games.
|
|
- Background images from the save-aspect folder now are preserving
|
|
correct aspect ratio (bug fix).
|
|
- Mahjongg tile overlapping (3d simulation) implemented
|
|
- Animation synchronised (so as the tk version does)- This prevents
|
|
some stacking order corruptions reported earlier.
|
|
- libraries updated to kivy v2.2.1 and python v3.10
|
|
Main version:
|
|
- consult NEWS.asscidoc or html-src/news.html on
|
|
github for more change informations.
|