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

Trivial: if ship is turning to meet mouse cursor and you open the map, you keep spinning #614

Open Cervator opened 2 years ago

Cervator commented 2 years ago

Tiny tiny bug and a GFI candidate I expect.

To fix: Find where game mouse input causes ship rotation. Reset that process if the user opens the map screen :-)

Bonus: Try to find other similar cases. If you're actively accelerating and hit the map key at the same time do you keep accelerating?

Edit: As noted in #627 we should check to see if this can happen with acceleration getting "stuck" as well