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

Implement ObjectDrivable #269

Merged
merged 1 commit into from
Mar 1, 2025
Merged

Implement ObjectDrivable #269

merged 1 commit into from
Mar 1, 2025

Conversation

malleoz
Copy link
Contributor

@malleoz malleoz commented Mar 1, 2025

Adds the abstract class ObjectDrivable which is the base of objects such as BCwii's "TwistedWay" and RR's "Aurora" wavy road.

ObjectDrivable::initCollision is nop for now, but I wanted to add it pre-emptively since ObjectKCL will need to override it anyway. Less diff noise for that PR if I just add it now.

Copy link
Owner

@vabold vabold left a comment

Choose a reason for hiding this comment

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

Let's also move the CollisionInfo out of CourseColMgr early.

@malleoz malleoz force-pushed the add_objectdrivable branch from 218ecea to 685fa87 Compare March 1, 2025 20:57
@malleoz malleoz force-pushed the add_objectdrivable branch from 685fa87 to e62a56a Compare March 1, 2025 20:59
@vabold vabold merged commit a254940 into vabold:main Mar 1, 2025
4 checks passed
@malleoz malleoz deleted the add_objectdrivable branch March 1, 2025 21:06
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