summaryrefslogtreecommitdiff
path: root/Userland/Games
AgeCommit message (Expand)Author
2021-05-18Solitaire: Display high score in status barTimothy Flynn
2021-05-18Solitaire: Track and persist high scoreTimothy Flynn
2021-05-18Solitaire: Persist game mode to config fileTimothy Flynn
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-18Solitaire: Stop timer if new game animation is runningMarcus Nilsson
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-17Chess: Fix signed/unsigned issuesJean-Baptiste Boric
2021-05-17Chess: Make the main widget a GUI::Frame for a nicer look :^)Andreas Kling
2021-05-16GameOfLife: Don't randomize cells on board resizeLinus Groh
2021-05-16GameOfLife: Use a frame as the board widget containerLinus Groh
2021-05-16GameOfLife: Add vertical separator between interval and action buttonsLinus Groh
2021-05-16GameOfLife: Move "ms" interval label to GMLLinus Groh
2021-05-16GameOfLife: Auto-size toolbar labelsLinus Groh
2021-05-16GameOfLife: Remove some unused includesLinus Groh
2021-05-16GameOfLife: Add some margin to the toolbar layoutLinus Groh
2021-05-16GameOfLife: Switch from single indexed vector to rows+columnsLinus Groh
2021-05-16Solitaire: Add key combo to dump the state of the layoutTimothy Flynn
2021-05-16Solitaire: Add shift modifier to hidden "game over" key comboTimothy Flynn
2021-05-16Solitaire: Add setting for number of cards to be drawnTimothy Flynn
2021-05-16Solitaire: Add stack for the playable cards on top of the waste stackTimothy Flynn
2021-05-15GameOfLife: Spell about action app name as "Game Of Life"Linus Groh
2021-05-15GameOfLife: Add separator before quit menu actionLinus Groh
2021-05-15GameOfLife: Add alt shortcuts to menusLinus Groh
2021-05-15GameOfLife: Rename primary menu to just "Game"Linus Groh
2021-05-15Games: Add GameOfLifeAndres Crucitti
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-122048: Add separator before quit menu actionLinus Groh
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-112048: Added Redo SupportUmar Haroon
2021-05-07Chess+Help: Remove erroneous ampersand from app nameLinus Groh
2021-05-05Solitaire: Decrease new game animation delayTimothy Flynn
2021-05-05Solitaire: Add statusbar segment to display elapsed timeTimothy Flynn
2021-05-05Solitaire: Add a GUI::Statusbar to the Solitaire windowTimothy Flynn
2021-05-05Solitaire: Only start timer when the timer event is neededTimothy Flynn
2021-05-05Solitaire: Refactor painting logic to accomodate to-be-added widgetsTimothy Flynn
2021-05-05Solitaire: Don't invoke srand multiple timesTimothy Flynn
2021-05-05Solitaire: Convert Solitaire GUI to a frameTimothy Flynn
2021-05-05Solitaire: Convert Solitaire window to be created from GMLTimothy Flynn
2021-05-05Solitaire: Place files in Solitaire namespace and rename main widgetTimothy Flynn
2021-05-05Solitaire: Replace self-owned timer with Core::Object's timerTimothy Flynn
2021-05-05Solitaire: Bump stacked cards down to reveal suitTimothy Flynn
2021-05-04Snake: Spruce up the GUI a tiny bitAndreas Kling