Commit Graph

12 Commits

Author SHA1 Message Date
jdflyer c90ddacb0f libstage.py (#2019)
* libstage.py

* Cleanup and VRB Extract
2024-01-02 20:59:37 +02:00
Keith Lazuka b91f4bc050 Fix build for new contributors (#1994)
* Add pyyaml to Python dependencies

* Add Jetbrains IDE dir to gitignore

* Check magic number on the ISO file
2023-12-01 10:22:38 -07:00
Jcw87 8c4cc71006 extract_game_assets.py: fix 'make assets' (#384) 2023-07-23 14:18:19 -06:00
jdflyer 0111911add Add option to use oead and copy map files (#294) 2023-02-19 10:40:47 -07:00
jdflyer b0ded6cd7e New yaz0 system 2023-01-24 21:41:20 -07:00
jdflyer c46bb1b398 Formatting 2023-01-23 21:33:56 -07:00
jdflyer 85697ecf49 Arc Extraction and Re-Packing 2023-01-23 20:45:57 -07:00
jdflyer dd2091fe4d Python script formatting 2022-12-30 19:00:42 -07:00
jdflyer 39d4214a21 Shiftable 2022-01-15 17:59:59 -07:00
Jonathan Wase df0aabc1b9 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
Pheenoh 8bfe2c49f8 add make assets target 2021-06-13 19:47:12 -04:00
Pheenoh 2fe12b406e add asset extract script 2021-06-13 19:07:06 -04:00