index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
/
2048
Age
Commit message (
Expand
)
Author
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-12
2048: Fix move success detection
Dmitrii Ubskii
2021-06-11
2048: Animate sliding tiles
Dmitrii Ubskii
2021-06-11
2048: Encapsulate away Board's inner workings
Dmitrii Ubskii
2021-06-11
2048: Add pop-in animation for newly added tiles
Dmitrii Ubskii
2021-06-11
2048: Abstract Board into its own struct
Dmitrii Ubskii
2021-06-11
2048: East const all the things
Dmitrii Ubskii
2021-05-18
2048: Display action status tips in status bar
Timothy Flynn
2021-05-18
2048: Do not default to only temporarily applying settings changes
Timothy Flynn
2021-05-18
2048: Widen the settings window
Timothy Flynn
2021-05-18
2048: Intialize settings window with current values
Timothy Flynn
2021-05-18
2048: Minimize player score when selecting worst tile
Dmitrii Ubskii
2021-05-18
2048: Evil AI logic: select new tile in the worst position
Dmitrii Ubskii
2021-05-18
2048: Evil AI settings entry
Dmitrii Ubskii
2021-05-18
2048: Refactor tile sliding and score logic out of attempt_move()
Dmitrii Ubskii
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
2048: Add separator before quit menu action
Linus Groh
2021-05-11
2048: Added Redo Support
Umar Haroon
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-14
2048: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-05
2048: Give the board view a nice GUI::Frame look :^)
Andreas Kling
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling