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

Solar Flare Size #369

Closed
Tracked by #124
MegaPiggy opened this issue Sep 10, 2022 · 0 comments · Fixed by #646
Closed
Tracked by #124

Solar Flare Size #369

MegaPiggy opened this issue Sep 10, 2022 · 0 comments · Fixed by #646
Labels
fixed in dev Instead of closing issues when you fix them in dev just add this. nice to have Features that could be implemented maybe

Comments

@MegaPiggy
Copy link
Member

MegaPiggy commented Sep 10, 2022

An option for solar flare size

@MegaPiggy MegaPiggy mentioned this issue Sep 10, 2022
5 tasks
@MegaPiggy MegaPiggy added the nice to have Features that could be implemented maybe label Sep 10, 2022
@xen-42 xen-42 mentioned this issue Jul 18, 2023
xen-42 added a commit that referenced this issue Jul 18, 2023
<!-- A new module or something else important -->
## Major features
-

<!-- A new parameter added to a module, or API feature -->
## Minor features
- Added `solarFlareSettings` to star where you can change the size, life
length, and time between spawns of solar flares. Fixes #368, fixes #369.
- Added `initialRotation` to orbit module. Fixes #360.

<!-- Some improvement that requires no action on the part of add-on
creators i.e., improved star graphics -->
## Improvements
- Bramble dimensions now support having gravity. Fixes #632.
- Warp-drive system images can go in the `systems` folder now instead of
in `planets`. Fixes #637.

<!-- Be sure to reference the existing issue if it exists -->
## Bug fixes
- Will no longer show 2 debug prompts in certain mods. Fixes #643.
- Stability between loops should be improved as coroutines are now
cancelled when the scene unloads. If you were for some reason using the
`Delay` class from inside NH for your mod and relying on it doing things
between scenes, then what the hell is wrong with you.
@xen-42 xen-42 mentioned this issue Jul 18, 2023
@JohnCorby JohnCorby added the fixed in dev Instead of closing issues when you fix them in dev just add this. label Jul 19, 2023
xen-42 added a commit that referenced this issue Jul 19, 2023
## Minor features
- Added `solarFlareSettings` to star where you can change the size, life
length, and time between spawns of solar flares. Fixes #368, fixes #369.
- Added `initialRotation` to orbit module. Fixes #360.
- NH will no longer free the map view angle by default. If you want it
in your star system, set `freeMapAngle` in the system config.
- "Returning to system" autopilot behaviour now works in other star
systems. Enable it using `returnToSolarSystemWhenTooFar` in the star
system config. Off by default.
- Add support for custom `fogColorRampTexture` (resolves #530)

## Improvements
- Bramble dimensions now support having gravity. Fixes #632.
- Warp-drive system images can go in the `systems` folder now instead of
in `planets`. Fixes #637.
- Added `offset` to player and ship spawn positions. By default it moves
them up by 4m to prevent clipping into the ground but this can be non
ideal in cramped spawn locations.

## Bug fixes
- Will no longer show 2 debug prompts in certain mods. Fixes #643.
- Stability between loops should be improved as coroutines are now
cancelled when the scene unloads. If you were for some reason using the
`Delay` class from inside NH for your mod and relying on it doing things
between scenes, then what the hell is wrong with you.
- Warp drive lock-on now overrides the "returning to system" autopilot.
Fixes #649.
- Fixed the map pan, zoom, and view distance to make sense for each
system. Fixes #290.
- Fixed scout/ship HUD markers being hidden if there were no cloaking
fields in the system. Fixes #647.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed in dev Instead of closing issues when you fix them in dev just add this. nice to have Features that could be implemented maybe
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants