summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* main: Seed RNGP. J. McDermott2021-03-251-0/+3
* db_get_*_dir(): Move out of src/main.cP. J. McDermott2021-03-191-37/+2
* main: Mark argc unusedP. J. McDermott2021-03-191-1/+1
* main: Fix missing headerP. J. McDermott2021-03-191-0/+1
* main-menu, help: Take window pointer parameterP. J. McDermott2021-03-191-13/+1
* main: Don't create textureP. J. McDermott2021-03-191-18/+0
* src/defs.h: New macro definitions fileP. J. McDermott2021-03-191-2/+3
* main: Make texture staticP. J. McDermott2021-03-181-1/+1
* db_main_menu(): New functionP. J. McDermott2021-03-181-21/+1
* main: Add dir and SDL struct accessor functionsP. J. McDermott2021-03-181-0/+31
* main: Make some variables static globalP. J. McDermott2021-03-181-32/+32
* main: Refactor into functionsP. J. McDermott2021-03-181-38/+67
* main: Create window, renderer, and textureP. J. McDermott2021-03-181-0/+38
* main: Find fonts dirP. J. McDermott2021-03-181-0/+3
* main: Initialize and quit SDL and SDL_ttfP. J. McDermott2021-03-181-0/+17
* main: Add comments and newlinesP. J. McDermott2021-03-181-0/+23
* db_games_find(): Parse game name and descriptionPatrick McDermott2021-03-161-1/+2
* db_games_find(): Initialize game structuresPatrick McDermott2021-03-161-7/+7
* main(): Check db_games_find() return valuePatrick McDermott2021-03-161-5/+7
* Find games either in build dir or installedPatrick McDermott2021-03-161-4/+17
* db_games_find(): New functionPatrick McDermott2021-03-151-1/+12
* Add build system and package documentationPatrick McDermott2021-03-151-0/+9