summaryrefslogtreecommitdiff
path: root/Userland/Games/Spider
AgeCommit message (Expand)Author
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-03-18LibCards+Games: Change name of card type to card suitLenny Maiorani
2022-03-18Libraries: Change enums to enum classes in LibCardsLenny Maiorani
2022-03-18Games: Add reload icon to 'New Game' actionsLinus Groh
2022-02-24LibGUI+Apps: Convert Statusbar Labels to Segmentsthankyouverycool
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-01-08Spider: Add functionality to automatically move cards to valid stacksNeolyum
2022-01-02Spider: Redraw completely when drawing cardsJamie Mansfield
2021-12-24Spider: Add animation when drawing cardsNihal Jere
2021-12-18Spider: Convert to try_create_default_iconAstraeus-
2021-12-05Games: Cast unused smart-pointer return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27Spider: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24Spider: 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-22Spider: Port to LibMainpbrw
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-08-28Spider: Remove wpath and cpath pledges and pledge earlierLuke Wilde
2021-08-27Spider: 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-08-06Spider: Use YesNo dialog for user confirmation when closingJamie Mansfield
2021-08-05Spider: Clear selection when starting new gameJamie Mansfield
2021-07-27Spider: Make statusbar high score display configurableJamie Mansfield
2021-07-27Spider: Start game if first move is to draw cardsJamie Mansfield
2021-07-27Spider: Track win and loss countsJamie Mansfield
2021-07-27Spider: Get user confirmation to close when there is a active gameJamie Mansfield
2021-07-27Spider: Track quickest game timeJamie Mansfield
2021-07-27Spider: Standardise fetching the mode identifierJamie Mansfield
2021-07-24Spider: Use AK::get_random_uniform() instead of rand()/srand()Gunnar Beutner
2021-07-24Spider: Avoid reallocations for Vectors when possibleGunnar Beutner
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-15Spider: Reduce overdraw when playingJamie Mansfield
2021-07-15Spider: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-07-15Spider: Automatically reveal top cardsJamie Mansfield
2021-06-24Games: Add SpiderJamie Mansfield