Commit Graph

2631 Commits

Author SHA1 Message Date
Ethan Roseman 3fcceae5be format 2020-10-15 18:44:42 -04:00
Ethan Roseman 02aa37c31d Fix coverage.py 2020-10-15 18:42:54 -04:00
Ethan Roseman 67719a662f Cleanup 2020-10-15 18:26:59 -04:00
Ethan Roseman f45c24f7c8 Some shtuff 2020-10-15 18:11:56 -04:00
Ethan Roseman 5a2f8d8834
Merge pull request #70 from ethteck/asm-cleanup
Asm cleanup, many new file splits
2020-10-15 12:42:18 -04:00
Ethan Roseman 5581d3508f
Merge pull request #71 from Gorialis/patch/python-dependency-management
Update install.sh to include the dependencies of diff.py for --extra
2020-10-15 12:41:56 -04:00
Devon R 06a533b153
Add pycparser and PyYAML to main dependencies for n64splat 2020-10-15 19:01:24 +09:00
Devon R 69d98e7a18
Update install.sh to include the dependencies of diff.py for --extra
This also pulls the dependencies out of install.sh into their own
requirements.txt and requirements_extra.txt so separate distros won't
have to maintain their Python dependencies separately
2020-10-15 16:02:52 +09:00
Ethan Roseman 25e6443aad splat update 2020-10-15 00:46:55 -04:00
Ethan Roseman a285afc756 Use all symbols in symbol_addrs.txt 2020-10-15 00:43:07 -04:00
Ethan Roseman 8c9e999bfc Cleanup 2020-10-15 00:24:44 -04:00
Ethan Roseman 3b40b9b28d Asm update 2020-10-15 00:18:54 -04:00
Ethan Roseman 1b407d6364 Merge branch 'master' into asm-cleanup 2020-10-14 23:56:20 -04:00
Ethan Roseman 4ad8d4cf5c Splat update 2020-10-14 23:51:26 -04:00
Ethan Roseman 46f1d49601 Splitting remaining files 2020-10-14 23:49:49 -04:00
Ethan Roseman 5d75311b41 removing func_8005FB10.s 2020-10-14 23:22:17 -04:00
Ethan Roseman 12c8605fcf Split files 2020-10-14 23:20:51 -04:00
Ethan Roseman 4deae1a8e0 remove contRmbControl 2020-10-14 22:59:30 -04:00
Ethan Roseman 84f211a2ae First pass 2020-10-14 22:56:47 -04:00
Ethan Roseman 1f54aaefa1
Merge pull request #69 from nanaian/intro
Various things
2020-10-14 20:57:37 -04:00
Alex Bates c1df5a8612
near-match boot_main 2020-10-15 01:49:59 +01:00
Ethan Roseman 6a21d15b33
Merge pull request #68 from nanaian/fix-coverage
fix coverage, remove extraneous nusys asm
2020-10-14 20:45:45 -04:00
Alex Bates d52f53e9c6
fix makefile includes 2020-10-15 00:31:16 +01:00
Alex Bates 0a2b3780a3
rename curtain globals 2020-10-15 00:16:44 +01:00
Alex Bates 87e7d5bf7e
use parallel headers rather than functions.h 2020-10-14 23:37:23 +01:00
Alex Bates ff3fbdfa8f
near-match begin_state_intro 2020-10-14 23:22:43 +01:00
Alex Bates 8a4c4fbbf5
fix coverage, remove extraneous nusys asm 2020-10-14 21:48:16 +01:00
Ethan Roseman ceec9c2a2d
Merge pull request #67 from ethteck/in-progress
Assorted goodies
2020-10-14 16:15:04 -04:00
Ethan Roseman 3dc2c9fe67 Merge branch 'master' into in-progress 2020-10-14 16:02:26 -04:00
Ethan Roseman fb7f8c2700 var 2020-10-14 16:00:38 -04:00
Ethan Roseman 9510d4fff6
Merge pull request #54 from JoshDuMan/Testing
Begin decompiling nusys
2020-10-14 15:59:53 -04:00
Ethan Roseman f58f0daea1
Merge pull request #66 from nanaian/low-hanging-fruit
Match low-hanging fruit
2020-10-14 15:59:42 -04:00
JoshDuMan 656eb98424 Merge branch 'Testing' of https://github.com/JoshDuMan/papermario into Testing 2020-10-14 13:37:04 -04:00
JoshDuMan 230597b4ee Fix PR requests 2020-10-14 13:36:34 -04:00
Ethan Roseman 3ec626ce08 remove .ld 2020-10-14 12:48:19 -04:00
Ethan Roseman ac54bf13e8 9 more 2020-10-14 12:45:54 -04:00
Alex Bates 458db819d2
add newline to no-op func blocks 2020-10-14 17:15:50 +01:00
Alex Bates 7bccd92a07
remove commented func_80034BF4 2020-10-14 17:13:29 +01:00
Alex Bates e068d2848b
match func_80028838 2020-10-14 17:11:59 +01:00
Alex Bates 7731c8c373
match some stub functions 2020-10-14 16:48:20 +01:00
Alex Bates ee5cb1b8aa
match no-op functions 2020-10-14 16:43:51 +01:00
Ethan Roseman 7cd481c1a2 Merge branch 'master' into in-progress 2020-10-13 21:57:58 -04:00
Ethan Roseman d7360e4bf7 Some stuff 2020-10-13 21:55:04 -04:00
Ethan Roseman c4b187f14a
Merge pull request #65 from nanaian/lint-fix
Lint fix
2020-10-13 16:17:10 -04:00
Alex Bates ce8045a3bd
format code_e79b0_len_1920.c 2020-10-13 20:57:50 +01:00
Alex Bates 6cd56e72c1
fix lint failing on first commit to branch
We now lint ALL files in the repository, not just those detected as changed in the commit (the procedure to do this failed when HEAD was exactly 1 commit ahead of the base branch). Also we now only lint pull requests, not in-progress pushes to any branch.
2020-10-13 20:53:45 +01:00
Alex Bates 0f59fdb79e
don't run clang-tidy on header files 2020-10-13 20:48:24 +01:00
Ethan Roseman 54c969341f
Merge pull request #64 from nanaian/wsl-typos
move windows_terminal.bat instructions to 'Contributing' section
2020-10-13 14:53:17 -04:00
Alex Bates a7defe6804
move windows_terminal.bat instructions
Also fixed a number of typos in the process.
2020-10-13 19:49:08 +01:00
pixel-stuck d8a05ff96b
Merge pull request #63 from pixel-stuck/master
Really fix shtab issue. For good. Yes, I'm sure. Please don't ask aga…
2020-10-13 03:18:52 -04:00