summaryrefslogtreecommitdiff
path: root/Userland/Games/Pong
AgeCommit message (Expand)Author
2021-09-08Pong: Switch to global trackingBen Wiederhake
2021-08-28Pong: Remove wpath and cpath pledgesLuke Wilde
2021-08-27Pong: Remove unused Core::ConfigFile importsMustafa Quraish
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-07-31Pong: Add menus before showing the windowLuK1337
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-20Pong: Disable resizing the windowKarol Kosek
2021-07-11Pong: Only paint areas that needs to be updatedKarol Kosek
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-18Pong: Make the game winnableDmitrii Ubskii
2021-05-18Pong: Fix paddle movement across resets if keys are heldDmitrii Ubskii
2021-05-18Pong: Improve mouse controlsDmitrii Ubskii
2021-05-18Pong: Improve AI paddle movementDmitrii Ubskii
2021-05-18Pong: Fix score displayDmitrii Ubskii
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14Pong: Alt shortcuts in top-level menusAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling