summaryrefslogtreecommitdiff
path: root/Userland/Games/BrickGame
AgeCommit message (Expand)Author
2023-05-24Userland: Remove remaining users of Duration::now_realtime()kleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-15LibGfx+Userland: Add width_rounded_up() helperthankyouverycool
2023-04-09BrickGame: Remember the "Show Shadow Piece" setting between executionsKarol Baraniecki
2023-04-09BrickGame: Add a menu option to disable the shadow drop hintKarol Baraniecki
2023-04-09BrickGame: Show where a piece would end up when after a fast dropKarol Baraniecki
2023-04-09BrickGame: Use title case in menu items consistentlyKarol Baraniecki
2023-04-09BrickGame: Add a missing [[nodiscard]] for consistencyKarol Baraniecki
2023-04-09BrickGame: Port from DeprecatedStrings to StringsKarol Baraniecki
2023-03-13BrickGame: Add a "Pause" option to the Game menuKarol Baraniecki
2023-03-13BrickGame: Show a box with "Paused" in it when the game is pausedKarol Baraniecki
2023-03-13BrickGame: Disallow manual piece movement while pausedKarol Baraniecki
2023-03-13BrickGame: Stop bricks from falling when pausedKarol Baraniecki
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-12-14BrickGame: Ignore unhandled keydown eventsSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-05Games: Add BrickGameOleg Kosenkov