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
/
FlappyBug
Age
Commit message (
Expand
)
Author
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-01-13
FlappyBug: Add link to help pages in menu
David Lindbom
2021-12-23
FlappyBug: Make bitmap() methods return NonnullRefPtrs
creator1creeper1
2021-12-23
FlappyBug: Propagate errors in Cloud class
creator1creeper1
2021-12-23
FlappyBug: Propagate errors in Bug class
creator1creeper1
2021-12-23
FlappyBug: Reposition Game constructor in file
creator1creeper1
2021-12-23
FlappyBug: Make helper structs public
creator1creeper1
2021-12-18
FlappyBug: Convert to try_create_default_icon
Astraeus-
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
FlappyBug: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
FlappyBug: Support mouse clicks for flapping
Pedro Pereira
2021-11-24
FlappyBug: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-23
FlappyBug+Spider: Update GUI:Application::construct usage
Pedro Pereira
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
FlappyBug: Port to LibMain
Pedro Pereira
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-08-28
FlappyBug: Remove wpath and cpath pledges
Luke Wilde
2021-08-26
FlappyBug: Use LibConfig instead of Core::ConfigFile
Ralf Donau
2021-08-22
Games: Make cpath appear once in the pledge promises
Ralf Donau
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-21
FlappyBug: Flap less aggressively
Mitchel Humpherys
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-10
FlappyBug: Only paint areas which need to be painted
Timothy Flynn
2021-06-22
FlappyBug: Standardize on "high score" rather than "highscore"
Timothy Flynn
2021-06-22
FlappyBug: Persist high score to disk
Timothy Flynn
2021-06-22
FlappyBug: Convert the main game widget to a GUI::Frame
Timothy Flynn
2021-06-20
FlappyBug: Add missing component declaration
Linus Groh
2021-06-20
FlappyBug: Add cloud and sky graphics
Mim Hufford
2021-06-20
FlappyBug: Add new graphics and tweak colors
Mim Hufford
2021-06-20
FlappyBug: Add an input cooldown after game over
Mim Hufford
2021-06-20
FlappyBug: Keep track of score and highscore
Mim Hufford
2021-06-20
FlappyBug: Start obstacles off the screen
Mim Hufford
2021-06-20
FlappyBug: Make the obstacle gap position random
Mim Hufford
2021-06-20
FlappyBug: Introduce a new Flappy Bug game
Mim Hufford