[decomp] Decompile first batch of files in engine (#1787)

* wip

* getting stuff set up so we can actually run test cases

* better handle block entry stuff

* types2 working on gstring

* comments

* math ref working

* up to first stack stuff

* stack fixes

* bounding box

* math stuff is working

* float fixes

* temp debug for (method 9 profile-array)

* stupid stupid bug

* debugging

* everything is broken

* some amount of type stuff works

* bitfield

* texture bitfields not working

* temp

* types

* more stuff

* type check

* temp

* float related fixes for light and res problems

* revisit broken files, fix bugs

* more types

* vector debug

* bug fixes for decompiler crashes in harder functions

* update goal_src
This commit is contained in:
water111
2022-08-24 00:29:51 -04:00
committed by GitHub
parent d7af0f0d30
commit f7bd0752f8
316 changed files with 125721 additions and 13 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ def main():
total_gc_files += 1
if line_count == 7 or short_name in excluded_files:
if line_count < 10 or short_name in excluded_files:
# the template has 7 lines, just skip it.
continue