summaryrefslogtreecommitdiff
path: root/tools/gbagfx
AgeCommit message (Collapse)Author
2020-05-21Fix clang warningSierraffinity
2020-04-22gbagfx: Check for nullptr for new output pathSierraffinity
2020-04-22gbagfx: Various fixes and improvementsSierraffinity
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-06Add ability to specify metatile dimensions to gbagfx (#684)Marcus Huderle
2018-04-06suppress make tools noiseyenatch
2017-12-04allow bit depth conversion when possiblecamthesaxman
2017-10-08add png -> gbapal conversioncamthesaxman
2017-07-06Error on tool warningsyenatch
2017-07-06Fix gbagfx warningyenatch
2017-05-11strip debugging symbols from toolscamthesaxman
2017-05-11add LDFLAGS variable to tools makefilesCameron
2016-09-11add error check to RL decompressionYamaArashi
2016-07-29diploma tilemap/paletteYamaArashi
2016-07-24picture frame graphicsYamaArashi
2016-07-22Reorder 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-17support 1 to 256 colors in palettesYamaArashi
2016-06-17Potential fix for Issue #1 (#10)ProjectRevoTPP
replace all-zero incbins with .space and build fixes for certain Linux configurations
2016-01-29tilesetsYamaArashi
2016-01-24pokemon graphics data and makefileYamaArashi