index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
/
Spider
Age
Commit message (
Expand
)
Author
2023-02-01
Spider: Make double-click skip the new-game animation
Sam Atkins
2023-02-01
Spider: Use a single State enum instead of a series of booleans
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-22
LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards()
Sam Atkins
2023-01-22
LibCards+Games: Return ErrorOr from deck-creation factory functions :^)
Sam Atkins
2023-01-22
LibCards+Game: Return ErrorOr from CardGame::drop_cards_on_stack()
Sam Atkins
2023-01-22
LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()
Sam Atkins
2023-01-15
Spider: Confirm ending the current game in more situations
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-06
Spider: Highlight valid target stack when hovering over it
Sam Atkins
2023-01-06
Spider: Make Game creation fallible
Sam Atkins
2023-01-06
Spider: Save and load u32 config values as u32s
Sam Atkins
2023-01-06
LibCards+Games: Make `CardGame::add_stack()` fallible
Sam Atkins
2023-01-05
Games: Add a Cards Settings menu item to Hearts, Solitaire, and Spider
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-15
Spider: Make the last move undoable
Gunnar Beutner
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-10
LibCards+Games: Remove concept of a CardStack being focused
Sam Atkins
2022-10-10
Spider: Use CardGame dragging functionality
Sam Atkins
2022-10-10
LibCards+Games: Move `mark_intersecting_stacks_dirty()` to CardGame
Sam Atkins
2022-10-10
LibCards+Spider: Move `ensure_top_card_is_visible()` logic to CardStack
Sam Atkins
2022-10-10
LibCards+Games: Rename "draw" methods to "paint" for clarity
Sam Atkins
2022-10-10
LibCards+Games: Make CardGame responsible for managing CardStacks
Sam Atkins
2022-10-10
LibCards+Games: Move "create a deck" logic to LibCards
Sam Atkins
2022-08-22
LibCards+Games: Replace card "value" int with a Rank enum
Sam Atkins
2022-08-22
Spider: Migrate to CardGame
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-28
Applications: Remove usages of deprecated implicit conversions
FrHun
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-03-18
LibCards+Games: Change name of card type to card suit
Lenny Maiorani
2022-03-18
Libraries: Change enums to enum classes in LibCards
Lenny Maiorani
2022-03-18
Games: Add reload icon to 'New Game' actions
Linus Groh
2022-02-24
LibGUI+Apps: Convert Statusbar Labels to Segments
thankyouverycool
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-01-08
Spider: Add functionality to automatically move cards to valid stacks
Neolyum
2022-01-02
Spider: Redraw completely when drawing cards
Jamie Mansfield
2021-12-24
Spider: Add animation when drawing cards
Nihal Jere
2021-12-18
Spider: Convert to try_create_default_icon
Astraeus-
2021-12-05
Games: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
Spider: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
Spider: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
[next]