Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | main(): Check db_games_find() return value | Patrick McDermott | 2021-03-16 | 1 | -5/+7 |
| | | | | Fixes a bad free() if the games directory is empty or not found. | ||||
* | Find games either in build dir or installed | Patrick McDermott | 2021-03-16 | 5 | -9/+23 |
| | |||||
* | build: Remove empty game data directories | Patrick McDermott | 2021-03-16 | 3 | -5/+10 |
| | |||||
* | build: Clean game data files | Patrick McDermott | 2021-03-16 | 2 | -1/+3 |
| | |||||
* | build: Link rather than copy game data | Patrick McDermott | 2021-03-16 | 2 | -1/+4 |
| | |||||
* | build: Copy game data to build dir if out-of-tree | Patrick McDermott | 2021-03-16 | 2 | -1/+9 |
| | |||||
* | Revert "build: Make games/classic build directory" | Patrick McDermott | 2021-03-16 | 1 | -2/+0 |
| | | | | This reverts commit feced94b1eda53b5234498a4a45d2544796291fc. | ||||
* | build: Prettify PNG generation | Patrick McDermott | 2021-03-15 | 1 | -1/+1 |
| | |||||
* | build: Make games/classic build directory | Patrick McDermott | 2021-03-15 | 1 | -0/+2 |
| | |||||
* | games/classic: Install game data | Patrick McDermott | 2021-03-15 | 4 | -0/+25 |
| | |||||
* | db_games_find(): New function | Patrick McDermott | 2021-03-15 | 5 | -2/+96 |
| | |||||
* | build: Check for required functions | Patrick McDermott | 2021-03-15 | 1 | -0/+11 |
| | |||||
* | 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 |
| | | | | Copied from boukengine. | ||||
* | 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 |
| | | | | Copied from boukengine. | ||||
* | README: WRITEME | Patrick McDermott | 2021-03-15 | 1 | -0/+42 |
| | |||||
* | Add build system and package documentation | Patrick McDermott | 2021-03-15 | 17 | -0/+1753 |
| | |||||
* | .gitignore, games/classic/.gitignore: Add | Patrick McDermott | 2021-03-15 | 2 | -0/+37 |
| | |||||
* | games/classic: Add game.xml definition file | Patrick McDermott | 2021-03-15 | 1 | -0/+19 |
| | |||||
* | games/classic: Renumber map objects | Patrick McDermott | 2021-03-14 | 10 | -65/+65 |
| | |||||
* | games/classic: Add map and object properties | Patrick McDermott | 2021-03-14 | 10 | -65/+451 |
| | |||||
* | games/classic: Add collision properties | Patrick McDermott | 2021-03-14 | 1 | -0/+12 |
| | |||||
* | games/classic: Export tileset | Patrick McDermott | 2021-03-14 | 11 | -30/+14 |
| | |||||
* | igames/classic: Add icon map | Patrick McDermott | 2021-03-14 | 1 | -0/+17 |
| | |||||
* | games/classic: Fit star points within circle | Patrick McDermott | 2021-03-14 | 1 | -0/+0 |
| | |||||
* | games/classic: Add | Patrick McDermott | 2021-03-14 | 11 | -0/+195 |