Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-13 | Error messages end with newlines | Rangi | |
2022-03-08 | Slightly refactor some C tools | Rangi | |
2022-03-02 | Rename `*_verbose` functions to idiomatic `x*` | Rangi | |
2021-09-21 | Factor out usage_exit into into tools/common.h | Rangi | |
2021-09-21 | Small refactoring and optimization to tools/gfx.c | Rangi | |
2021-09-20 | Rewrite tools/gfx.c | Rangi | |
2021-09-02 | Rewrite tool png_dimensions.c, and start using common.h more | Rangi | |
2020-06-28 | Reformat gfx/trade/game_boy.png and fix tools/gfx --preserve | Rangi | |
2020-04-08 | Remove unused nonmatching files for electro_ball.png and sgb_border.bin | Rangi | |
electro_ball.png needed to preserve one whitespace tile which tools/gfx would normally remove. Preserving a list of tile indexes has been added as a general feature to tools/gfx. sgb_border.bin needed to remove the 20x18 center area of $00 bytes. This is achievable with the standard tr utility. | |||
2020-04-02 | Fix bad round, memset VLA | Lior Halphon | |
2020-04-02 | Indentation conventions, use C99 variable length arrays | Lior Halphon | |
2020-04-02 | Fix several out-of-bound reads; fix a memory leak | Lior Halphon | |
2017-12-28 | fix unused fread return value warnings | yenatch | |
2017-09-24 | tools/gfx: Replace --width with --png | yenatch | |
2017-06-24 | Fix insecure fprintf | yenatch | |
2017-06-24 | Fix tools/gfx | yenatch | |
2017-06-24 | pngs in gfx/fx | yenatch | |
- gave up on wind.png - add --remove-yflip | |||
2017-06-23 | pngs in gfx/ | yenatch | |
2017-06-21 | Add --interleave to tools/gfx and refactor. | yenatch | |
For images composed of 8x16 sprites. The width has to be manually passed in. If this were an rgbgfx feature this would not be necessary. Fixes 647f9b4452fb166fedbbb987808bb0dae9623db2 | |||
2017-06-18 | Remove debug statement from tools/gfx | yenatch | |
2017-06-18 | Add `gfx` tool for graphics postprocessing | yenatch | |