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
/
Snake
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-03-20
Snake: Implement image-based skins
Sam Atkins
2023-03-20
Snake: Remember if game was paused when picking color
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
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-01
Snake: Make initialization from GML fallible
Sam Atkins
2022-12-23
Snake: Use a statusbar to display the current and high score
Timothy Flynn
2022-12-23
Snake: Convert the game window to GML
Timothy Flynn
2022-12-23
Snake: Move GUI into Snake namespace and rename SnakeGame to Game
Timothy Flynn
2022-12-19
Snake: Add snake color chooser game menu action
Baitinq
2022-12-19
Snake: Add pause/continue game menu action
Baitinq
2022-12-14
Snake: Make a factory function for SnakeGame and propagate errors
Andreas Kling
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-14
Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-18
Games: Add reload icon to 'New Game' actions
Linus Groh
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-01-13
Snake: Add link to help pages in menu
David Lindbom
2021-12-18
Snake: Convert to try_create_default_icon
Astraeus-
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
Snake: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
Snake: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-23
Snake: Port to LibMain
Pedro Pereira
2021-08-28
Snake: Remove wpath and cpath pledges
Luke Wilde
2021-08-27
Snake: 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-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-04
Snake: Spruce up the GUI a tiny bit
Andreas Kling
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling