Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decomp3: more engine stuff, support boxed stack arrays in compiler #3424

Merged
merged 7 commits into from
Mar 16, 2024

Conversation

Hat-Kid
Copy link
Member

@Hat-Kid Hat-Kid commented Mar 14, 2024

  • sync-info
  • trajectory
  • camera
  • cam-update
  • cam-states
  • cam-states-dbg
  • cam-master
  • cam-layout
  • cam-interface
  • cam-combiner

Closes #2016

(+ (-> x 0) (-> x 1)
(-> y 0 a) (-> y 0 b) (-> y 1 a) (-> y 1 b)
(-> z 0) (-> z 1))
)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for adding a test!

@water111 water111 merged commit 5a8b4e8 into open-goal:master Mar 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Constructing stack arrays is not yet supported
2 participants