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

Power node system #573

Merged
merged 5 commits into from
Mar 5, 2023
Merged

Power node system #573

merged 5 commits into from
Mar 5, 2023

Conversation

alexanderson1993
Copy link
Member

Description of Changes

  • Add a simulation system which models power as it moves from reactors to batteries, through power nodes, and eventually to systems.

Related Issue

How do you know the changes work correctly?

Closes #538

Added an automated test which demonstrates this working correctly.

alexanderson1993 and others added 5 commits February 22, 2023 20:58
# [1.0.0-alpha.10](1.0.0-alpha.9...1.0.0-alpha.10) (2023-02-23)

### Bug Fixes

* Add back in the "Reconnect to Server" dialogs ([7f34e1c](7f34e1c))
* Auto-claim host when first connecting. ([52b4d75](52b4d75))
* Config UX improvements. ([e5bd455](e5bd455))
* Darken the background when configuring plugins. ([d20f426](d20f426))
* Flight Director right-click to spawn and order ships. ([4cbcb0e](4cbcb0e))
* If a ship doesn't have a theme assigned to it, only automatically assign themes marked as default. ([004c954](004c954))
* Interstellar viewscreen no longer shows the Flight Director view. ([e8c9840](e8c9840))
* Navigation no longer crashes when transitioning to interstellar space. ([acab5f5](acab5f5))
* Properly save flights periodically while the app is open and when it closes. ([55ca019](55ca019))
* Refactor inventory to use liters instead of cubic meters. ([6d0e95f](6d0e95f))
* Resolves backend errors when visiting plugin config page. ([be8fb36](be8fb36))
* Send initial data stream when a client first requests it. ([9a94fc2](9a94fc2))
* System specific config overrides ([1bb73da](1bb73da))

### Features

* Add a button to restore the default plugin, which will also update the default plugin contents with new Thorium Nova versions. ([82388a8](82388a8))
* Enable snapping network data instead of smoothly interpolating. ([2ab84d8](2ab84d8))
* Improve the behavior of autopilot rotation. ([0ca5723](0ca5723))
* Randomly cycle through backgrounds. ([945dd22](945dd22))
@alexanderson1993 alexanderson1993 merged commit 7fde578 into develop Mar 5, 2023
@alexanderson1993 alexanderson1993 deleted the power-node-system branch March 5, 2023 01:40
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.

Power Grid - Create an ECS system for distributing power throughout power nodes to the rest of the ship.
2 participants