130 Commits

Author SHA1 Message Date
Colton G. Rushton
78d93a6246
urlencode special characters like 'é' in documentation link anchors (#976) 2022-07-21 18:48:28 -05:00
Rangi
8c77d6b6d3 Simplify mingle_2bpp_planes
Fixes #891
2022-04-17 15:27:31 -04:00
Rangi
5a7ddb3272 Port and document make_patch.c features needed for pokered 2022-03-26 17:22:09 -04:00
Rangi
9aac39bebc Use noreturn for usage_exit 2022-03-15 17:35:35 -04:00
Rangi
1ba73f225c Use -flto for all tools 2022-03-15 17:29:15 -04:00
Rangi
61faca1f91 Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3 2022-03-14 19:38:06 -04:00
Rangi
cfa47e8c78
Add a bpp2png tool to replace gfx.py for converting 1/2bpp to PNG (#889) 2022-03-14 19:31:20 -04:00
Rangi
a4bc0ab74f Error messages end with newlines 2022-03-13 14:04:36 -04:00
Rangi
732acf1d4f Allow {patch offset length} (necessary for pokegold) 2022-03-12 22:50:42 -05:00
Rangi
f33a041930 Allow alternate labels for patch names 2022-03-12 22:38:29 -05:00
vulcandth
31c3c94d64
Build the Virtual Console patch with make crystal11_vc (#882)
Fixes #813
2022-03-12 18:34:04 -05:00
Rangi
1a6b051119 Slightly refactor some C tools 2022-03-08 21:47:23 -05:00
Rangi
e888b2f826 Rename *_verbose functions to idiomatic x* 2022-03-02 21:39:13 -05:00
Rangi
824d6bbaf2 Remove unused #include <unistd.h> 2022-02-28 19:28:09 -05:00
Rangi
2cc17f780a Explain why make_frames works 2022-02-21 08:58:22 -05:00
Rangi
be7a5e09b5 Factor out usage_exit into into tools/common.h 2021-09-21 17:37:43 -04:00
Rangi
2691c9f5c8 Small refactoring and optimization to tools/gfx.c 2021-09-21 17:16:14 -04:00
Rangi
314c5fc9ab Rewrite tools/gfx.c 2021-09-20 21:44:41 -04:00
mid-kid
7d40476e14 Drop C standard for tools/ to C11
Nothing has changed in c17 beyond minor standards corrections, so
there's no advantage in specifying c17 over c11.
2021-09-07 15:34:38 +02:00
Rangi
868e28f309 Update usage doc comments for some tools/*.py scripts 2021-09-02 18:48:17 -04:00
Rangi
021702628c Rewrite tools/pokemon_animation.c 2021-09-02 18:37:36 -04:00
Rangi
a18f83b911 Rewrite tools/pokemon_animation_graphics.c, and keep void usage and void parse_args at the top of tools' files 2021-09-02 17:15:50 -04:00
Rangi
c8f06f45d5 Use an error_exit macro for tools 2021-09-02 03:04:40 -04:00
Rangi
0d1a029e81 Rewrite tools/scan_includes.c to use common.h and factor out a parse_args function 2021-09-02 02:34:06 -04:00
Rangi
313deab552 Rewrite tool png_dimensions.c, and start using common.h more 2021-09-02 00:21:10 -04:00