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
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2021-12-18
Spider: Convert to try_create_default_icon
Astraeus-
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
2021-11-23
FlappyBug+Spider: Update GUI:Application::construct usage
Pedro Pereira
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Spider: Port to LibMain
pbrw
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-07-27
Spider: Make statusbar high score display configurable
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-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-06-24
Games: Add Spider
Jamie Mansfield