Commit Graph

11 Commits

Author SHA1 Message Date
Keith Lazuka eda795addf
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 6d9f00cb46
extract_game_assets.py: fix 'make assets' (#384) 2023-07-23 14:18:19 -06:00
jdflyer d024075910
Add option to use oead and copy map files (#294) 2023-02-19 10:40:47 -07:00
jdflyer c40f15c9a7 New yaz0 system 2023-01-24 21:41:20 -07:00
jdflyer 9ad13fcd2e Formatting 2023-01-23 21:33:56 -07:00
jdflyer 25d3c16ca7 Arc Extraction and Re-Packing 2023-01-23 20:45:57 -07:00
jdflyer 248e523987 Python script formatting 2022-12-30 19:00:42 -07:00
jdflyer e1246d9b0a Shiftable 2022-01-15 17:59:59 -07:00
Jonathan Wase 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
Pheenoh 8c2a3ae7ea add make assets target 2021-06-13 19:47:12 -04:00
Pheenoh a26a9eda24 add asset extract script 2021-06-13 19:07:06 -04:00