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

Small fixes #6034

Merged
merged 6 commits into from
Feb 2, 2025
Merged

Small fixes #6034

merged 6 commits into from
Feb 2, 2025

Conversation

sturnclaw
Copy link
Member

  • Fix compilation on Clang v19+.
  • Fully fuel the player's hyperdrive on start if present, remove 2t hydrogen starting cargo.
  • Fix a number of stupid bugs I introduced when separating EquipType from the various equipment subtypes.
  • Fix the Vatakara not having a shield model.
  • Fix Game crashes when disabling rotation while exiting a station #5933.

- Previous versions of shipdefs used an underscore in the name; automated tooling now generates a hyphen-delimited name.
- Fixes compilation issues on Clang v18 and v19
- Remove hydrogen commodity from start variants.
- Fully fuel installed hyperdrive at start of game if present.
- Fix EquipType not registered for serialization - oversight when defining EquipType:NewType()
- Fix missing require 'Game' in modules/Equipment/Types.lua
- Fix EquipType subtype serialization issues
@sturnclaw sturnclaw merged commit 7a23d7c into pioneerspacesim:master Feb 2, 2025
4 checks passed
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.

Game crashes when disabling rotation while exiting a station
1 participant