ladybird/Userland/Games/Hearts
kleines Filmröllchen 6ee597369d Meta+Userland: Run the GML formatter on CI and pre-commit
Now that the GML formatter is both perserving comments and also mostly
agrees to the existing GML style, it can be used to auto-format all the
GML files in the system. This commit does not only contain the scripts
for running the formatting on CI and the pre-commit hook, but also
initially formats all the existing GML files so that the hook is
successfull.
2022-02-07 18:39:50 +01:00
..
CMakeLists.txt Hearts: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Game.cpp Everywhere: Rename left/right-click to primary/secondary 2021-10-27 22:05:58 +03:00
Game.h Hearts: Play the first valid card (left-to-right) when pressing space 2021-06-02 23:07:12 +01:00
Hearts.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
Helpers.h Games: Add Hearts 2021-05-21 23:38:18 +02:00
main.cpp Hearts: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Player.cpp Hearts: Fix sorting for pick_low_points_high_value_card 2021-06-01 08:52:08 +02:00
Player.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
ScoreCard.cpp Hearts: Add support for playing more than one hand 2021-05-25 21:05:35 +02:00
ScoreCard.h Hearts: Add support for playing more than one hand 2021-05-25 21:05:35 +02:00
SettingsDialog.cpp Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
SettingsDialog.h Hearts: Allow player to set their name 2021-05-23 20:43:53 +01:00