MovingBlocks / DestinationSol

Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Apache License 2.0
325 stars 122 forks source link

Ported the majority of UIs to NUI #672

Closed BenjaminAmos closed 1 year ago

BenjaminAmos commented 1 year ago

Description

This pull request converts the majority of UI interfaces over to use NUI. There are still a few things still using the previous UI classes where equivalent functionality is not present in NUI.

This is an aggregation of several pull requests which individually port over each screen:

This also brings-back the ability charges bar, which was broken in 2.0.0.

You can view a visual comparison of the changes here.

Testing

See the individual PRs for testing information for each screen.

Potential Future Improvements

Breaking Changes

Notes