| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-15 | Use -flto for all tools | Rangi | |
| 2022-03-14 | Add a `bpp2png` tool to replace gfx.py for converting 1/2bpp to PNG (#889) | Rangi | |
| 2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth | |
| Fixes #813 | |||
| 2022-03-08 | Slightly refactor some C tools | Rangi | |
| 2021-09-20 | Rewrite tools/gfx.c | Rangi | |
| 2021-09-07 | Drop C standard for tools/ to C11 | mid-kid | |
| Nothing has changed in c17 beyond minor standards corrections, so there's no advantage in specifying c17 over c11. | |||
| 2021-09-02 | Remove unused tool palette.c | Rangi | |
| 2020-07-23 | Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINs | Rangi | |
| 2020-05-23 | Remove unused tools/md5.c | Rangi | |
| 2020-05-23 | Match LZ compressed files (#724) | aaaaaa123456789 | |
| Replace lzcomp with new version and match all LZ compressed files | |||
| 2019-02-16 | Silence gcc warnings, even in Travis | Rangi | |
| -Wno-missing-field-initializers is needed because of false positives over {0} initialization | |||
| 2018-08-18 | Avoid warnings from gcc without having to silence them all | Rangi | |
| 2018-08-04 | Update lzcomp to the latest version and fix Makefiles accordingly | aaaaaa123456789 | |
| 2017-12-28 | rebuild gfx and md5 when common.h changes | yenatch | |
| 2017-09-24 | Build tools with -O3. | yenatch | |
| This improves build time by about 20%. | |||
| 2017-09-24 | Add warnings for tools | yenatch | |
| 2017-06-29 | tools: Default to gcc. | yenatch | |
| This gives Cygwin users an easier time at the expense of defaulting to gcc. | |||
| 2017-06-24 | Merge branch 'master' into tools-makefile-integration | yenatch | |
| 2017-06-24 | Add a md5 tool to avoid md5sum dependency. | yenatch | |
| md5sum is missing in macOS and (presumably) BSD. An alternative would have been to use sha1sum instead, but it's probably a good idea to have as few dependencies as possible, so this doesn't happen again. fixes #364 | |||
| 2017-06-24 | Fix tools/gfx | yenatch | |
| 2017-06-18 | Add `gfx` tool for graphics postprocessing | yenatch | |
| 2017-06-09 | - Make the tools implicitly when making the ROM | Ben10do | |
| - Add a clean target to the tools Makefile - Run said clean target when cleaning the pokecrystal directory | |||
| 2017-05-29 | Use a separate makefile for tools | yenatch | |
| - Fix crystal11 - Fix a bug where the dependency checks would run regardless of target Fixes 0bd74cdd7341a4cff5da73e1c32ac0d237ec8e08 | |||
