summaryrefslogtreecommitdiff
path: root/Userland/Games/2048
AgeCommit message (Expand)Author
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