Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: Seed RNG | P. J. McDermott | 2021-03-25 | 1 | -0/+3 |
* | db_get_*_dir(): Move out of src/main.c | P. J. McDermott | 2021-03-19 | 1 | -37/+2 |
* | main: Mark argc unused | P. J. McDermott | 2021-03-19 | 1 | -1/+1 |
* | main: Fix missing header | P. J. McDermott | 2021-03-19 | 1 | -0/+1 |
* | main-menu, help: Take window pointer parameter | P. J. McDermott | 2021-03-19 | 1 | -13/+1 |
* | main: Don't create texture | P. J. McDermott | 2021-03-19 | 1 | -18/+0 |
* | src/defs.h: New macro definitions file | P. J. McDermott | 2021-03-19 | 1 | -2/+3 |
* | main: Make texture static | P. J. McDermott | 2021-03-18 | 1 | -1/+1 |
* | db_main_menu(): New function | P. J. McDermott | 2021-03-18 | 1 | -21/+1 |
* | main: Add dir and SDL struct accessor functions | P. J. McDermott | 2021-03-18 | 1 | -0/+31 |
* | main: Make some variables static global | P. J. McDermott | 2021-03-18 | 1 | -32/+32 |
* | main: Refactor into functions | P. J. McDermott | 2021-03-18 | 1 | -38/+67 |
* | main: Create window, renderer, and texture | P. J. McDermott | 2021-03-18 | 1 | -0/+38 |
* | main: Find fonts dir | P. J. McDermott | 2021-03-18 | 1 | -0/+3 |
* | main: Initialize and quit SDL and SDL_ttf | P. J. McDermott | 2021-03-18 | 1 | -0/+17 |
* | main: Add comments and newlines | P. J. McDermott | 2021-03-18 | 1 | -0/+23 |
* | db_games_find(): Parse game name and description | Patrick McDermott | 2021-03-16 | 1 | -1/+2 |
* | db_games_find(): Initialize game structures | Patrick McDermott | 2021-03-16 | 1 | -7/+7 |
* | main(): Check db_games_find() return value | Patrick McDermott | 2021-03-16 | 1 | -5/+7 |
* | Find games either in build dir or installed | Patrick McDermott | 2021-03-16 | 1 | -4/+17 |
* | db_games_find(): New function | Patrick McDermott | 2021-03-15 | 1 | -1/+12 |
* | Add build system and package documentation | Patrick McDermott | 2021-03-15 | 1 | -0/+9 |