Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-06 | Fix Makefiles to account for the $CC and $CXX environment variables | aaaaaa123456789 | |
2018-10-17 | label a flag in the asm | garak | |
2018-10-02 | mid2agb fix: compare whole note details before compression | Diegoisawesome | |
2018-09-29 | Fix mid2agb argument parsing | Kermalis | |
2018-09-29 | Fix the fix that was buggy | Diegoisawesome | |
2018-09-25 | Fix compression score code bug reintroduction | Diegoisawesome | |
2018-09-25 | Partial implementation of MEMACC command | Diegoisawesome | |
2018-09-25 | Change initial state of lastNote | Diegoisawesome | |
2018-09-25 | mid2agb compression algorithm less buggy than originally thought | Diegoisawesome | |
2018-09-25 | Comment out unused variable so GCC doesn't complain | Diegoisawesome | |
2018-09-25 | Match compression behavior, for real | Diegoisawesome | |
2018-09-24 | Completely blind guess to fix compression score | Diegoisawesome | |
2018-09-23 | Fix compression score lower limit | Diegoisawesome | |
2018-09-23 | mid2agb: allow -L param to take string | Diegoisawesome | |
2018-09-22 | Fix order of initial vol command | Diegoisawesome | |
2018-09-15 | Update mid2agb source | Diegoisawesome | |
Credit to @camthesaxman | |||
2018-09-14 | Add running status to mid2agb | Diegoisawesome | |
2018-06-16 | compiler fixes | garakmon | |
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. | |||
2017-12-03 | adding tools from pokeruby | xenonnsmb | |