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

decomp: a few files that were done except for sp-launch-group #802

Merged
merged 7 commits into from
Sep 1, 2021

Conversation

xTVaser
Copy link
Member

@xTVaser xTVaser commented Sep 1, 2021

  • dark-eco-pool
  • beach-rocks
  • assistant
  • miners


;; definition for method 7 of type beach-rock
;; INFO: Return type mismatch none vs beach-rock.
(defmethod relocate beach-rock ((obj beach-rock) (arg0 int))
Copy link
Collaborator

Choose a reason for hiding this comment

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

There is now a special case in the decompiler for relocate methods that should hopefully remove the need for tons of casts. Let me know if these are still tedious and I can take a look and make sure it is working.

((v0-1
((the-as
(function res-lump symbol symbol float structure (pointer res-tag) pointer object)
(method-of-type res-lump get-property-struct)
Copy link
Collaborator

Choose a reason for hiding this comment

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

hm, this looks weird. Can you try again without a cast here? It should get turned into a res-lump-struct macro now.

@water111 water111 merged commit 42f7a67 into open-goal:master Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants