Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tk: Add border with focus indication to button | P. J. McDermott | 2022-01-27 | 1 | -1/+1 |
* | tk: Add border to box | P. J. McDermott | 2022-01-27 | 1 | -1/+1 |
* | build, menu, game: Use bold font | P. J. McDermott | 2022-01-27 | 1 | -1/+1 |
* | tk/text: strchr() allowed_chars for validation | P. J. McDermott | 2021-12-24 | 1 | -1/+1 |
* | tk/text: Replace min_char and max_char with allowed_chars | P. J. McDermott | 2021-12-24 | 1 | -1/+1 |
* | tk: Define colors within local header | P. J. McDermott | 2021-09-25 | 1 | -18/+5 |
* | char: Remove old collision functions | P. J. McDermott | 2021-09-25 | 1 | -7/+0 |
* | tk/text: Replace min_char, max_char with callback | P. J. McDermott | 2021-09-25 | 1 | -1/+1 |
* | game: Fix stack use after scope | P. J. McDermott | 2021-09-25 | 1 | -8/+7 |
* | game: Slow down for debugging | P. J. McDermott | 2021-09-25 | 1 | -1/+1 |
* | Revert "char/enemy: Try to fix movement lag" | P. J. McDermott | 2021-08-19 | 1 | -3/+0 |
* | char/enemy: Try to fix movement lag | P. J. McDermott | 2021-08-19 | 1 | -0/+3 |
* | char/enemy: Store allies array | P. J. McDermott | 2021-08-19 | 1 | -1/+2 |
* | game: Separate player struct from enemies array | P. J. McDermott | 2021-08-19 | 1 | -13/+19 |
* | Revert "char/enemy: Make a linked list of enemy chars" | P. J. McDermott | 2021-08-19 | 1 | -24/+47 |
* | char/enemy: Make a linked list of enemy chars | P. J. McDermott | 2021-08-18 | 1 | -47/+24 |
* | Revert "game: Slow down on enemy collision" | P. J. McDermott | 2021-08-18 | 1 | -6/+2 |
* | game: Slow down on enemy collision | P. J. McDermott | 2021-08-18 | 1 | -2/+6 |
* | char: Add collision detection/handling | P. J. McDermott | 2021-08-10 | 1 | -0/+7 |
* | game: Create multiple enemies | P. J. McDermott | 2021-08-10 | 1 | -34/+58 |
* | char/enemy: New character | P. J. McDermott | 2021-08-08 | 1 | -0/+10 |
* | char: New "class", absorbing player | P. J. McDermott | 2021-08-08 | 1 | -8/+8 |
* | game: Add win condition | P. J. McDermott | 2021-08-08 | 1 | -14/+41 |
* | maze: Optionally hide unseen walls | P. J. McDermott | 2021-08-08 | 1 | -1/+1 |
* | game: Implement fog of war | P. J. McDermott | 2021-08-08 | 1 | -2/+73 |
* | player: Implement (renders just a dot so far) | P. J. McDermott | 2021-08-08 | 1 | -0/+13 |
* | game: Add timer | P. J. McDermott | 2021-08-07 | 1 | -4/+33 |
* | game: Poll for events | P. J. McDermott | 2021-08-07 | 1 | -19/+39 |
* | menu, game: Rename macros | P. J. McDermott | 2021-08-07 | 1 | -3/+3 |
* | game: New screen | P. J. McDermott | 2021-08-07 | 1 | -0/+148 |