TheOpenSpaceProgram / osp-magnum

A spaceship game
https://www.openspaceprogram.org/
MIT License
216 stars 32 forks source link

Add Vehicle Scenario #221

Closed Capital-Asterisk closed 1 year ago

Capital-Asterisk commented 2 years ago

This PR adapts previously-deleted vehicle code new task system, being far more fine-grained along with other improvements. Unfortunately, the don't apply thrust yet, and only print values to the terminal.

Task improvements:

Other changes:

Capital-Asterisk commented 2 years ago

By the looks of it, some of the compilers in the CI don't fully support C++20, and are failing to find some std::ranges functions

Capital-Asterisk commented 1 year ago

I don't believe it's worth breaking this much compiler support just to save less than a line of code here and there. I'll just revert these instead.