index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
gfx.c
Age
Commit message (
Expand
)
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
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
2017-06-23
pngs in gfx/
yenatch
2017-06-21
Add --interleave to tools/gfx and refactor.
yenatch
2017-06-18
Remove debug statement from tools/gfx
yenatch
2017-06-18
Add `gfx` tool for graphics postprocessing
yenatch