summaryrefslogtreecommitdiff
path: root/Userland/Games/FlappyBug
AgeCommit message (Expand)Author
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-03Userland: Tighten promises by removing 'proc' where it isn't usedTimothy Flynn
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
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-18Userland: Change static const variables to static constexprLenny Maiorani
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-13FlappyBug: Add link to help pages in menuDavid Lindbom
2021-12-23FlappyBug: Make bitmap() methods return NonnullRefPtrscreator1creeper1
2021-12-23FlappyBug: Propagate errors in Cloud classcreator1creeper1
2021-12-23FlappyBug: Propagate errors in Bug classcreator1creeper1
2021-12-23FlappyBug: Reposition Game constructor in filecreator1creeper1
2021-12-23FlappyBug: Make helper structs publiccreator1creeper1
2021-12-18FlappyBug: Convert to try_create_default_iconAstraeus-
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27FlappyBug: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24FlappyBug: Support mouse clicks for flappingPedro Pereira
2021-11-24FlappyBug: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23FlappyBug+Spider: Update GUI:Application::construct usagePedro Pereira
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22FlappyBug: Port to LibMainPedro Pereira
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-28FlappyBug: Remove wpath and cpath pledgesLuke Wilde
2021-08-26FlappyBug: Use LibConfig instead of Core::ConfigFileRalf Donau
2021-08-22Games: Make cpath appear once in the pledge promisesRalf Donau
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-08-21FlappyBug: Flap less aggressivelyMitchel Humpherys
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-07-10FlappyBug: Only paint areas which need to be paintedTimothy Flynn
2021-06-22FlappyBug: Standardize on "high score" rather than "highscore"Timothy Flynn
2021-06-22FlappyBug: Persist high score to diskTimothy Flynn
2021-06-22FlappyBug: Convert the main game widget to a GUI::FrameTimothy Flynn
2021-06-20FlappyBug: Add missing component declarationLinus Groh
2021-06-20FlappyBug: Add cloud and sky graphicsMim Hufford
2021-06-20FlappyBug: Add new graphics and tweak colorsMim Hufford
2021-06-20FlappyBug: Add an input cooldown after game overMim Hufford
2021-06-20FlappyBug: Keep track of score and highscoreMim Hufford
2021-06-20FlappyBug: Start obstacles off the screenMim Hufford
2021-06-20FlappyBug: Make the obstacle gap position randomMim Hufford
2021-06-20FlappyBug: Introduce a new Flappy Bug gameMim Hufford