X Tutup
Skip to content

Final cleanup fixes before release#6035

Merged
sturnclaw merged 3 commits intopioneerspacesim:masterfrom
sturnclaw:microfixes
Feb 3, 2025
Merged

Final cleanup fixes before release#6035
sturnclaw merged 3 commits intopioneerspacesim:masterfrom
sturnclaw:microfixes

Conversation

@sturnclaw
Copy link
Member

Fixes #5904.
Fixes #5905.
Partially addresses #6023. The remainder of the issues in 6023 are paper-cut level and will be addressed after release.

CC @impaktor for changelog inclusion as I'm merging immediately.

- If the starport is nil (due to e.g. frame issues) this previously triggered an assertion.
- Ensure the starport is valid before calling AIDockWith()
- Space.GetBodies() filter hadn't been updated to use new typename argument.
- Thrusters are currently the only equipment that depends on a slot count for the current equipment system.
- Disable thruster equipment from occurring in SecondHand until the module can handle multiple-count equipment properly.
@sturnclaw sturnclaw merged commit fa20212 into pioneerspacesim:master Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Object on stack has type HyperspaceCloud which can not be used as type SpaceStation Bad argument to AIDockWith and game crash

1 participant

X Tutup