ladybird/Userland/Games
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
2048 Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
BrickGame Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
Chess Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ColorLines AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
FlappyBug FlappyBug: Unify the way of getting the final score 2023-11-01 10:43:55 +01:00
Flood Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
GameOfLife GameOfLife: Allow pressing escape to clear the selected pattern 2023-10-07 11:36:57 +02:00
Hearts Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
MasterWord Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Minesweeper Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Snake Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Solitaire Solitaire: Ability to automatically solve the end of the game 2023-12-10 00:02:32 +01:00
Spider Spider: Make non-movable cards disabled :^) 2023-11-24 11:45:32 +00:00
CMakeLists.txt Games: Add ColorLines 2022-12-12 17:30:04 +00:00