Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-02 | Fix braille slash | GriffinR | |
2021-10-30 | Better braille support | GriffinR | |
2021-06-03 | Fix build on macos. | luckytyphlosion | |
Needs <cerrno> include in tools/preproc/c_file.cpp | |||
2021-06-01 | Fixes to makefile. | luckytyphlosion | |
Merge C_ASM_DEP and DATA_ASM_DEP, NODEP and SCAN_DEPS can be overridden, add --no-print-directory to MAKEFLAGS in make_tools.mk (also removed some unused variables), add newline to help message in preproc. | |||
2021-01-19 | Don't keep temporary C build files by default. | luckytyphlosion | |
2020-12-16 | [Round 3] Apply all source related changes for the new INSTALL.md in one commit. | luckytyphlosion | |
2020-12-16 | [Round 3] Revert multiple source change commits for re-commit. | luckytyphlosion | |
2020-12-16 | [Round 2] Apply all source related changes for the new INSTALL.md in one commit. | luckytyphlosion | |
2020-12-16 | [Round 2] Revert multiple source change commits for re-commit. | luckytyphlosion | |
2020-12-16 | Apply all source related changes for the new INSTALL.md in one commit. | luckytyphlosion | |
For people who want to have dkPless builds in their repo. | |||
2020-12-16 | Revert multiple source change commits for rebase. | luckytyphlosion | |
2020-11-26 | Add msys2 and Cygwin instructions, also add .exe extension to built tools. | luckytyphlosion | |
Todo: actually extensively test out msys2 and Cygwin, and double check the readme. | |||
2020-05-18 | Fix compilation on gcc 10 (for real this time) | Kurausukun | |
2020-05-18 | Fix compilation on gcc 10 | Kurausukun | |
2019-08-29 | allow CRLF line endings in asm files for preproc | garak | |
2019-08-06 | Fix Makefiles to account for the $CC and $CXX environment variables | aaaaaa123456789 | |
2019-07-23 | Quieter "make tools" | PikalaxALT | |
2018-09-06 | Update scaninc and preproc with multi-file incbins | Diegoisawesome | |
2018-08-07 | Merge pull request #3 from pret/master | Garak | |
syncing with source repo | |||
2018-07-29 | Port over ↵ | einstein95 | |
https://github.com/pret/pokeruby/commit/9d96147bbf8dabc2a28105d73905808e70b73b0f | |||
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 | |