summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2021-04-28Name map groupsGriffinR
2020-12-31Remove deadnaming, sync BgEvent and 2 function namesGriffinR
2020-07-14Merge pull request #779 from Sierraffinity/masterGriffinR
gbagfx: Various fixes and improvements
2020-05-21Fix clang warningSierraffinity
2020-05-18Fix compilation on gcc 10Kurausukun
2020-05-18Fix compilation on gcc 10Kurausukun
2020-04-22gbagfx: Check for nullptr for new output pathSierraffinity
2020-04-22gbagfx: Various fixes and improvementsSierraffinity
Bring over Huffman compression/decompression from pokeemerald 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 JASC pal files to be used as -palette argument when converting from GBA to 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-18Fix aif2pcm Pascal string bug and follow AIFF loop point standardDiegoisawesome
2020-02-13Merge branch 'master' into modern_gccPikalaxALT
2020-02-12Standardize Event Object to Object EventGriffinR
2019-12-14Merge branch 'master' of github.com:pret/pokeruby into modern_gccPikalaxALT
2019-10-16remove empty groups from wild encounter fields json objectsgarak
2019-10-16add fishing rod groups to encounter jsongarak
2019-10-02Merge branch 'master' into modern_gccPikalaxALT
2019-09-05Configure Travis to build nonmatching (#746)PikalaxALT
* Configure Travis to build nonmatching
2019-09-05Merge pull request #755 from garakmon/encounter_jsonPikalaxALT
Wild Encounters to Json
2019-09-05Merge branch 'master' into modern_gccPikalaxALT
2019-08-29allow CRLF line endings in asm files for preprocgarak
2019-08-01convert wild encounters to jsongarak
2019-07-30add jsonproc toolgarak
2019-06-26Make Ruby compile with gcc-8PikalaxALT
2019-03-18Merge pull request #724 from Diegoisawesome/masterhuderlem
scaninc: Fix C comment consumption logic
2019-03-18minor optimizationPikalaxALT
2019-03-18preproc supports GNU-processed C pipe from stdinPikalaxALT
2019-03-18scaninc: Fix C comment consumption logicDiegoisawesome
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-04Cleanup and add game version flag to mapjson toolMarcus Huderle
2019-02-04Convert map data to JSONMarcus Huderle
2018-10-03Fix buildMarcus Huderle
2018-09-29Add support for gbafixaplumafreak500
2018-09-15mid2agb changes from #380Kermalis
https://github.com/pret/pokeruby/pull/380
2018-09-11Update scaninc and preproc with multi-file incbins (ported from pokeemerald) ↵Marcus Huderle
(#685)
2018-09-06Add ability to specify metatile dimensions to gbagfx (#684)Marcus Huderle
2018-06-03Fix "catching polymorphic type" errors with newest gccKonrad Borowski
2018-04-06suppress make tools noiseyenatch
2017-12-04allow bit depth conversion when possiblecamthesaxman
2017-11-25fix issue with line numbers in errors when using preproc with Csceptillion
2017-11-20fix global labels in preprocsceptillion
2017-10-22fix out of bounds read when scanning commentscamthesaxman
2017-10-09Merge pull request #443 from camthesaxman/png_palettesCameron Hall
add png -> gbapal conversion
2017-10-08Merge branch 'master' into scanincyenatch
2017-10-08add png -> gbapal conversioncamthesaxman
2017-07-29scaninc: fix buffer overflowyenatch
2017-07-28fix std::string buffer overflow in scaninccamthesaxman
2017-07-24scaninc: skip whitespace/comments in the read loopyenatch
fixes e73ec108adb15cda40c17ebe891d25460c3c42b3
2017-07-23scaninc: allow multiple include pathsyenatch
also use a queue instead of a stack for filesToProcess
2017-07-23scaninc: optimize for unix newlinesyenatch
this probably has no effect whatsoever