summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2022-01-23Add missing :req, remove old macrosGriffinR
2021-12-17one more lelKurausukun
2021-12-17fix indentation againKurausukun
2021-12-17fix indentationKurausukun
2021-12-17accept 16-bit aiff files and convert to 8-bitKurausukun
2021-11-02Fix braille slashGriffinR
2021-10-30Better braille supportGriffinR
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-06-03Fix build on macos.luckytyphlosion
Needs <cerrno> include in tools/preproc/c_file.cpp
2021-06-01Fixes 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-06-01Merge branch 'master' of https://github.com/pret/pokeemerald into remove-tempsluckytyphlosion
2021-05-23Merge branch 'master' of https://github.com/pret/pokeemeraldluckytyphlosion
2021-05-11Name map groupsGriffinR
2021-01-19Don't keep temporary C build files by default.luckytyphlosion
2021-01-05Actually test out that it builds.luckytyphlosion
2021-01-05Fix issue with diffs being incorrect with extreme values.luckytyphlosion
2021-01-05Fix choice of delta sign.luckytyphlosion
Ensure that the delta goes in the correct direction (i.e. use positive delta for prev <= sample, and negative delta for prev > sample)
2021-01-05Fix bug in pcm delta compression.luckytyphlosion
error wasn't being correctly calculated for when new_sample was negative and sample was positive.
2020-12-31Remove deadnaming, sync BgEventGriffinR
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-16Apply 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-16Revert multiple source change commits for rebase.luckytyphlosion
2020-11-26Add 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-11-12Missing inc files in asm/*.s and data/*.s will raise an actual error message.luckytyphlosion
2020-07-28Merge pull request #1112 from GriffinRichards/add-genwarnGriffinR
Add warnings to generated map/layout files
2020-07-27semicolonPokeCodec
2020-07-24Add warnings to generated filesGriffinR
2020-06-29Fix segfault in gbagfxGriffinR
2020-05-29Merge pull request #1027 from PikalaxALT/gbagfx_tilemapPikalaxALT
Add tilemap rendering capability to gbagfx
2020-05-18Fix compilation on gcc 10 (for real this time)Kurausukun
2020-05-18Fix compilation on gcc 10Kurausukun
2020-04-29Fix -Wmissing-braces clang warningGriffinR
2020-04-28Sync map header property names with pokefireredGriffinR
2020-04-25Fix an issue with uninitialized tilemap ptrPikalaxALT
2020-04-24Add tilemap rendering capability to gbagfxPikalaxALT
2020-04-22gbagfx: Check for nullptr for new output pathSierraffinity
2020-04-22gbagfx: Various fixes and improvementsSierraffinity
Fix num_colors exceeding amount of colors in palette leading to use of uninitialized colors Handle png -> pal conversion (aka extracting JASC palettes from png Allow using only file extension as output to reuse entire path from input before extension
2020-02-19Make aif2pcm looping not dependent on order of MARK and INST chunksDiegoisawesome
2020-02-18Allow INST chunk loops without MARK chunkDiegoisawesome
2020-02-18Add safety checkDiegoisawesome
2020-02-18Follow defined AIFF loop standardDiegoisawesome
2020-02-18Fix aif2pcm Pascal string bug, allow flexibility in marker names for loopDiegoisawesome
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-14replace inja license textgarak
2019-10-14add subgroups for fishing rods to encounter jsongarak
2019-10-14update injagarak
2019-09-16Fix extraneous parentheses warningGriffinR