Age | Commit message (Expand) | Author |
---|---|---|
2022-06-15 | Userland+Base: Remove Breakout and Pong games | Andreas Kling |
2022-06-05 | Breakout: Paint ball antialiased | MacDue |
2022-05-13 | LibGUI+Userland: Make Dialog::ExecResult an enum class | Sam Atkins |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-16 | Games: Use default constructors/destructors | Lenny Maiorani |
2021-09-15 | Breakout: Tag fallthrough statement | Matheus Vinicius |
2021-09-15 | Breakout: Add possibility to play with A and D | Matheus Vinicius |
2021-09-10 | Breakout: Improve collision response between ball and paddle | Damien Firmenich |
2021-07-12 | Breakout: Only paint areas that needs to be updated | Karol Kosek |
2021-05-14 | Userland: Replace arc4random() with get_random<u32>() | Jean-Baptiste Boric |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-01-12 | Games: Move to Userland/Games/ | Andreas Kling |