summaryrefslogtreecommitdiff
path: root/Games
AgeCommit message (Expand)Author
2020-09-25Meta+Games: Make clang-format-10 cleanBen Wiederhake
2020-09-18Minesweeper: Fix inverted Single-Click Chording settingPeter Elliott
2020-08-27Base: Create /res/icons/solitaire/ and relocate solitaire assetsthankyouverycool
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-23Chess: Allow resizing Chess using resize_aspect_ratio(1,1)Peter Elliott
2020-08-23Chess: Optionaly display coordinates at edge of boardPeter Elliott
2020-08-21ChessEngine: Add ChessEnginePeter Elliott
2020-08-21Chess: Add support for UCI enginesPeter Elliott
2020-08-21Chess: Refactor game logic into LibChess for use in enginesPeter Elliott
2020-08-21Chess: Add serialization of moves and squaresPeter Elliott
2020-08-21Chess: Fix generation of promotion movesPeter Elliott
2020-08-212048: Make board size and target tile configurableAnotherTest
2020-08-212048: Do not allow the creation of games with invalid board sizesAnotherTest
2020-08-182048: Tweak default window sizeSergey Bugaev
2020-08-182048: Generate more "2" tilesSergey Bugaev
2020-08-182048: Move score to a status barSergey Bugaev
2020-08-182048: Separate game logic from the view :^)Sergey Bugaev
2020-08-182048: Automatically pick an appropriate font sizeSergey Bugaev
2020-08-182048: Use the original colorsSergey Bugaev
2020-08-182048: Tweak cell metricsSergey Bugaev
2020-08-17Solitaire: Rename "Restart game" menu item to "New game"Tibor Nagy
2020-08-17Games: Add missing separators to the application menusTibor Nagy
2020-08-17Chess: Add Help menuitemAbu Sakib
2020-08-17Chess: Uninitialized member in PromotionalDialog, found by CoverityBrian Gianforcaro
2020-08-15Chess: Add new ways to draw.Peter Elliott
2020-08-15Chess: Add pawn promotion to any piecePeter Elliott
2020-08-15Chess: Add En-passantPeter Elliott
2020-08-15Chess: Add menu options for setting board theme and piece setPeter Elliott
2020-08-15Chess: Highlight last movePeter Elliott
2020-08-15Chess: Add win/draw conditions, and display them.Peter Elliott
2020-08-15Chess: Add legal move checkingPeter Elliott
2020-08-15Chess: Add basic ChessWidget and ugly piece setPeter Elliott
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-08-142048: Move out the 'undo' action to the app menu/actionAnotherTest
2020-08-142048: Make the scoring system less 'lame'AnotherTest
2020-08-09Games: Add a 2048 gameAnotherTest
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-18Minesweeper: Replace Label with Image component to show flag and timerHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-20Solitaire: Use a pre-scaled buggie image for the back of cardsAndreas Kling
2020-04-15LibGfx: Don't allow creating bitmaps whose sizes would overflowAndreas Kling
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-03-30Solitaire: Set parent window for AboutDialogTibor Nagy