Releases: KSP-RO/Kerbal-Joint-Reinforcement-Continued
Releases · KSP-RO/Kerbal-Joint-Reinforcement-Continued
Kerbal Joint Reinforcement v3.8.3 for KSP 1.12.x
Kerbal Joint Reinforcement v3.8.2 for KSP 1.12.x
Kerbal Joint Reinforcement v3.8.1 for KSP 1.12.x
Kerbal Joint Reinforcement v3.8.0 for KSP 1.12.x
What's Changed
- Add option to create world-space joints for vessels in prelaunch by @siimav in #18
- Disable stock ground positioning enhancer when KJRGroundJointModule is in use
Full Changelog: v3.7.5.0...v3.8.0.0
Kerbal Joint Reinforcement v3.7.5 for KSP 1.12.x
What's Changed
- Fix another case of inter-vessel joints getting created on decoupling by @siimav in #17
- Remove exemptPartTypes logic since derived part types aren't used in practice
- Some code and config cleanup
Full Changelog: v3.7.4.0...v3.7.5.0
Kerbal Joint Reinforcement v3.7.4 for KSP 1.12.x
What's Changed
Other non-user-facing code changes
- KJRMultiJointManager is no longer a singleton
- Do not add duplicate joints to KJRMultiJointManager dictionary
- Use stock method for determining if part is a decoupler
- Add GH action that uploads build artifacts to PRs
- Use stock method for finding launch clamps
- Clean up temp lists in KJRMultiJointManager after finishing joint updates
Full Changelog: v3.7.3.0...v3.7.4.0
Kerbal Joint Reinforcement v3.7.3 for KSP 1.12.x
- Use physicsMass instead of constantly calculating part plus resource mass by @siimav in #14
- Remove excess DLLs from release zip by @NathanKell
Full Changelog: v3.7.2.0...v3.7.3.0
Kerbal Joint Reinforcement v3.7.2 for KSP 1.12.x
Kerbal Joint Reinforcement v3.7.1 for KSP 1.12.x
Kerbal Joint Reinforcement v3.7.0 for KSP 1.12.x
- Fix bug that caused the stock EVA construction feature to actually not be supported
- Rework the interstage connection stiffening feature
- Fix a couple of GameEvents leaks
- Add option to debug UI for toggling what kind of joints to show
- Unify tags in log messages
- Various code cleanup and refactoring