reactos/base
Tibor Lajos Füzi 9dff498b21
[SOLITAIRE] Add undo feature & fix occasionally invisible cards (#3422)
Two issues are addressed:

CORE-2189: missing undo feature

Works the same way as solitaire in windows xp:
- only 1 action can be undone;
- the player gets -2 points in standard score mode;
- the undo action resets when the player clicks on a row stack to turn the top card.

CORE-11148: invisible cards

This happens in 3-card mode, when only 1 card left in the deck. The fix for this is to modify the pile stack to contain all the face-up cards. It was actually already in the code somewhere else, so I turned it into a separate function.
2021-02-28 22:31:19 +01:00
..
applications [SOLITAIRE] Add undo feature & fix occasionally invisible cards (#3422) 2021-02-28 22:31:19 +01:00
services [WKSSVC] Get version info and authentication package on startup 2021-02-27 19:07:47 +01:00
setup [USETUP] Display the "check the FS" section as a MUI page (#3474) 2021-02-22 16:48:03 +01:00
shell [CMD] Improve Indonesian (id-ID) translation (#3417) 2021-01-12 13:14:08 +03:00
system Replace my E-mail with the ReactOS org one (#3475) 2021-02-22 18:26:55 +03:00
CMakeLists.txt