Commit Graph

12 Commits

Author SHA1 Message Date
water e4a740c346 fixes for decompiler, still need compiler fixes 2022-10-10 20:18:20 -04:00
Tyler Wilding a409f9064e d/jak2: update related gsrc code as well 2022-10-09 23:13:34 -04:00
Tyler Wilding fffd7657c6 d/jak2: address almost all feedback, blocked on progress-static issue for now 2022-10-09 21:43:26 -04:00
Tyler Wilding 3567c5ef7a tests: update ref tests 2022-10-08 21:16:19 -04:00
Tyler Wilding 10627fdf20 Merge remote-tracking branch 'origin/master' into j2/progress 2022-09-27 23:12:43 -04:00
Tyler Wilding 930d56deb0 d/jak2: progress updated 2022-09-27 22:42:49 -04:00
Tyler Wilding 28344c06b0 d/jak2: finish progress-draw 2022-09-26 23:20:53 -04:00
Tyler Wilding 5e9e3b2134 d/jak2: finish progress 2022-09-26 00:15:35 -04:00
Tyler Wilding a2d6518bb0 d/jak2: finish progress-static 2022-09-25 21:20:30 -04:00
Hat Kid e8b1aee24d decomp: majority of progress (#1904)
Gets through ~90% of `progress`, wasn't able to figure out some stuff.
2022-09-25 10:15:32 -04:00
water111 6a1bde4168 [decomp] fix up debug menu rendering, add a few others (#1892)
![image](https://user-images.githubusercontent.com/48171810/190832869-e609d346-9c4a-43fb-ad94-2a9690521adc.png)
actor vis boxes for PRI.DGO
2022-09-16 20:42:33 -04:00
water111 f7bd0752f8 [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
2022-08-24 00:29:51 -04:00