Commit Graph
42 Commits
Author SHA1 Message Date
TakaRikkaandPheenoh 84950e08b4 d_camera / m_Do_ext / d_particle + minor various wip (#210) 2022-12-20 16:27:00 -07:00
TakaRikkaandGitHub f8979749e3 j2d / map_path work, d_drawlist / d_attention cleanup (#208)
* work on fop actor / actor mng, daalink, d_a_obj_item

* d_a_title mostly decompiled

* daalink / d_event / JMessage / dmsg_out_font work

* msg_scrn_base / msg_scrn_boss

* some work on mDo machine, d_menu_save, d_tresure, and various

* remove asm

* progress

* finish d_menu_save / d_pane_class_alpha / d_pane_class / rename some data

* rename more data

* remove asm / progress

* match all of d_pane_class

* fixes / some dKankyo doc

* bunch of j2d work. d_drawlist / d_attention cleanup

* progress / asm

* cleanup wip

* decompile JStage

* setup some more JStudio structs

* set up d_demo classes

* some d_demo work

* cleanup dolphin os stuff

* some initial dEvent documentation

* some At collision documentation

* match JUTConsole::doDraw

* dbgs work / split up some of d_a_alink into .inc files

* d_a_alink_spinner work
2022-08-30 15:22:17 -06:00
lepelog e71aa4578d move inlines 2022-07-01 00:12:01 +02:00
TakaRikkaandGitHub d91b1294bb d_name / d_s_name (#194)
* d_name

* scnname
2022-04-28 16:58:43 -04:00
Jasper St. Pierre 907e734ae7 J3DVertex: clean up 2022-04-24 01:57:11 -07:00
Jasper St. Pierre 58b58a4181 J3DVertex: OK
Fully matched now.
2022-04-24 01:57:11 -07:00
Jasper St. Pierre 9bee853ab4 J3DShape / J3DShapeDraw: More OK 2022-04-24 01:57:11 -07:00
Jasper St. Pierre f1f9cc713d J3DShape/J3DShapeMtx: More work 2022-04-24 01:57:11 -07:00
Jasper St. Pierre fb8b3251d6 J3DShape: more OK 2022-04-24 01:57:11 -07:00
Jasper St. Pierre 2358fd042d J3DShape: OK progress 2022-04-24 01:57:06 -07:00
Jasper St. Pierre d954f9348c J3DDrawPacket: more OK 2022-04-23 18:39:27 -07:00
Jasper St. Pierre b2067d6341 J3DTexture: OK 2022-04-23 18:27:44 -07:00
Jasper St. Pierre 69d8d66c00 J3DSys::drawInit 2022-04-23 17:27:10 -07:00
Jasper St. Pierre d97594ac22 J3DSys: j3dDefaultTexCoordInfo table 2022-04-23 15:46:00 -07:00
Jasper St. Pierre 5e47481d7f J3DSys::J3DSys 2022-04-23 15:38:37 -07:00
Jasper St. Pierre 28b51b6010 J3DSys: setTexCacheRegion 2022-04-23 15:27:56 -07:00
Jasper St. Pierre 2d3a2fb815 J3DSys: loadMtxIndx 2022-04-23 15:08:33 -07:00
Jasper St. Pierre fd3c6ed326 J3DTevs: patchTexNo_PtrToIdx 2022-04-23 14:43:04 -07:00
Jasper St. Pierre 809fe3f963 Swap around some default types 2022-04-23 14:37:01 -07:00
Jasper St. Pierre e5df49a7f3 J3DShape: Some funcs 2022-04-23 14:34:11 -07:00
Zen64 4eb820bb83 Renamed instances of msl_c -> MSL_C because 2022-03-20 00:01:24 -04:00
Zen64 727b2768e2 Fixed capitalization and msl library names 2022-03-19 22:31:05 -04:00
c15d8fcb3e more simple J2D/J3D funcs (#166)
* more simple J2D/J3D funcs

* JPABaseShape constructor

* fmt

Co-authored-by: lepelog <25211966+lepelog@users.noreply.github.com>
2021-12-06 12:51:53 +01:00
bc428f7f65 Clean up and improvements to tools (#163)
* moved elf2dol

* removed postprocess.py

* removed vtables.py

* find_unused_asm.py

* removed section2cpp.py

* removed splitter/*

* fixed symbol names due to iconv file rename

* fixed problem building RELs caused by #160

* improved performance of a few python tools

* added new tool for finding conflict when not OK

* added ./tp setup

* don't install dol2asm dependecies with requirements.txt

* format and check for imports

* remove unused tools/difftools.py

* fixed ignore to include elf2dol

* fix compiler patcher

* ok-check now creates the patched compiler at mwcceppc_patched.exe

* Add new command to copy the build folder to the expected folder

* 'make clean' will now only clean main.dol stuff. (added clean_rels and clean_all)

* './tp pull-request' and './tp check' now doesn't include RELs by default. Use '--rels' to include them in the process.

* './tp remove-unused-asm --check' added, exitcode 0==no files, 1==exists files

Co-authored-by: Julgodis <>
2021-12-02 23:38:37 +01:00
TakaRikkaandGitHub 5020395dfd J2D structs + print / fix GX + MSL string headers (#157)
* J2D structs + print / fix GX + MSL string headers

* remove msl_c/string.h
2021-10-24 23:35:00 +02:00