summaryrefslogtreecommitdiff
path: root/tools/gbagfx
AgeCommit message (Collapse)Author
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2020-12-16[Round 3] Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
2020-12-16[Round 3] Revert multiple source change commits for re-commit.luckytyphlosion
2020-12-16[Round 2] Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
2020-12-16[Round 2] Revert multiple source change commits for re-commit.luckytyphlosion
2020-12-16Apply all source related changes for the new INSTALL.md in one commit.luckytyphlosion
For people who want to have dkPless builds in their repo.
2020-12-16Revert multiple source change commits for rebase.luckytyphlosion
2020-11-26Add msys2 and Cygwin instructions, also add .exe extension to built tools.luckytyphlosion
Todo: actually extensively test out msys2 and Cygwin, and double check the readme.
2020-07-27semicolonPokeCodec
2020-06-29Fix segfault in gbagfxGriffinR
2020-05-29Merge pull request #1027 from PikalaxALT/gbagfx_tilemapPikalaxALT
Add tilemap rendering capability to gbagfx
2020-04-29Fix -Wmissing-braces clang warningGriffinR
2020-04-25Fix an issue with uninitialized tilemap ptrPikalaxALT
2020-04-24Add tilemap rendering capability to gbagfxPikalaxALT
2020-04-22gbagfx: Check for nullptr for new output pathSierraffinity
2020-04-22gbagfx: Various fixes and improvementsSierraffinity
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 using only file extension as output to reuse entire path from input before extension
2019-09-03Copy Berry Fix MB dism from FR (#777)PikalaxALT
* Copy Berry Fix MB dism from FR
2019-08-06Fix Makefiles to account for the $CC and $CXX environment variablesaaaaaa123456789
2018-10-17label a flag in the asmgarak
2018-09-07Merge branch 'master' of https://github.com/pret/pokeemerald into spritesheetSlawter666
2018-09-06Add ability to specify metatile dimensions to gbagfxMarcus Huderle
2018-06-16compiler fixesgarakmon
The compiler flag -s is not necessary and causes build failure on some systems (macOS, clang compilers) due to it being deprecated. Additionally, on those same systems, tools/aif2pcm/main.c failed to compile due to an overly cautious compiler not liking some struct declarations. These changes afaik do not affect other builds.
2018-01-15dumped most of pokenav.sgolem galvanize
2017-12-03adding tools from pokerubyxenonnsmb
2016-11-01remove old toolsYamaArashi
2015-11-24title screen background tiles and palettesYamaArashi
2015-11-23add space in include directiveYamaArashi
2015-11-23dumped fontsYamaArashi
2015-11-22tilesetsYamaArashi
2015-11-13formatting and licenseYamaArashi
2015-11-13pokemon PNGs and palettesYamaArashi