index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Games
Age
Commit message (
Expand
)
Author
2020-11-10
Breakout: Add simple menu and about dialog :^)
Andreas Kling
2020-11-10
Breakout: Set the window icon
Andreas Kling
2020-11-10
Breakout: Turn off double-buffering
Andreas Kling
2020-11-10
Breakout: Change ball x velocity depending on where it hits paddle
Andreas Kling
2020-11-10
Breakout: Stop paddle movement when resetting it
Andreas Kling
2020-11-10
Breakout: Use floating point coordinates
Andreas Kling
2020-11-09
Breakout: Use the pending new ball rect for brick collision testing
Andreas Kling
2020-11-09
Breakout: Add a very simple breakout game :^)
Andreas Kling
2020-11-04
Minesweeper+Snake: load config file before calling unveil()
Brendan Coles
2020-11-02
Games: Use pledge and unveil
Brendan Coles
2020-11-01
Games: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-31
LibGfx: Move FontDatabase from LibGUI to LibGfx
Andreas Kling
2020-10-31
Applications: Use application icons for dialog windows
Brendan Coles
2020-10-26
Solitaire: Play animation when starting a new game
Till Mayer
2020-10-26
Solitaire: Refactor CardStack layout code
Till Mayer
2020-10-26
Snake: Use the system default fixed-width font
Andreas Kling
2020-10-25
LibGfx+LibGUI+Clients: Make fonts findable by their qualified name
Andreas Kling
2020-10-25
LibCore: Rename File::ShouldCloseFile{Description => Descriptor}
Linus Groh
2020-10-17
Games: Use new format functions.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-25
Meta+Games: Make clang-format-10 clean
Ben Wiederhake
2020-09-18
Minesweeper: Fix inverted Single-Click Chording setting
Peter Elliott
2020-08-27
Base: Create /res/icons/solitaire/ and relocate solitaire assets
thankyouverycool
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-23
Chess: Allow resizing Chess using resize_aspect_ratio(1,1)
Peter Elliott
2020-08-23
Chess: Optionaly display coordinates at edge of board
Peter Elliott
2020-08-21
ChessEngine: Add ChessEngine
Peter Elliott
2020-08-21
Chess: Add support for UCI engines
Peter Elliott
2020-08-21
Chess: Refactor game logic into LibChess for use in engines
Peter Elliott
2020-08-21
Chess: Add serialization of moves and squares
Peter Elliott
2020-08-21
Chess: Fix generation of promotion moves
Peter Elliott
2020-08-21
2048: Make board size and target tile configurable
AnotherTest
2020-08-21
2048: Do not allow the creation of games with invalid board sizes
AnotherTest
2020-08-18
2048: Tweak default window size
Sergey Bugaev
2020-08-18
2048: Generate more "2" tiles
Sergey Bugaev
2020-08-18
2048: Move score to a status bar
Sergey Bugaev
2020-08-18
2048: Separate game logic from the view :^)
Sergey Bugaev
2020-08-18
2048: Automatically pick an appropriate font size
Sergey Bugaev
2020-08-18
2048: Use the original colors
Sergey Bugaev
2020-08-18
2048: Tweak cell metrics
Sergey Bugaev
2020-08-17
Solitaire: Rename "Restart game" menu item to "New game"
Tibor Nagy
2020-08-17
Games: Add missing separators to the application menus
Tibor Nagy
2020-08-17
Chess: Add Help menuitem
Abu Sakib
2020-08-17
Chess: Uninitialized member in PromotionalDialog, found by Coverity
Brian Gianforcaro
2020-08-15
Chess: Add new ways to draw.
Peter Elliott
2020-08-15
Chess: Add pawn promotion to any piece
Peter Elliott
2020-08-15
Chess: Add En-passant
Peter Elliott
2020-08-15
Chess: Add menu options for setting board theme and piece set
Peter Elliott
2020-08-15
Chess: Highlight last move
Peter Elliott
2020-08-15
Chess: Add win/draw conditions, and display them.
Peter Elliott
[next]