Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-02 | Use -g flag to compile | PikalaxALT | |
2021-06-28 | Sync makefile echo lines from Emerald; RegionMapState.choseFlyLocation | PikalaxALT | |
2021-06-18 | Merge branch 'push_symbols' of github.com:PikalaxALT/pokeruby into push_symbols | PikalaxALT | |
2021-06-18 | Fix regex error | PikalaxALT | |
2021-06-16 | Silence stringop-overflow warnings from gcc-11 | PikalaxALT | |
2021-06-16 | Symplifi symfiles | PikalaxALT | |
2021-06-16 | Build fewer symfiles (#826) | PikalaxALT | |
* Refactor build.yml * Remove .travis.yml; speed up NONMATCHING build by not cleaning * Force tools to build before syms, compare, modern | |||
2021-06-15 | Fix makefile for compat with GH actions | PikalaxALT | |
2021-06-14 | Better alignment of symtab columns | PikalaxALT | |
2021-06-13 | Fix modern debug builds | PikalaxALT | |
2021-06-13 | Fix typo in Makefile | PikalaxALT | |
2021-06-13 | Migrate to github workflows and output symfiles | PikalaxALT | |
2020-12-05 | Add German rev1 target | Alex Pensinger | |
2020-06-08 | Preliminary support for English rev0 debug. Matching but still needs | Kaz | |
cleaning up. Rename DEBUG_TRANSLATE to DEBUG_FIX now that we have actual English Debug ROMs. Add Sapphire German "first edition" debug support, now that we have a hash for it. Fix an obvious nonmatching. | |||
2020-02-13 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2020-02-13 | Wildcard sections in ld script | PikalaxALT | |
2020-02-13 | Merge pull request #763 from GriffinRichards/sync-makefile | PikalaxALT | |
Add shasum in addition to sha1sum | |||
2019-12-14 | Merge branch 'master' of github.com:pret/pokeruby into modern_gcc | PikalaxALT | |
2019-10-16 | Set compare flag in config | GriffinR | |
2019-10-16 | Sync compare behavior with pokeemerald | GriffinR | |
2019-10-02 | Merge branch 'master' into debug-english | PikalaxALT | |
2019-10-02 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2019-10-01 | Add shasum in addition to sha1sum | GriffinR | |
2019-09-05 | Configure Travis to build nonmatching (#746) | PikalaxALT | |
* Configure Travis to build nonmatching | |||
2019-09-05 | Revert Makefile changes [for now] to avoid conflict with PikalaxALT:modern_gcc | easyaspi314 (Devin) | |
2019-08-27 | Make DEBUG_TRANSLATE a makefile flag | easyaspi314 (Devin) | |
2019-08-23 | [WIP] English Debug menu translations! (Plus some build system fixes) | easyaspi314 (Devin) | |
I'm back! す Éß テ-ブ↑& ÒÛªù! (かなテーブルを捨てろよ!/Throw away the kana table!) When compiled in English with DEBUG, instead of óじばÌ (mojibake), you now get actual English translations! No more switching from the game, to the kana chart, and if you don't know Japanese, Google Translate, just to read one sentence. Additionally, the few unknown translations should use proper encoding or Romaji. I decided to use a nicer macro system: static const u8 sStrHello[] = DTR("こんにちは", "Hello"); This prevents ifdef HELL, as the mixed Japanese and English would be messy. Additionally, some special character issues were corrected. Things untranslated/bugs: - Tomomichi's dummy functions. Of course, they don't do much. - The title screen battle menu. This uses a Gen 2 style tile rendering and the way it is rendered is incredibly overcomplicated. - A few phrases which I couldn't get a clear translation for. I don't know much Japanese lol. - Song names. Just tedious with the limited buffer size. - A few layout issues. Some dimensions should be tweaked to avoid text box ovetflows. - Potential buffer overflows, which I want to try to avoid - (ASan for GBA? :morphon:) - While I use the DEBUG_TRANSLATE flag (automatic with ENGLISH && DEBUG) for C code, the asm data only checks for ENGLISH && DEBUG. Additionally, they are ugly. - Haven't tested all builds yet. - Some code formatting issues. I also made it so this will compile with the system preprocessor (including Clang), and my agbcc binutils (which will attempt to be selected automatically if you don't have DKP). Clang needs a few flags (it can't do asm enums with line numbers and it does trigraphs in standard mode), but it is no longer flipping out. I am going to restart my build system project. It was getting way off track, and ucpp was too difficult to maintain (one of the main reasons for the silence). | |||
2019-08-01 | revert makefile changes | garak | |
2019-08-01 | convert wild encounters to json | garak | |
2019-07-30 | add jsonproc tool | garak | |
2019-07-24 | Fix bug with CC1 var assignment | PikalaxALT | |
2019-07-03 | Implement debug info option | PikalaxALT | |
2019-07-03 | Link modern libs and allow custom toolchain | PikalaxALT | |
2019-07-02 | Merge branch 'master' into modern_gcc | PikalaxALT | |
2019-07-02 | Start roulette rodata decomp | PikalaxALT | |
2019-06-26 | Make Ruby compile with gcc-8 | PikalaxALT | |
2019-04-05 | Fix indentation | PikalaxALT | |
2019-04-05 | Backport m4a.c from emerald | PikalaxALT | |
2019-02-04 | Convert map data to JSON | Marcus Huderle | |
2018-09-29 | Add support for gbafix | aplumafreak500 | |
2018-09-15 | mid2agb changes from #380 | Kermalis | |
https://github.com/pret/pokeruby/pull/380 | |||
2018-09-12 | Use spritesheets for event object and field effect pics (#686) | Marcus Huderle | |
Use spritesheets for event object pics | |||
2018-07-29 | typo | Jo Ruby P | |
2018-05-26 | Update Makefile and installation instructions for devkitpro r48 | Marcus Huderle | |
2018-04-20 | nonmatching debug_80C6FA8 | PikalaxALT | |
2018-04-15 | through debug_80C4774 | PikalaxALT | |
2018-04-14 | through debug_80C43A8 | PikalaxALT | |
2018-04-06 | suppress assembler warnings for c files | yenatch | |
2018-04-06 | suppress make tools noise | yenatch | |
2018-04-06 | fix newlines in recursive make output | yenatch | |