Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-10 | make aif2pcm compatible with VS2015 | YamaArashi | |
2016-09-10 | Remove debugging statement from aif2pcm. | Marcus Huderle | |
2016-09-10 | Merge 'master' with 'origin/master' | Marcus Huderle | |
2016-09-08 | Use .aif files for programmable wave instruments. | Marcus Huderle | |
2016-09-08 | Output .bin file for direct sound metadata (loop point, pitch adust, and ↵ | Marcus Huderle | |
number of samples). This was needed since we couldn't incbin a string argument in a macro. | |||
2016-09-08 | Convert .aif files to .pcm samples, and update Makefile to use aif2pcm tool. | Marcus Huderle | |
2016-08-29 | support xcmd (partially) | YamaArashi | |
2016-08-27 | better consistency | YamaArashi | |
2016-08-27 | small fixes for mid2agb | YamaArashi | |
2016-08-27 | fix potential bug when using compression | YamaArashi | |
2016-08-27 | mid2agb tool | 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-06-11 | fix rsfont | YamaArashi | |
2016-06-09 | double-colon global labels in preproc; misc other stuff | YamaArashi | |
2016-06-05 | add support for .braille directive to preproc | YamaArashi | |
2016-05-30 | text.c | YamaArashi | |
2016-05-21 | sprite.c and updated preproc | YamaArashi | |
2016-05-15 | allow multiple symbols/integers inside curly brackets in preproc | YamaArashi | |
2016-04-30 | use compiled libgcc | YamaArashi | |
2016-04-22 | use preprocessor | YamaArashi | |
2016-01-29 | tilesets | YamaArashi | |
2016-01-24 | pokemon graphics data and makefile | YamaArashi | |