Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |