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

Use c shape files #1151

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Use c shape files #1151

wants to merge 3 commits into from

Conversation

bates64
Copy link
Member

@bates64 bates64 commented Jan 19, 2024

Fully integrates @HailSanta's shape to C file script in configure.
Removes the --c-maps configure flag.
Backwards compatible.

@ethteck
Copy link
Member

ethteck commented Jan 23, 2024

this PR adds over 2 minutes to the total build time, so I'd really prefer keeping this an option still

@ethteck
Copy link
Member

ethteck commented Jan 23, 2024

or I guess it's less bad if ccache works

@bates64
Copy link
Member Author

bates64 commented Jan 25, 2024

Let's only merge this once ccache support is fixed then

@bates64
Copy link
Member Author

bates64 commented May 25, 2024

@z64a will this work with star rod? I'm thinking we just bring it to dx until ccache is fixed in pmret

@z64a
Copy link
Collaborator

z64a commented May 25, 2024

@z64a will this work with star rod? I'm thinking we just bring it to dx until ccache is fixed in pmret

I can make it work. Let me get that merged into Star Rod first though.

@pmret pmret deleted a comment from BowserSlug Sep 1, 2024
@pmret pmret deleted a comment from BowserSlug Sep 4, 2024
@@ -49,15 +52,13 @@ def unpack_color(data):
return palette


def add_file_ext(name: str, linker: bool = False) -> str:
def add_file_ext(name: str) -> str:
if name.startswith("party_"):
return "party/" + name + ".png"
elif name.endswith("_hit"):
return "geom/" + name + ".bin"
Copy link
Member Author

Choose a reason for hiding this comment

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

todo?

@pmret pmret deleted a comment from BowserSlug Sep 11, 2024
@pmret pmret deleted a comment from BowserSlug Sep 24, 2024
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.

3 participants