Conversation
|
Thanks for making a PR! Don't worry about the format check failing cause it's complaining about other stuff that isn't what you added. Looking into it a bit further this seems to be a fake match, since Line 33 in a4df488 And The issue here is that the compiler most GC games used (MWCC) likes to use the
In terms of the style of the code, we have a document which defines the styling expected: https://github.com/ZounaModding/RatDecomp/blob/main/docs/styling.md. To fix it in this case you won't have to worry about the I also realize that we don't have any document explaining anything about our typedefs, but we have this file: https://github.com/ZounaModding/RatDecomp/blob/main/src/Engine/includes/Types_Z.h where we define the types that should be used (most of the time). In this case instead of With all of that put together, the changes needed to merge the PR would be:
Vec3f CameraGameColl(const World_Z* i_World, Vec3f i_CamPos, Vec3f i_CamTarget, Float i_DeltaTime);I figured out the parameter names with Ghidra, looking at the context, if you want us to add you to the Ghidra shared repository ping @/sabe. (me) or @/z.berg in the Zouna Underground discord server. Sorry for so many points brought up considering it's a small function. It's just the fact that the project is really in its infancy, and we don't have any proper onboarding on how to contribute. As well as a lot of stuff not being defined at all (like how you had to make the class for |
5a1a1ac to
c9c308b
Compare
|
all fixed up |
|
Thanks for fixing it up! The build fails because the signature of I'll merge it so I can fix this, and also make some small style fixes, then I'll send the link of that commit to you so you can see what I changed for future PRs that you make. |

No description provided.