-
Notifications
You must be signed in to change notification settings - Fork 150
Use c shape files #1151
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
base: main
Are you sure you want to change the base?
Use c shape files #1151
Conversation
|
this PR adds over 2 minutes to the total build time, so I'd really prefer keeping this an option still |
|
or I guess it's less bad if ccache works |
|
Let's only merge this once ccache support is fixed then |
|
@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. |
| if name.startswith("party_"): | ||
| return "party/" + name + ".png" | ||
| elif name.endswith("_hit"): | ||
| return "geom/" + name + ".bin" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo?
|
🚀🚀🚀🚀 This PR matches 4 functions (+0.00%) on |
Fully integrates @HailSanta's shape to C file script in configure.
Removes the
--c-mapsconfigure flag.Backwards compatible.