Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-19 | re-remove extra semicolons (from #1104) | Kurausukun | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-28 | Merge pull request #1112 from GriffinRichards/add-genwarn | GriffinR | |
Add warnings to generated map/layout files | |||
2020-07-27 | semicolon | PokeCodec | |
2020-07-24 | Add warnings to generated files | GriffinR | |
2020-06-29 | Fix segfault in gbagfx | GriffinR | |
2020-05-29 | Merge pull request #1027 from PikalaxALT/gbagfx_tilemap | PikalaxALT | |
Add tilemap rendering capability to gbagfx | |||
2020-05-18 | Fix compilation on gcc 10 (for real this time) | Kurausukun | |
2020-05-18 | Fix compilation on gcc 10 | Kurausukun | |
2020-04-29 | Fix -Wmissing-braces clang warning | GriffinR | |
2020-04-28 | Sync map header property names with pokefirered | GriffinR | |
2020-04-25 | Fix an issue with uninitialized tilemap ptr | PikalaxALT | |
2020-04-24 | Add tilemap rendering capability to gbagfx | PikalaxALT | |
2020-04-22 | gbagfx: Check for nullptr for new output path | Sierraffinity | |
2020-04-22 | gbagfx: Various fixes and improvements | Sierraffinity | |
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-19 | Make aif2pcm looping not dependent on order of MARK and INST chunks | Diegoisawesome | |
2020-02-18 | Allow INST chunk loops without MARK chunk | Diegoisawesome | |
2020-02-18 | Add safety check | Diegoisawesome | |
2020-02-18 | Follow defined AIFF loop standard | Diegoisawesome | |
2020-02-18 | Fix aif2pcm Pascal string bug, allow flexibility in marker names for loop | Diegoisawesome | |
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-10-14 | replace inja license text | garak | |
2019-10-14 | add subgroups for fishing rods to encounter json | garak | |
2019-10-14 | update inja | garak | |
2019-09-16 | Fix extraneous parentheses warning | GriffinR | |
2019-09-04 | Merge pull request #735 from garakmon/encounter_json | PikalaxALT | |
Add Different Field Info to Wild Encounters JSON | |||
2019-09-03 | Copy Berry Fix MB dism from FR (#777) | PikalaxALT | |
* Copy Berry Fix MB dism from FR | |||
2019-08-29 | Update scaninc to include missing .include files in assembler files | Marcus Huderle | |
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 | |
2019-07-01 | create defines to support encounter index ratios | garak | |
2019-06-30 | add field info to wild pokemon json | garak | |
2019-06-29 | Misc. changes | PikalaxALT | |
use the TOOLCHAIN variable instead of overriding DEVKITARM remove redunant DEBUG variable, substitute DINFO | |||
2019-06-29 | Additional fixes | PikalaxALT | |
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-26 | Modernize code | PikalaxALT | |
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input | |||
2019-05-08 | Create jsonproc tool | Marcus Huderle | |
Add custom function hooks to jsonproc Add jsonproc to build_tools.sh Newer g++ | |||
2019-04-01 | Fix warning for extra parens (#646) | Phlosioneer | |
* Fix warning for extra parens * Committed too many files | |||
2019-03-07 | Scaninc: Don't insert missing headers into dependencies | Marcus Huderle | |
2019-03-07 | Fix copyright mixup | Phlosioneer | |
2019-03-07 | Support absolute paths | Phlosioneer | |
2019-03-07 | Overhaul scaninc to work recursively | Phlosioneer | |
This also fixes the bug where scaninc would ignore #include lines in assembly files. | |||
2019-02-16 | Use strings for map json trainer_type and trainer_sight_or_berry_tree_id fields | Marcus Huderle | |
2019-02-16 | use strings for map json coord_event var_value | garak | |
2019-02-13 | Fix C comment consumption logic | Diegoisawesome | |
2019-02-04 | Cleanup and add game version flag to mapjson tool | Marcus Huderle | |
2019-02-03 | convert mapjson.py to mapjson.cpp | garak | |
2019-01-31 | Convert map data to JSON | Marcus Huderle | |
2018-10-17 | label a flag in the asm | garak | |
2018-10-02 | mid2agb fix: compare whole note details before compression | Diegoisawesome | |