summaryrefslogtreecommitdiff
path: root/Userland/Games/Snake
AgeCommit message (Expand)Author
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-01Snake: Make initialization from GML fallibleSam Atkins
2022-12-23Snake: Use a statusbar to display the current and high scoreTimothy Flynn
2022-12-23Snake: Convert the game window to GMLTimothy Flynn
2022-12-23Snake: Move GUI into Snake namespace and rename SnakeGame to GameTimothy Flynn
2022-12-23Snake: Save configured base color to Snake's configuration fileTimothy Flynn
2022-12-19Snake: Ignore default keydown eventsBaitinq
2022-12-19Snake: Add snake color chooser game menu actionBaitinq
2022-12-19Snake: Don't hardcode the snake painting logicBaitinq
2022-12-19Snake: Add pause/continue game menu actionBaitinq
2022-12-14Snake: Make a factory function for SnakeGame and propagate errorsAndreas Kling
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-21Snake: Add more emoji as in-game food graphicsXexxa
2022-10-20Snake: Use emoji for in-game food graphicsXexxa
2022-10-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-10-02Snake: Show message box on game overmatcool
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-18Games: Add reload icon to 'New Game' actionsLinus Groh
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-13Snake: Add link to help pages in menuDavid Lindbom
2021-12-18Snake: Convert to try_create_default_iconAstraeus-
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27Snake: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24Snake: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23Snake: Port to LibMainPedro Pereira
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-08-30Snake: Use AK::get_random_uniform() instead of rand()Andreas Kling
2021-08-28Snake: Remove wpath and cpath pledgesLuke Wilde
2021-08-27Snake: Use LibConfig instead of Core::ConfigFileMustafa Quraish
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-20LibGfx: Remove Gfx::FontDatabase::default_bold_fixed_width_font()Andreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling