Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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_games_find(): Use db_locale_match() | Patrick McDermott | 2021-03-17 | 1 | -11/+6 |
| | |||||
* | db_games_find(): Match name and description lang | Patrick McDermott | 2021-03-16 | 1 | -6/+30 |
| | | | | TODO: Make this matching less strict. | ||||
* | 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 | 1 | -4/+50 |
| | |||||
* | 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 | 1 | -2/+44 |
| | |||||
* | db_games_find(): Check scandir() return value | Patrick McDermott | 2021-03-16 | 1 | -0/+6 |
| | | | | Fixes a bad calloc() if the games directory is empty or not found. | ||||
* | Find games either in build dir or installed | Patrick McDermott | 2021-03-16 | 1 | -2/+2 |
| | |||||
* | db_games_find(): New function | Patrick McDermott | 2021-03-15 | 1 | -0/+55 |