summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-10-19re-remove extra semicolons (from #1104)Kurausukun
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
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
2019-09-04Merge pull request #735 from garakmon/encounter_jsonPikalaxALT
Add Different Field Info to Wild Encounters JSON
2019-09-03Copy Berry Fix MB dism from FR (#777)PikalaxALT
* Copy Berry Fix MB dism from FR
2019-08-29Update scaninc to include missing .include files in assembler filesMarcus Huderle
2019-08-29allow CRLF line endings in asm files for preprocgarak
2019-08-06Fix Makefiles to account for the $CC and $CXX environment variablesaaaaaa123456789
2019-07-23Quieter "make tools"PikalaxALT
2019-07-01create defines to support encounter index ratiosgarak
2019-06-30add field info to wild pokemon jsongarak
2019-06-29Misc. changesPikalaxALT
use the TOOLCHAIN variable instead of overriding DEVKITARM remove redunant DEBUG variable, substitute DINFO
2019-06-29Additional fixesPikalaxALT
Rearrange gbafix to not modify file in the event of failure Fix bug where Dma3Manager may get stuck when compiled with gcc-9.1.0
2019-06-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2019-05-08Create jsonproc toolMarcus Huderle
Add custom function hooks to jsonproc Add jsonproc to build_tools.sh Newer g++
2019-04-01Fix warning for extra parens (#646)Phlosioneer
* Fix warning for extra parens * Committed too many files
2019-03-07Scaninc: Don't insert missing headers into dependenciesMarcus Huderle
2019-03-07Fix copyright mixupPhlosioneer
2019-03-07Support absolute pathsPhlosioneer
2019-03-07Overhaul scaninc to work recursivelyPhlosioneer
This also fixes the bug where scaninc would ignore #include lines in assembly files.
2019-02-16Use strings for map json trainer_type and trainer_sight_or_berry_tree_id fieldsMarcus Huderle
2019-02-16use strings for map json coord_event var_valuegarak
2019-02-13Fix C comment consumption logicDiegoisawesome
2019-02-04Cleanup and add game version flag to mapjson toolMarcus Huderle
2019-02-03convert mapjson.py to mapjson.cppgarak
2019-01-31Convert map data to JSONMarcus Huderle
2018-10-17label a flag in the asmgarak
2018-10-02mid2agb fix: compare whole note details before compressionDiegoisawesome