summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-29Fix uninitialized value.IIMarckus
2017-06-29Use $(MAKE)yenatch
2017-06-29tools: Default to gcc.yenatch
This gives Cygwin users an easier time at the expense of defaulting to gcc.
2017-06-25pokemon_animation's variable is not initialized (#374)SnDream
2017-06-24Merge pull request #365 from Ben10do/tools-makefile-integrationyenatch
Improvements to the tools and their Makefile
2017-06-24Add tools/gfx and tools/md5 to gitignoreyenatch
2017-06-24Merge branch 'master' into tools-makefile-integrationyenatch
2017-06-24Include front.dimensions file instead of manual pic dimensionsyenatch
2017-06-24Fix insecure fprintfyenatch
2017-06-24Merge pull request #371 from yenatch/graphicsyenatch
Use sha1sum instead of md5sum to compare roms
2017-06-24Fix implicit stdintyenatch
2017-06-24Add a travis badge and remove pokered linkyenatch
2017-06-24Add 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-24Use SHA1 to compare romsyenatch
2017-06-24Fix a misleading define for SLPyenatch
2017-06-24Merge pull request #354 from FredrIQ/commentsyenatch
Fix a reversed label mistake and reference a major bug
2017-06-24Merge pull request #370 from yenatch/graphicsyenatch
png everywhere
2017-06-24gcc is needed in cygwinyenatch
- also mention the new dlls in install
2017-06-24Fix implicit getoptyenatch
2017-06-24Fix tools/gfxyenatch
2017-06-24Explicit rules for gfx/shrink{1,2}.2bppyenatch
2017-06-241bpp in gitignoreyenatch
2017-06-24Fix gfx/miscyenatch
2017-06-24Fix gfx/framesyenatch
2017-06-24pngs in gfx/unknownyenatch
2017-06-24pngs in gfx/miscyenatch
2017-06-24pngs in gfx/mobileyenatch
2017-06-24forgot to remove 2bpp from gfx/tilesetsyenatch
2017-06-24forgot to remove 2bpp from gfx/introyenatch
2017-06-24pngs in gfx/fxyenatch
- gave up on wind.png - add --remove-yflip
2017-06-23pngs in gfx/battleyenatch
2017-06-23pngs in gfx/yenatch
2017-06-22pngs in gfx/unown_puzzleyenatch
2017-06-22pngs in gfx/trainersyenatch
2017-06-22pngs in gfx/tradeyenatch
game_boy.png can be rearranged in a nicer way, but it's a job for another time
2017-06-21Add --interleave to tools/gfx and refactor.yenatch
For images composed of 8x16 sprites. The width has to be manually passed in. If this were an rgbgfx feature this would not be necessary. Fixes 647f9b4452fb166fedbbb987808bb0dae9623db2
2017-06-21pngs in gfx/titleyenatch
2017-06-21pngs in gfx/tilesetsyenatch
2017-06-21pngs in gfx/statsyenatch
2017-06-21pngs in gfx/splashyenatch
2017-06-21pngs in gfx/special/celebiyenatch
2017-06-21pngs in gfx/pokegearyenatch
- flymap_label_border.2bpp was actually 1bpp
2017-06-20pngs in gfx/pokedexyenatch
2017-06-20Use $(if) in the makefile. Fix gfx/mail.yenatch
Fixes 384788f3700a5c429dfa86c6ec673a648b4b1c42
2017-06-18Remove debug statement from tools/gfxyenatch
2017-06-18pngs in gfx/mailyenatch
2017-06-18Add `gfx` tool for graphics postprocessingyenatch
2017-06-17Merge pull request #366 from Ben10do/fix-deprecation-warningsyenatch
Replace ‘jp [hl]’ with ‘jp hl’
2017-06-13Merge pull request #367 from SkyrisBactera/patch-1yenatch
rgbds: Missing a dependency
2017-06-13Missing a dependencySkyrisBactera
Without libpng-dev, sudo make install causes: In file included from src/gfx/gb.c:20:0: include/gfx/main.h:20:17: fatal error: png.h: No such file or directory #include <png.h> ^ compilation terminated. Makefile:90: recipe for target 'src/gfx/gb.o' failed make: *** [src/gfx/gb.o] Error 1