Historique des commits

Auteur SHA1 Message Date
  david072 55168b50dc LibCards: Painting disabled cards il y a 1 an
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector il y a 2 ans
  Sam Atkins 926e61dec6 LibCards: Use AK::shuffle() for shuffling new decks il y a 2 ans
  Sam Atkins c7c4d70f6e LibCards+Games: Return ErrorOr from deck-creation factory functions :^) il y a 2 ans
  Timothy Flynn 4cbdc747ab LibCards+Solitaire: Elevate card highlight management to the card stack il y a 2 ans
  Timothy Flynn 2a09807f2e LibCards: Support highlighting cards of interest il y a 2 ans
  MacDue bbc149ebb9 Meta+Userland: Pass Gfx::Color by value il y a 2 ans
  Sam Atkins bfa9ae809f LibCards+Games: Rename "draw" methods to "paint" for clarity il y a 2 ans
  Sam Atkins 46299f3853 LibCards+Games: Move "create a deck" logic to LibCards il y a 2 ans
  Sam Atkins 7f46d31849 LibCards: Centralise card bitmap creation il y a 2 ans
  Sam Atkins aac2488d5c LibCards+Games: Replace card "value" int with a Rank enum il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Simon Wanner 206d6ece55 LibGfx: Move other font-related files to LibGfx/Font/ il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani a51fce6c0f LibCards+Games: Change name of card type to card suit il y a 3 ans
  Lenny Maiorani 56046d3f9b Libraries: Change enums to enum classes in LibCards il y a 3 ans
  Lenny Maiorani 11b28c88fc Libraries: Use default constructors/destructors in LibCards il y a 3 ans
  Lenny Maiorani d5fdc6096c Libraries: Make CharacterBitmap instances at compile-time il y a 3 ans
  Andreas Kling 0de33b3d6c LibGfx: Use ErrorOr<T> for Bitmap::try_create() il y a 3 ans
  Andreas Kling 235f39e449 LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() il y a 3 ans
  Andreas Kling 2da4cfcc80 LibGfx: Use ErrorOr<T> for Bitmap::clone() il y a 3 ans
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions il y a 4 ans
  Timothy Flynn 2b762ef940 Solitaire+LibCards: Draw card stacks with rounded corners il y a 4 ans
  Gunnar Beutner 6093236424 LibCards: Don't draw the first card smaller than the others il y a 4 ans
  David Isaksson fe03630716 LibCards: Draw cards with rounded card corners il y a 4 ans
  Gunnar Beutner 971f4ca71c Hearts: Highlight cards when an invalid play is attempted il y a 4 ans
  Gunnar Beutner 661a8707f0 LibCards: Fix alignment for the card labels il y a 4 ans
  Gunnar Beutner 630430379e LibCards: Correct a spelling mistake il y a 4 ans
  Gunnar Beutner 3e47eec862 Solitaire: Move cards functionality into LibCards il y a 4 ans