Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-21 | Fix clang warning | Sierraffinity | |
2020-04-22 | gbagfx: Check for nullptr for new output path | Sierraffinity | |
2020-04-22 | gbagfx: Various fixes and improvements | Sierraffinity | |
Bring over Huffman compression/decompression from pokeemerald Fix num_colors exceeding amount of colors in palette leading to use of uninitialized colors Handle png -> pal conversion (aka extracting JASC palettes from png) Allow JASC pal files to be used as -palette argument when converting from GBA to PNG Allow using only file extension as output to reuse entire path from input before extension | |||
2018-09-06 | Add ability to specify metatile dimensions to gbagfx (#684) | Marcus Huderle | |
2018-04-06 | suppress make tools noise | yenatch | |
2017-12-04 | allow bit depth conversion when possible | camthesaxman | |
2017-10-08 | add png -> gbapal conversion | camthesaxman | |
2017-07-06 | Error on tool warnings | yenatch | |
2017-07-06 | Fix gbagfx warning | yenatch | |
2017-05-11 | strip debugging symbols from tools | camthesaxman | |
2017-05-11 | add LDFLAGS variable to tools makefiles | Cameron | |
2016-09-11 | add error check to RL decompression | YamaArashi | |
2016-07-29 | diploma tilemap/palette | YamaArashi | |
2016-07-24 | picture frame graphics | YamaArashi | |
2016-07-22 | Reorder LIBS in rsfont and gbagfx. | yenatch | |
20:48 asperguy| Also, the order of LIBS is wrong in the rsfont and gbagfx makefiles. It should be -lpng -lz. 20:50 asperguy| I get undefined references unless I swap them. Order does matter. See this stackoverflow post for an explanation. http://stackoverflow.com/questions/2395355/linking-with-libpng-zlib In case the stackoverflow link dies, it says the linker will not realize zlib is actually needed unless libpng comes first, because they are static archives. | |||
2016-06-17 | support 1 to 256 colors in palettes | YamaArashi | |
2016-06-17 | Potential fix for Issue #1 (#10) | ProjectRevoTPP | |
replace all-zero incbins with .space and build fixes for certain Linux configurations | |||
2016-01-29 | tilesets | YamaArashi | |
2016-01-24 | pokemon graphics data and makefile | YamaArashi | |