| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | more sdl ui | 2019-10-26 | |
| | | |||
| * | more sdl ui | 2019-10-26 | |
| | | |||
| * | start new sdl interface | 2019-10-26 | |
| | | |||
| * | fix next piece visual | 2019-10-24 | |
| | | |||
| * | fix hard drop ghosts | 2019-10-23 | |
| | | |||
| * | matrix is unsigned | 2019-10-23 | |
| | | |||
| * | reverse srs y values to fix srs | 2019-10-23 | |
| | | |||
| * | srs table into signed ints | 2019-10-23 | |
| | | |||
| * | optimize cpu usage | 2019-10-23 | |
| | | |||
| * | optimize memory further (530 bytes) and refactor srs | 2019-10-23 | |
| | | |||
| * | greatly imporve memory usage of a game instance (5704 -> 788 bytes) | 2019-10-22 | |
| | | |||
| * | reorganize a bunch of stuff | 2019-10-07 | |
| | | |||
| * | just use int | 2019-09-27 | |
| | | |||
| * | add header guard | 2019-09-27 | |
| | | |||
| * | single header and clang-format | 2019-09-27 | |
| | | |||
| * | cleanup core and do a bit on opengl | 2019-09-04 | |
| | | |||
| * | remove das code and simplify some other stuff | 2019-08-19 | |
| | | |||
| * | better spacing for next piece on curses | 2019-04-24 | |
| | | |||
| * | add pause to curses, remove unfinished calculator frontend | 2019-04-24 | |
| | | |||
| * | cleanup curses ui | 2019-04-23 | |
| | | |||
| * | adjust some stuff from the Tetris guidelines | 2019-04-23 | |
| | | |||
| * | Revert "convert core to ansii c" | 2019-04-23 | |
| | | | | | This reverts commit 101fe6381be215c7109624099f3e8e3aec115df0. | ||
| * | convert core to ansii c | 2019-04-15 | |
| | | |||
| * | add next piece delay for when a line is cleared + cleanup | 2019-04-14 | |
| | | |||
| * | remove accidental file | 2019-04-13 | |
| | | |||
| * | general cleanup and add ghost piece for preview | 2019-04-13 | |
| | | |||
| * | simplify piece queue | 2019-04-13 | |
| | | |||
| * | fix curses on linux | 2019-04-13 | |
| | | |||
| * | fix/improve windows support | 2019-04-13 | |
| | | |||
| * | add shorthand int types and cleanup | 2019-04-10 | |
| | | |||
| * | add opengl fronend, remove sdl frontend, refactor build system | 2019-04-10 | |
| | | |||
| * | edit formatting | 2019-03-19 | |
| | | |||
| * | fix possible issue with game over | 2019-03-19 | |
| | | |||
| * | change movement again | 2019-03-19 | |
| | | |||
| * | fix build errors | 2019-03-14 | |
| | | |||
| * | more restruture | 2019-03-13 | |
| | | |||
| * | wip movements improvements | 2019-03-10 | |
| | | |||
| * | change a lot of stuff and flesh out sdl ui | 2019-03-06 | |
| | | |||
| * | optimize movement queue | 2019-03-05 | |
| | | |||
| * | add sdl_ui | 2019-03-05 | |
| | | |||
| * | small ncurses_ui adjustments | 2019-03-05 | |
| | | |||
| * | add proper drop timing based on level | 2019-03-04 | |
| | | |||
| * | add lock delay | 2019-03-04 | |
| | | |||
| * | improve ncurses_ui more | 2019-03-04 | |
| | | |||
| * | add unicode to ncurses_ui | 2019-03-04 | |
| | | |||
| * | improve responsivness, style ncurses frontend more | 2019-03-04 | |
| | | |||
| * | add scoring and fix some timing | 2019-03-04 | |
| | | |||
| * | restructure project and add tspin checking | 2019-03-04 | |
| | | |||
| * | add color support | 2019-03-04 | |
| | | |||
| * | fix undefined behaviour due to uninitialized rotation state | 2019-03-04 | |
| | | |||