Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-23 | scaninc: skipping comments seems to be faster than removing them | yenatch | |
2017-07-23 | scaninc: faster incbin detection | yenatch | |
2017-07-23 | scaninc: add -I and stop hardcoding include paths | yenatch | |
2017-07-22 | scaninc: read c includes | yenatch | |
Now editing .h files triggers a rebuild. Also allow .h and .inc files to be passed as a main argument. src/ and include/ are temporarily hardcoded. | |||
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 | |
2017-05-05 | German ProcessRecvCmds | YamaArashi | |
2017-02-03 | use std:: prefix and remove some unused functions | camthesaxman | |
2017-02-03 | remove C++14 feature from tools | YamaArashi | |
2017-01-25 | make scaninc build under GCC (#218) | Cameron Hall | |
2017-01-24 | make preproc build under GCC (#215) | Cameron Hall | |
2017-01-23 | preproc incbins | YamaArashi | |
2017-01-22 | change preproc syntax for C strings | YamaArashi | |
2017-01-08 | simplify delta compression algorithm | YamaArashi | |
2017-01-08 | aif2pcm: Accept .aiff files too. | yenatch | |
2017-01-08 | aif2pcm: Fix delta compression for foreign audio. | yenatch | |
The direction should not be reversed if the delta is too large. The new code is redundant, but the intent is more obvious. | |||
2017-01-08 | aif2pcm: Fix length reporting. Don't use a MARK chunk if no loop. | yenatch | |
The reported sample length in the aif header can differ from the actual length of the SSND chunk. The END marker was being misused to contain the reported length, but this still counts as a loop in aif2agb, even if the START marker is omitted (it defaults to the END value). Now the reported length is in the COMM chunk, which is more correct. | |||
2017-01-06 | make ROM match | YamaArashi | |
2017-01-06 | Dump the cries and rewrite aif2pcm. (#156) | yenatch | |
2016-11-13 | aif2pcm: Initialize pcm length if there are no MARK chunks. | yenatch | |
2016-11-13 | aif2pcm: Avoid reading past eof. | yenatch | |
2016-11-13 | aif2pcm: Use uint8_t and fix implicitly signed char. | yenatch | |
2016-09-29 | add aif2pcm to .gitignore | Cameron Hall | |
2016-09-28 | fix alignment issues with some versions of ld | YamaArashi | |
2016-09-25 | begin using common symbols | YamaArashi | |
2016-09-25 | introduce RAM variable LD script generator tool | YamaArashi | |
2016-09-11 | add error check to RL decompression | YamaArashi | |
2016-09-10 | include stdint.h in aif2pcm main.c | YamaArashi | |
2016-09-10 | aif2pcm: Use `uint32_t` instead of `unsigned long` for .bin output. | yenatch | |
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 | |