summaryrefslogtreecommitdiffstats
path: root/src/game.c
Commit message (Expand)AuthorAgeFilesLines
* game: Play ALL the levelsP. J. McDermott2021-03-241-1/+10
* db_game_play(), db_level_play(): New stub funcsP. J. McDermott2021-03-201-0/+7
* db_level_new(): New functionP. J. McDermott2021-03-201-6/+12
* game: Save best locale matchPatrick McDermott2021-03-171-2/+7
* game: Free old name/description when replacingPatrick McDermott2021-03-171-0/+8
* db_games_find(): Use db_locale_match()Patrick McDermott2021-03-171-11/+6
* db_games_find(): Match name and description langPatrick McDermott2021-03-161-6/+30
* db_games_find(): Print trimmed XML char dataPatrick McDermott2021-03-161-2/+2
* db_games_find(): Print XML char dataPatrick McDermott2021-03-161-2/+2
* db_games_find(): Support multiline XML char dataPatrick McDermott2021-03-161-1/+9
* db_games_find(): Parse game name and descriptionPatrick McDermott2021-03-161-4/+50
* db_games_find(): Parse games.xmlPatrick McDermott2021-03-161-4/+284
* db_games_find(): Initialize game structuresPatrick McDermott2021-03-161-2/+44
* db_games_find(): Check scandir() return valuePatrick McDermott2021-03-161-0/+6
* Find games either in build dir or installedPatrick McDermott2021-03-161-2/+2
* db_games_find(): New functionPatrick McDermott2021-03-151-0/+55