summaryrefslogtreecommitdiff
path: root/Userland/Games/2048
AgeCommit message (Expand)Author
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-272048: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-242048: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-222048: Port to LibMainPedro Pereira
2021-10-052048: Let user decide if he wants to continue the gameMohsan Ali
2021-08-282048: Remove wpath and cpath pledgesLuke Wilde
2021-08-26Games: Remove unveiling /tmp/portal/configRalf Donau
2021-08-262048: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
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-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-122048: Fix move success detectionDmitrii Ubskii
2021-06-112048: Animate sliding tilesDmitrii Ubskii
2021-06-112048: Encapsulate away Board's inner workingsDmitrii Ubskii
2021-06-112048: Add pop-in animation for newly added tilesDmitrii Ubskii
2021-06-112048: Abstract Board into its own structDmitrii Ubskii
2021-06-112048: East const all the thingsDmitrii Ubskii
2021-05-182048: Display action status tips in status barTimothy Flynn
2021-05-182048: Do not default to only temporarily applying settings changesTimothy Flynn
2021-05-182048: Widen the settings windowTimothy Flynn
2021-05-182048: Intialize settings window with current valuesTimothy Flynn
2021-05-182048: Minimize player score when selecting worst tileDmitrii Ubskii
2021-05-182048: Evil AI logic: select new tile in the worst positionDmitrii Ubskii
2021-05-182048: Evil AI settings entryDmitrii Ubskii
2021-05-182048: Refactor tile sliding and score logic out of attempt_move()Dmitrii Ubskii
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-122048: Add separator before quit menu actionLinus Groh
2021-05-112048: Added Redo SupportUmar Haroon
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-142048: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-052048: Give the board view a nice GUI::Frame look :^)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-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling