Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Don't clean source files in in-tree build | P. J. McDermott | 2021-03-18 | 1 | -0/+2 |
| | |||||
* | build: s/ -I/ -isystem/g in libraries' CFLAGS | P. J. McDermott | 2021-03-17 | 1 | -0/+10 |
| | | | | | | | | | | | | This suppresses warnings in libraries' headers, like: CC src/dodge_balls-game.o In file included from src/xml.h:24:0, from src/game.c:28: /usr/include/SDL2/SDL_stdinc.h: In function ‘SDL_memset4’: /usr/include/SDL2/SDL_stdinc.h:382:5: warning: switch missing default case [-Wswitch-default] switch (dwords % 4) ^~~~~~ | ||||
* | build: Find and use SDL_ttf | Patrick McDermott | 2021-03-17 | 1 | -0/+1 |
| | |||||
* | build: Use SDL and SDL_image 2.0 | Patrick McDermott | 2021-03-17 | 1 | -2/+2 |
| | |||||
* | db_lc_messages_get(): Just use setlocale() | Patrick McDermott | 2021-03-17 | 1 | -1/+2 |
| | |||||
* | db_games_find(): Match name and description lang | Patrick McDermott | 2021-03-16 | 1 | -1/+1 |
| | | | | TODO: Make this matching less strict. | ||||
* | db_games_find(): Parse game name and description | Patrick McDermott | 2021-03-16 | 1 | -2/+2 |
| | |||||
* | Find games either in build dir or installed | Patrick McDermott | 2021-03-16 | 1 | -2/+2 |
| | |||||
* | build: Link rather than copy game data | Patrick McDermott | 2021-03-16 | 1 | -0/+2 |
| | |||||
* | Revert "build: Make games/classic build directory" | Patrick McDermott | 2021-03-16 | 1 | -2/+0 |
| | | | | This reverts commit feced94b1eda53b5234498a4a45d2544796291fc. | ||||
* | build: Make games/classic build directory | Patrick McDermott | 2021-03-15 | 1 | -0/+2 |
| | |||||
* | db_games_find(): New function | Patrick McDermott | 2021-03-15 | 1 | -1/+2 |
| | |||||
* | build: Check for required functions | Patrick McDermott | 2021-03-15 | 1 | -0/+11 |
| | |||||
* | Add build system and package documentation | Patrick McDermott | 2021-03-15 | 1 | -0/+113 |