Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-28 | fix unused fread return value warnings | yenatch | |
2017-06-29 | Check some errors (not enough). | IIMarckus | |
malloc can always fail. Check to avoid null dereference. malloc(0) is well defined but leads to an eventual crash on some systems. Check it too. | |||
2017-06-25 | pokemon_animation's variable is not initialized (#374) | SnDream | |
2017-06-24 | Fix implicit getopt | yenatch | |
2017-05-28 | Fix the pokemon animation tools. | yenatch | |
Fixed a lot of serious bugs. These tools were not functional. Also added a --girafarig flag for a special case. | |||
2016-08-24 | Add C build tools. | yenatch | |