summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* db_lc_messages_get(): Remove functionPatrick McDermott2021-03-172-7/+0
|
* db_games_find(): Use db_locale_match()Patrick McDermott2021-03-171-11/+6
|
* db_locale_match(): New functionPatrick McDermott2021-03-172-0/+114
|
* db_lc_messages_get(): Just use setlocale()Patrick McDermott2021-03-171-19/+2
|
* db_games_find(): Match name and description langPatrick McDermott2021-03-161-6/+30
| | | | TODO: Make this matching less strict.
* db_lc_messages_get(): New functionPatrick McDermott2021-03-163-0/+71
|
* 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-162-5/+52
|
* db_games_find(): Parse games.xmlPatrick McDermott2021-03-161-4/+284
|
* db_games_find(): Initialize game structuresPatrick McDermott2021-03-163-10/+59
|
* db_games_find(): Check scandir() return valuePatrick McDermott2021-03-161-0/+6
| | | | Fixes a bad calloc() if the games directory is empty or not found.
* main(): Check db_games_find() return valuePatrick McDermott2021-03-161-5/+7
| | | | Fixes a bad free() if the games directory is empty or not found.
* Find games either in build dir or installedPatrick McDermott2021-03-163-7/+20
|
* db_games_find(): New functionPatrick McDermott2021-03-154-1/+94
|
* struct _db_xml_node: Align member namesPatrick McDermott2021-03-151-5/+5
|
* db_xml_check_tag(), db_xml_node_peek(): Mark purePatrick McDermott2021-03-151-2/+4
|
* xml_(): Prefix symbolsPatrick McDermott2021-03-152-30/+32
|
* src/xml.c: Use renamed output functionsPatrick McDermott2021-03-151-8/+8
|
* src/xml.[ch]: New filesPatrick McDermott2021-03-153-1/+215
| | | | Copied from boukengine.
* src/output.h: Add format attributes to functionsPatrick McDermott2021-03-151-3/+6
|
* src/output.c: Drop useless #includePatrick McDermott2021-03-151-1/+0
|
* db_err(): Don't quit()Patrick McDermott2021-03-152-5/+2
|
* src/output.[ch]: Prefix symbolsPatrick McDermott2021-03-152-9/+9
|
* src/logging.[ch]: Rename to src/output.[ch]Patrick McDermott2021-03-153-6/+6
|
* src/logging.[ch]: New filesPatrick McDermott2021-03-153-0/+89
| | | | Copied from boukengine.
* Add build system and package documentationPatrick McDermott2021-03-152-0/+11