rlane / Oort-legacy

Space fleet programming game
http://oort.lefora.com
GNU General Public License v2.0
12 stars 5 forks source link

avoid unnecessary angular thrust in turn_to #7

Open rlane opened 13 years ago

rlane commented 13 years ago

turn_to() currently always applies maximum angular acceleration. For small deviations it should apply smaller thrust to conserve energy and fuel.