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
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-08-28
Spider: Remove wpath and cpath pledges and pledge earlier
Luke Wilde
2021-08-27
Spider: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-06
Spider: Use YesNo dialog for user confirmation when closing
Jamie Mansfield
2021-08-05
Spider: Clear selection when starting new game
Jamie Mansfield
2021-07-27
Spider: Make statusbar high score display configurable
Jamie Mansfield
2021-07-27
Spider: Start game if first move is to draw cards
Jamie Mansfield
2021-07-27
Spider: Track win and loss counts
Jamie Mansfield
2021-07-27
Spider: Get user confirmation to close when there is a active game
Jamie Mansfield
2021-07-27
Spider: Track quickest game time
Jamie Mansfield
2021-07-27
Spider: Standardise fetching the mode identifier
Jamie Mansfield
2021-07-24
Spider: Use AK::get_random_uniform() instead of rand()/srand()
Gunnar Beutner
2021-07-24
Spider: Avoid reallocations for Vectors when possible
Gunnar Beutner
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-15
Spider: Reduce overdraw when playing
Jamie Mansfield
2021-07-15
Spider: Reduce overdraw when drawing initial cards
Jamie Mansfield
2021-07-15
Spider: Automatically reveal top cards
Jamie Mansfield
2021-06-24
Games: Add Spider
Jamie Mansfield