summaryrefslogtreecommitdiff
path: root/progress.py
AgeCommit message (Collapse)Author
2024-08-14Build all GC retail ROMs in Jenkins (#2027)cadmic
* Build all GC retail ROMs in Jenkins * Delete progress tracking Doesn't play nicely with deleting extracted/ and build/ after each version, and it currently serves no purpose * Update Jenkinsfile Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Reorder ROMs * Symlink ROMs instead of copying --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2024-02-02Move roms to build folder (#1651)Derek Hensley
* Move built roms to build directory, along with rename map and linker script * PR review * sym_info fix * Revert docs/tutorial/data.md change
2024-01-11Removed unused imports and other minor improvements (#1602)adaliaramon
* Removed unused imports and other minor improvements * revert tools/ZAPD/ZAPD/genbuildinfo.py * revert diff.py * Update sym_info.py * revert asm_processor/ --------- Co-authored-by: fig02 <fig02srl@gmail.com> Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2024-01-05Create separate build directories based on version (#1591)cadmic
* Create separate build directories based on version * Fix find_unused_asm.sh * Remove find_unused_asm.sh from Jenkinsfile * Revert diff.py * Clarify that gc-eu-mq is not "supported" yet * Revert xmlcreate.py (to be deleted) * Remove gc-eu-mq for now * Add version flags to diff_settings.py and sym_info.py * --version -> --oot-version * Fix --oot-version * Revert adding version flags to tools * Delete find_unused_asm.sh * Revert changes to first_diff.py output in tutorial * Factor out sed usages for spec
2023-11-14Fix and simplify progress.py to account for src/audio/ files in 'code' (#1578)Roman971
2022-06-03Rename and move handwritten asm files (#1254)Tharo
* Rename handwritten asm files and move them to src * Fix progress.py * Remove handling for asm dir from Makefile
2022-01-23Whitespace (#1112)playerskel
* remove trailing whitespaces * minor docs tweaks * some more trailing whitespaces * few more tweaks
2021-12-19Changed progress.py csv output to be compatible with new website (#1075)EllipticEllipsis
* Changed progress.py csv output to be compatible with new website * Increment and clarify csv version * Update csv paths
2021-12-01Make progress.py count libultra files towards boot or code by using ↵Dragorn421
_*SegmentStart/End in the map (#1043)
2021-11-28Fix the rupee count in progress.py (#1034)Roman971
* Fix the rupee count in progress.py * Use python integer division Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
2021-11-24Add pad_text to mkldscript and update progress.py (#1024)Roman971
* Add pad_text to mkldscript and update progress.py Implements `pad_text` from MM and uses it instead of asm nops for the padding in ucode_disas. Also updates `progress.py` to account for the change (RIP 1000000 code size), and to have a green badge for 100%. * Remove 1.00mb comment in progress.py Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
2021-08-08Fix progress.py to not include files in asm/ (#893)Roman971
2021-02-11Various README updates (#671)Roman971
* Update README * Add shields.io badges in the README * Add a mention about shiftability in README * Fix shield json command in JenkinsFile * Improve progress badge formatting Now it should show the percentage as 51.2% instead of 51.17%, and 100% instead of 100.00%
2021-01-31libm.s -> ll.c (#661)Lucas Shaw
* . * remove tools/ZAP2 from origin master * libm.s -> ll.c * fix progress.py (i think?)
2020-06-21CSV Progress (2) (#219)Ethan Roseman
* CSV Progress (2) * Git time
2020-06-21Output progress to csv file (#218)Ethan Roseman
2020-05-26Progress reporting through Jenkins (#164)Ethan Roseman
* Progress reporting through Jenkins * Update progress.py Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2020-03-23Update progress script to account for boot handwritten asmRoman971
2020-03-23Update progress script to default to decomp progressRoman971
2020-03-17First proper commit.Jack Walker