summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-10Makefile fixes / JUTNameTab (#129)Jasper St. Pierre
* Makefile: Fix issues with iconv causing it to break under devkitPro / msys The version of iconv included in devkitPro does not have a -o option, so replace it with normal shell redirection. Also, SHIFT-JIS does not have a mapping for ~, so output the Windows CP932 variant instead, which does. See: https://en.wikipedia.org/wiki/Tilde#Unicode_and_Shift_JIS_encoding_of_wave_dash https://en.wikipedia.org/wiki/Code_page_932_(Microsoft_Windows)#Single-byte_character_differences * Update diff configuration -Bbinary doesn't seem to work with my copy of bjdump (it says it can't decode unknown architecture) Cheese things by using expected/ instead of having the user place things manually. * JUTNameTab * J3DPacket / J3DDrawBuffer * format Co-authored-by: lepelog <lepelog@users.noreply.github.com>
2021-05-03fix build due to mtx_vec splitlepelog
2021-05-02move some of d_com_inf_game (#128)TakaRikka
* move most d_com_inf_game * remove temp
2021-05-02Copy JKernel (#126)lepelog
* start JSystem * JKRAram and JUTGamePad * started heap and thread * more JKernel * mostly finished JKernel * delete unused asm * JKRFileFinder * delete unused asm and match findNextFile * format * fix mtx_vec
2021-05-02Add requirements.txt with all necessary python dependencies and update ↵lepelog
README (#127) Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-05-02move Z2Calc, c_math and f_op_draw_iter (#125)lepelog
* Z2Calc * port over c_math * fop_draw_iter Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-05-02move d_a_itembase_static / d_a_item_static / Z2StatusMgr (#123)TakaRikka
* move d_a_itembase_static * move d_a_item_static * moved Z2StatusMgr * clang * fixes * clang? * move d_save * move d_meter2_info * some d_meter2_info fixes * move most d_a_player * move d_bg_s stuff * move c_cc_s stuff * move d_cc stuff * move d_attention / d_event / d_stage
2021-04-19Merge remote-tracking branch 'Julgodis/dol2asm_fullsplitt' into ↵lepelog
new-disasm-codecopy
2021-04-10RELs progressJulgodis
2021-04-10moved strings + decompile simple store functionsJulgodis
2021-04-09some f_oplepelog
2021-04-08more SComponentlepelog
2021-04-08auto decompile more functionsJulgodis
2021-04-08some parts in c_liblepelog
2021-04-08remove asmlepelog
2021-04-08c_xyz OKlepelog
2021-04-08delete unused asm, c_m3d_glepelog
2021-04-08Merge branch 'dol2asm_fullsplitt' into new-disasm-codecopylepelog
2021-04-08demangle data-symbolsJulgodis
2021-04-08c_xyz and c_angle sinitlepelog
2021-04-07Merge branch 'dol2asm_fullsplitt' into new-disasm-codecopylepelog
2021-04-07detect more floats/doubles, including from relocationsJulgodis
2021-04-06building RELsJulgodis
2021-04-01ported over f_pclepelog
2021-04-01__sinit and progress script updateJulgodis
2021-04-01c_APIlepelog
2021-03-31.dead section fixJulgodis
2021-03-31start c_m3dlepelog
2021-03-30counterlepelog
2021-03-30c_anglelepelog
2021-03-30start of cXyz OKlepelog
2021-03-30started copying code over to new disasmlepelog
2021-03-30re-generate with bug fixesJulgodis
2021-03-30removed double references and fixed float generationJulgodis
2021-03-29clang-formatJulgodis
2021-03-28move tp from toolsJulgodis
2021-03-28dol2asm OKJulgodis
2021-03-28fpc symbol names (#119)lepelog
* fpcCtIt_filter_JudgeInLayer * dStage_roomControl_c::getZoneNo * fix fpc symbol names * format * mUnk0 -> mLayerID Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-03-27fopVw_Draw OKPheenoh
2021-03-27fopScn_IsDelete OKPheenoh
2021-03-27fopScn_Execute OKPheenoh
2021-03-27fopScn_Draw OKPheenoh
2021-03-27fopScnTg_ToQueue, fopScnTg_QueueTo OKPheenoh
2021-03-27fopMsg_Delete OKPheenoh
2021-03-27fopMsg_IsDelete OKPheenoh
2021-03-27fopMsg_Execute OKPheenoh
2021-03-27fopMsg_Draw OKPheenoh
2021-03-27fopMsg_Draw OKPheenoh
2021-03-27fopMsgM_messageGet OK + rename g_meter2_info globalPheenoh
2021-03-27fop_Timer_create OKPheenoh