ladybird/Userland/Games/Hearts
networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers
URL had properly named replacements for protocol(), set_protocol() and
create_with_file_protocol() already. This patch removes these function
and updates all call sites to use the functions named according to the
specification.

See https://url.spec.whatwg.org/#concept-url-scheme
2022-09-29 09:39:04 +01:00
..
CMakeLists.txt Hearts: Add link to help pages in menu 2022-01-13 03:45:17 -08:00
Game.cpp LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
Game.h Hearts: Migrate to CardGame 2022-08-22 12:50:41 +02:00
Hearts.gml Hearts: Migrate to CardGame 2022-08-22 12:50:41 +02:00
Helpers.h LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
main.cpp AK+Everywhere: Replace "protocol" with "scheme" url helpers 2022-09-29 09:39:04 +01:00
Player.cpp LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
Player.h LibCards+Games: Replace card "value" int with a Rank enum 2022-08-22 12:50:41 +02:00
ScoreCard.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
ScoreCard.h Hearts: Add support for playing more than one hand 2021-05-25 21:05:35 +02:00
SettingsDialog.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
SettingsDialog.h Hearts: Allow player to set their name 2021-05-23 20:43:53 +01:00