WARNING: TECHNICAL POST
After much insistence on Deiz that something was wrong since we needed a hack to get ships to properly display 100% speed, we’ve finally found the culprit. Some old code of mine that what it did was:
void limit_speed( Vector2d* vel, const double speed, const double dt )
{
double vmod;
vmod = . . . → Read More: Correct Physics
Recent Comments