Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | main-menu: Remove unused variables | P. J. McDermott | 2021-03-18 | 1 | -4/+0 |
* | main-menu: Factor title text rendering into new fn | P. J. McDermott | 2021-03-18 | 1 | -34/+44 |
* | main-menu: Render title text | P. J. McDermott | 2021-03-18 | 1 | -2/+41 |
* | db_main_menu(): New function | P. J. McDermott | 2021-03-18 | 4 | -21/+91 |
* | main: Add dir and SDL struct accessor functions | P. J. McDermott | 2021-03-18 | 3 | -0/+63 |
* | main: Make some variables static global | P. J. McDermott | 2021-03-18 | 1 | -32/+32 |
* | db_strcat(): New function | P. J. McDermott | 2021-03-18 | 3 | -0/+70 |
* | 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 |
* | game: Save best locale match | Patrick McDermott | 2021-03-17 | 1 | -2/+7 |
* | game: Free old name/description when replacing | Patrick McDermott | 2021-03-17 | 1 | -0/+8 |
* | db_lc_messages_get(): Remove function | Patrick McDermott | 2021-03-17 | 2 | -7/+0 |
* | db_games_find(): Use db_locale_match() | Patrick McDermott | 2021-03-17 | 1 | -11/+6 |
* | db_locale_match(): New function | Patrick McDermott | 2021-03-17 | 2 | -0/+114 |
* | db_lc_messages_get(): Just use setlocale() | Patrick McDermott | 2021-03-17 | 1 | -19/+2 |
* | db_games_find(): Match name and description lang | Patrick McDermott | 2021-03-16 | 1 | -6/+30 |
* | db_lc_messages_get(): New function | Patrick McDermott | 2021-03-16 | 3 | -0/+71 |
* | db_games_find(): Print trimmed XML char data | Patrick McDermott | 2021-03-16 | 1 | -2/+2 |
* | db_games_find(): Print XML char data | Patrick McDermott | 2021-03-16 | 1 | -2/+2 |
* | db_games_find(): Support multiline XML char data | Patrick McDermott | 2021-03-16 | 1 | -1/+9 |
* | db_games_find(): Parse game name and description | Patrick McDermott | 2021-03-16 | 2 | -5/+52 |
* | db_games_find(): Parse games.xml | Patrick McDermott | 2021-03-16 | 1 | -4/+284 |
* | db_games_find(): Initialize game structures | Patrick McDermott | 2021-03-16 | 3 | -10/+59 |
* | db_games_find(): Check scandir() return value | Patrick McDermott | 2021-03-16 | 1 | -0/+6 |
* | 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 | 3 | -7/+20 |
* | db_games_find(): New function | Patrick McDermott | 2021-03-15 | 4 | -1/+94 |
* | struct _db_xml_node: Align member names | Patrick McDermott | 2021-03-15 | 1 | -5/+5 |
* | db_xml_check_tag(), db_xml_node_peek(): Mark pure | Patrick McDermott | 2021-03-15 | 1 | -2/+4 |
* | xml_(): Prefix symbols | Patrick McDermott | 2021-03-15 | 2 | -30/+32 |
* | src/xml.c: Use renamed output functions | Patrick McDermott | 2021-03-15 | 1 | -8/+8 |
* | src/xml.[ch]: New files | Patrick McDermott | 2021-03-15 | 3 | -1/+215 |
* | src/output.h: Add format attributes to functions | Patrick McDermott | 2021-03-15 | 1 | -3/+6 |
* | src/output.c: Drop useless #include | Patrick McDermott | 2021-03-15 | 1 | -1/+0 |
* | db_err(): Don't quit() | Patrick McDermott | 2021-03-15 | 2 | -5/+2 |
* | src/output.[ch]: Prefix symbols | Patrick McDermott | 2021-03-15 | 2 | -9/+9 |
* | src/logging.[ch]: Rename to src/output.[ch] | Patrick McDermott | 2021-03-15 | 3 | -6/+6 |
* | src/logging.[ch]: New files | Patrick McDermott | 2021-03-15 | 3 | -0/+89 |
* | Add build system and package documentation | Patrick McDermott | 2021-03-15 | 2 | -0/+11 |